⚡VeloCity-Security – Fix & Velocity-CTD Compatibility ⚡
⚙️What’s fixed
- Resolved startup error: “No injectable constructor for type Security.”
- Switched to com.google.inject.Inject (instead of javax.inject.Inject)
- Unified logging to SLF4J (org.slf4j.Logger)
- Removed custom Guice dependency from the build (the proxy provides DI)
⚙️Compatibility
- working with Velocity-CTD
⚙️Notes for users
- Ensure your build does not include its own Guice dependency.
- Do not relocate/shade com.google.inject.* or javax.inject.*.
Thanks for the reports and enjoy the fixed version!