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: When using `package-info.java` to define a global Hibernate `@FilterDef`, a WARN message is logged during tests indicating that the package cannot be indexed as a class. This occurs because `HibernateOrmProcessor.generateProxies` incorrectly attempts to index package names as class names. Although functionality is unaffected, the warning is undesirable and could be resolved by filtering out package names in the processor.

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

Quarkus: Supersonic Subatomic Java.

Java