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