quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.84k stars 2.7k forks source link

Correct javadoc of ReflectiveHierarchyBuildItem #44560

Closed manovotn closed 1 week ago

manovotn commented 1 week ago

Based on Zulip conversation - https://quarkusio.zulipchat.com/#narrow/channel/187030-users/topic/.E2.9C.94.20ReflectiveHierarchyBuildItem.20for.20subclasses

The code looks for subclasses of the registered type as well - see this bit - yet the javadoc does not mention that.

quarkus-bot[bot] commented 1 week ago

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit b165ea5300df063836b64c93f6e627898e8d7b31.

:white_check_mark: The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

gsmet commented 1 week ago

@manovotn thanks for going the extra mile on this one!