Skip to content

2.0.2.Final

Compare
Choose a tag to compare
@manovotn manovotn released this 13 Jan 12:42
· 78 commits to master since this release

This new version brings few more polishments and QoL updates. Let's take a look at those:

  • MockBean now correctly adds @Any qualifier
  • Allow injection into test classes when using @ClassRule
  • CDI contexts are now activated prior to any injection attempts
  • @EnableAutoWeld now scans injected Instance<SomeClass> fields for bean candidates
  • @EnableAutoWeld now correctly respects inherited injected fields and considers their types beans
  • Extension now uses Weld 3.1.6.Final by default
  • Make use of new JUnit APIs to improve extension lifecycle and annotation handling
  • Several updates to README files to make them more user-friendly and accurate