Quarkus: Supersonic Subatomic Java.

0 stars 0 forks 0 watchers Java Apache License 2.0
1 Open Issue Need Help Last updated: Nov 20, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue describes a warning generated during Quarkus tests when using `package-info.java` files to define global Hibernate `@FilterDef` annotations. The `HibernateOrmProcessor` incorrectly attempts to index the package name itself as a class, leading to a "Class does not exist" warning. While the functionality works, the warning is undesirable and can be resolved by filtering out package names from the indexing process.

Complexity: 2/5
good first issue kind/bug area/hibernate-orm

Quarkus: Supersonic Subatomic Java.

Java