Open Issues Need Help
View All on GitHub HibernateOrmProcessor causes Warning that package cannot be indexed due to package-info.java 5 months ago
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