Skip to content

Releases: triologygmbh/test-data-loader

1.0.0

12 Jan 08:30
Compare
Choose a tag to compare
  • 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 the jitpack.io repository for test-data-loader.
  • In the tests: Change your imports from de.triology.blog.testdataloader.TestDataLoader to de.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.

See discussions in #10 and #12.

0.2.1

12 Jan 08:36
Compare
Choose a tag to compare
[maven-release-plugin]  copy for tag 0.2.1

Bugfixes

02 Feb 12:13
Compare
Choose a tag to compare
Bugfixes Pre-release
Pre-release
v0.2

include Demo in unit test phase

Bugfix: cope with JTA transactions

25 Jan 15:07
Compare
Choose a tag to compare
Pre-release
v0.1.1.1

fixed license header

Bugfix: cope with JTA transactions

25 Jan 14:34
Compare
Choose a tag to compare
Pre-release
v0.1.1

removed unused imports

test-data-loader v0.1

16 Oct 09:24
Compare
Choose a tag to compare
test-data-loader v0.1 Pre-release
Pre-release

Initial release after deriving and generalizing the test-data-loader from real world development projects.