1.2.0.Final
- 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 toorg.jboss.weld.junit.MockBean
org.jboss.weld.junit4.WeldInitiator
is currently missingcreateWeld()
method, see also #24