Eclipse Sisu 1.1.0 release. Added new feature: JSR330 bean filtering.
Important: when using Sisu Plexus Shim (that implicitly creates Sisu Inject), the JSR330 bean filtering will automatically "follow" (have same filtering rules applied) the Plexus Beans visibility. Control this behaviour using Plexus Container Configuration new method.
Users of Sisu Inject only (without Plexus Shim) are not affected by this change.
What's Changed
- Update Security Policy by @cstamas in #264
- Build update by @cstamas in #267
- Feat: Ability to filter JSR330 beans based on some predicate by @cstamas in #266
- Update conversion doc by @cstamas in #268
- Introduce more tests for lifecycle by @cstamas in #269
Full Changelog: releases/1.0.1...releases/1.1.0