Skip to content

Releases: SuppieRK/inject

2.0.1

02 Feb 05:59
370afd6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

2.0.0

01 Feb 21:17
9c6bae5
Compare
Choose a tag to compare

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

25 Jan 07:02
73e9d66
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.1...1.2.0

1.1.1

06 Jan 13:25
14d0dac
Compare
Choose a tag to compare

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

1.1.0

25 Dec 06:52
8257813
Compare
Choose a tag to compare

What's Changed

  • Adding the ability to automatically close Closeables and specify mult… by @SuppieRK in #4

Full Changelog: 1.0.0...1.1.0

1.0.0

23 Dec 02:32
b137c2d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/SuppieRK/inject/commits/1.0.0