Releases: SuppieRK/inject
Releases · SuppieRK/inject
2.0.1
2.0.0
What's Changed
This release has to be a breaking release due to removal of some functionality pieces added with initial Search API.
The reason for removal is quite straightforward - with them in place codebases will have to deal with errors like module java.base does not "opens sun.reflect.annotation"
caused by previous AnnotationWrapper
implementation where the intent was to attempt to pull internal memberValues
map for searching.
New implementation does not attempt to do that - instead we provide the ability to supply typed Predicate
to match against actual Annotation
instance without any reflection in place, remediating the issue and simplifying the API.
Full Changelog: 1.2.0...2.0.0
1.2.0
What's Changed
- Bump com.diffplug.spotless from 6.25.0 to 7.0.1 by @dependabot in #10
- Bump com.diffplug.spotless from 7.0.1 to 7.0.2 by @dependabot in #11
- Adding search API by @SuppieRK in #12
New Contributors
- @dependabot made their first contribution in #10
Full Changelog: 1.1.1...1.2.0
1.1.1
What's Changed
- Adding extra tests to verify dependency adjustment via methods by @SuppieRK in #5
- Updating README by @SuppieRK in #6
- Adding extra behavioral test by @SuppieRK in #7
- Adding tests to verify examples from the Wiki by @SuppieRK in #8
- Improving tests and fixing a small bug by @SuppieRK in #9
Full Changelog: 1.1.0...1.1.1