Releases: triologygmbh/test-data-loader
Releases · triologygmbh/test-data-loader
1.0.0
- Please open the API for other tools (#9)
- Usage of TestDataLoader for different groovy scripts, which use same names for objects of same, or different types is not possible (#8)
- Published on maven central
Migrating from 0.x
As the major version change implies, we have breaking changes.
How to migrate from 0.x to 1.x?
- Dependency: Change maven coordinates to
de.triology.test-data-loader:test-data-loader:1.0.0
. You no longer need thejitpack.io
repository for test-data-loader. - In the tests: Change your imports from
de.triology.blog.testdataloader.TestDataLoader
tode.triology.testdata.loader.TestDataLoader
- In your data groovy scripts: Just remove
import static de.triology.blog.testdataloader.EntityBuilder.create
statements.
Auto completion is now realized using DSL Descriptors (DSLD) for eclipse and GDSL for IntelliJ.
0.2.1
[maven-release-plugin] copy for tag 0.2.1
Bugfixes
Bugfix: cope with JTA transactions
v0.1.1.1 fixed license header
Bugfix: cope with JTA transactions
v0.1.1 removed unused imports
test-data-loader v0.1
Initial release after deriving and generalizing the test-data-loader from real world development projects.