Releases: dadrus/jpa-unit
Releases · dadrus/jpa-unit
v0.5.0
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
New Functionality:
- Supports dynamic test configurations for EntityManager (#34) - Thanks to @erard22
v0.3.0
New Functionality:
- Support for Neo4J for some JPA provider added (#13)
Bugfixes:
- Fixed issue with CDI extension (#28)
v0.2.0
New Functionality:
- Support for Concordion added (#10)
Enhancements:
- Updated JUnit 5 dependencies to use the first general availability release
v0.1.0
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)