You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: change auto-service scope from implementation to compileOnly
- Changed auto-service from 'implementation' to 'compileOnly' in redis-om-spring module
- Added test to verify annotation processor service registration via ServiceLoader
- auto-service is only needed during compilation to generate META-INF/services files
This prevents auto-service from being a transitive dependency at runtime,
reducing the dependency footprint as it's not needed after compilation.
Fixes#651
0 commit comments