Skip to content

Releases: cschabl/cdi-unit-junit5

JakartaEE compatibility (CDI-Unit 5.0.0)

05 Aug 16:44
Compare
Choose a tag to compare
v2.0-EA1

prepare release 2.0-EA1

Update to CDI-Unit 4.4.0

02 Aug 11:11
Compare
Choose a tag to compare

Adapted to move of CDI-Unit to new repo.

Setting of JNDI_FACTORY_PROPERTY during test instance creation

30 Apr 07:50
Compare
Choose a tag to compare
  • #1 Set JNDI_FACTORY_PROPERTY also during test instance creation

Support of JUnit 5's PER_CLASS lifecycle

20 Apr 18:01
Compare
Choose a tag to compare
  • Support of JUnit 5's PER_CLASS test instance lifecycle
  • Shutdown of Weld container of disabled tests
  • Logging with java.util.logging (levels FINE/FINER)