Fixed
- Fixed a startup crash on Velocity when initializing Redis (Lettuce) caused by Netty/Lettuce class conflicts between plugins (AttributeKey ... already in use).
- Fixed NoSuchMethodError issues caused by an incompatible Netty version bundled alongside Lettuce.
Changed
- Shaded and relocated Lettuce and Netty into an internal namespace (shaded.nicogroup.*) to prevent dependency clashes with Velocity and other plugins.
- Aligned the bundled Netty version with Lettuce requirements (netty-bom 4.2.5.Final for lettuce-core 7.2.1.RELEASE).
