Changes Report

Release History

Version Date Description
2.2.1 2009-03-29
2.2 2009-03-28
2.1.1 2009-02-17 2.1.1
2.1 2008-04-27 2.1
2.0.3 2008-02-19 2.0.3
2.0.2 2008-01-31 2.0.2
2.0.1 2008-01-30 2.0.1
2.0 2008-01-20 2.0 release


Release 2.2.1 - 2009-03-29

Type Changes By
fix Annotation "dataseType" added in 2.2.1 was respected for flatxml import. fgiust

Release 2.2 - 2009-03-28

Type Changes By
add Added support for flat xml format. fgiust
update Updated slf4j dependencies. fgiust
update Updated dbunit version to 2.4.4 fgiust
add Added support for setting DbUnit features and properties through the "features" and "properties" attributes in DbUnitExecution. fgiust

Release 2.1.1 - 2009-02-17

Type Changes By
add Detection of ms sqlserver databases and automatic disabling of identities (switch from CleanInsertOperation to MsSqlIndentityCleanInsertOperation and from InsertOperation to IndentityCleanInsertOperation). fgiust

Release 2.1 - 2008-04-27

Type Changes By
update Legacy base test classes (DbUnitTestCase, GenericsDbUnitTestCase) have been dropped. Stick with 2.0.x if you are still use them or upgrade to 2.1 for a forced migration fgiust
update Updated spring, slf4j and commons-lang dependencies fgiust
fix excludedTables in DbUnitExecution now defaults to "^BIN\\$(.*)", properly excluding tables in oracle recycle bin. fgiust
add New option for DbUnitExection to specify the DatabaseConfig.PROPERTY_DATATYPE_FACTORY added. fcarone

Release 2.0.3 - 2008-02-19

Type Changes By
update it.openutils.testing.DateAssert is now thread safe. Failure messages have been improved. fgiust

Release 2.0.2 - 2008-01-31

Type Changes By
add New dbunit operation classes for mssql and mysql (extension of standard dbunit operation, but refactored so that they can be used in annotations). See the javadocs in the it.openutils.testing.dbunit package fgiust
update truncate operation now defaults to DbUnitOperation.DELETE_ALL instead of DbUnitOperation.TRUNCATE. fgiust
fix DbUnitUtils.exportDataset() doesn't close anymore the provided connection fgiust
add new DbUnitUtils.exportTablesToDir() utility method fgiust

Release 2.0.1 - 2008-01-30

Type Changes By
fix (junit version only). it.openutils.testing.junit.AbstractDbUnitJunitSpringContextTests was totally broken due to the setup method being protected. Fixed + added tests fgiust

Release 2.0 - 2008-01-20

Type Changes By
update Totally reworked dbunit test framework. fgiust