Skip to content

0.9.0.M1

Pre-release
Pre-release
Compare
Choose a tag to compare
@mcculls mcculls released this 10 May 19:12
· 59 commits to master since this release

What's Changed

  • Fix CDI related issues by @cstamas in #1
  • Build with Eclipse/Tycho 2.5.0 and Java 11 by @mcculls in #33
  • Raise problem reporting logs to DEBUG, fixes #36 by @gnodet in #37
  • Upgrade internal copy of ASM to 9.2 by @mcculls in #34
  • Implement PathTypeConverter by @mcculls in #39
  • Add JUnit 5 annotations to InjectedTest setUp/tearDown by @mcculls in #40
  • Fix static parameters binding lookup by @mcculls in #41
  • Run injection tests against multiple versions of Guice by @mcculls in #42
  • Support using @priority on Providers by @mcculls in #43
  • Use read lock when subscribing to publishers… by @mcculls in #44
  • Cache binding lookups for single bean providers by @mcculls in #45
  • Use AtomicReferenceFieldUpdater as it works better for large numbers of instances by @mcculls in #46
  • Enable Java CI workflow by @mcculls in #47
  • Enable CodeQL analysis by @mcculls in #48
  • Replace potentially-expensive regex with simple tokenizer by @mcculls in #49
  • Allow Main to boot with extra bindings by @bentmann in #50
  • Re-enable various resource-related unit tests by @mcculls in #51
  • Rework globber pattern strategy to avoid use of regex by @mcculls in #52
  • Use GlobberStrategy.PATTERN instead of regex for ServiceBindings filtering by @mcculls in #53

New Contributors

Full Changelog: https://github.com/eclipse/sisu.inject/commits/milestones/0.9.0.M1