Thomas Anderson
Results
2
issues of
Thomas Anderson
## Summary This PR fixes an issue where extension classes (such as custom auth filters) were not available during Guice dependency injection, causing `ClassNotFoundException` errors. ### Problem Extension JARs were...
**Describe the bug** Extension classes (e.g., custom auth filters) are not available during Guice dependency injection because extension JARs are loaded too late in the application lifecycle, causing `ClassNotFoundException` when...
bug