Skip to content

Releases: dadrus/jpa-unit

v0.5.0

28 Jul 17:25
Compare
Choose a tag to compare

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

16 Jan 18:00
Compare
Choose a tag to compare

New Functionality:

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

v0.3.0

07 Nov 16:35
Compare
Choose a tag to compare

New Functionality:

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

Bugfixes:

  • Fixed issue with CDI extension (#28)

v0.2.0

11 Sep 22:43
Compare
Choose a tag to compare

New Functionality:

  • Support for Concordion added (#10)

Enhancements:

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

v0.1.0

15 Aug 20:01
Compare
Choose a tag to compare

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)