Skip to content

1.2.0.Final

Compare
Choose a tag to compare
@mkouba mkouba released this 18 Dec 09:52
· 151 commits to master since this release
  • added JUnit5 support (#9)
  • dropped JDK7 support
  • introduced mocking injection services to easily mock @Resource, @EJB, @PersistenceUnit and @PersistentContext injection points (#18)

Migration notes

  • org.jboss.weld.junit4.MockBean was renamed to org.jboss.weld.junit.MockBean
  • org.jboss.weld.junit4.WeldInitiator is currently missing createWeld() method, see also #24