Jpa Unit Versions Save

JUnit extension to test javax.persistence entities

v0.5.0

5 years ago

New Functionality:

  • Setting DBUnit-Properties and Schema (#39). Thank you @groie for your support!

Bugfixes:

  • BOM descriptor contains wrong artifact names (#36)
  • jpa-unit rdbms extension requires the usage of javax.persistence.jdbc.user and -password (#37)

v0.4.0

6 years ago

New Functionality:

  • Supports dynamic test configurations for EntityManager (#34) - Thanks to @erard22

v0.3.0

6 years ago

New Functionality:

  • Support for Neo4J for some JPA provider added (#13)

Bugfixes:

  • Fixed issue with CDI extension (#28)

v0.2.0

6 years ago

New Functionality:

  • Support for Concordion added (#10)

Enhancements:

  • Updated JUnit 5 dependencies to use the first general availability release

v0.1.0

6 years ago

Initial Release.

  • Enables integration with JUnit4 using @Rule or @RunWith annotations
  • Enables integration with JUnit5 using @ExtendWith annotation (#9)
  • Implements seamless support for CDI (#5)
  • Implements seamless support for Cucumber (#11) also in combination with CDI
  • Supports relational databases and bootstrapping of such using arbitrary frameworks like flyway or liquibase (#1, #2)
  • Supports MongoDb for some JPA provider (#12)