Skip to content

Releases: camassia-io/spring-boot-test-dbunit

Fixes for Setting Null columns in Programmatic DataSets

03 Dec 08:48
Compare
Choose a tag to compare

Addresses a bug where using "[null]" in a programmatic DataSet (Using @Table) didn't work

Adds Intellij Code Highlighting for String Datasets

29 Nov 15:32
Compare
Choose a tag to compare
3.2.1

Enable Code Highlighting for String Datasets

Introduce String based DataSets

29 Nov 13:05
Compare
Choose a tag to compare

For example

@DatabaseSetup(dataset="""
 <some-table id="123"/>
""")

A more concise form than using tables, with more customisation options than using files

Improved debug-ability

03 Nov 10:10
Compare
Choose a tag to compare

Added To String methods to relevant classes
Added DataSet output when set up exceptions are thrown

Fixes a bug with Defaults

03 Nov 09:07
Compare
Choose a tag to compare

Previously it registered the "Cell" class with dbunit, rather than the value of the cell

Improved Docs

15 Oct 13:32
Compare
Choose a tag to compare

Improved Javadocs + clean up here and there

Programmatic DataSets

14 Oct 13:07
Compare
Choose a tag to compare

Allows you to create DataSets programmatically using DatabaseSetup/DatabaseTeardown annotations or via DatabaseTester directly

Allow DatabaseOperation Customisation

12 Oct 15:24
Compare
Choose a tag to compare

Allows Database Operation Customisation

Ensure Usability with Inherited Test Execution Listeners

12 Oct 11:10
Compare
Choose a tag to compare

Ensures Spring boot Execution Listeners aren't overwritten by the DBUnit listener

Introduce Templating for DataSets

08 Oct 11:00
Compare
Choose a tag to compare
  • Introduces Templating for DB Unit Datasets via @TemplatedDatabaseSetup and @TemplatedDatabaseTeardown
  • Introduces Templating for DB Unit Datasets via the DatabaseTester api

See the Project Readme for more info