Skip to content

5.2.0

Compare
Choose a tag to compare
@ppodgorsek ppodgorsek released this 04 Apr 17:57
· 18 commits to master since this release

5.2.0:

  • Support XLS dataset files
  • Support CSV dataset files
  • Support SQL loader control datasets
  • Allowed overriding the dataset loader in @DatabaseSetup/@ExpectedDatabase/@DatabaseTearDown
  • Fixed a spelling mistake in DbUnitTestContext.getDatbaseOperationLookup()
  • Fixed JavaDoc and Ant warnings during build
  • Update documentation according to Spring 5 and JUnit 5
  • Updated Spring to version 5.1.6.RELEASE
  • Updated HikariCP to version 3.3.1
  • Updated Slf4j to version 1.7.26
  • Updated JUnit to version 5.4.1
  • Updated Mockito to version 2.25.1
  • Minor code refactoring and cleanup

5.1.0:

  • Upgraded Hibernate to version 5.4.1
  • Fixed an issue with the inheritance of @DatabaseSetup annotations
  • Fixed the HSQLDB setup for tests

5.0.0:

  • Upgraded to Spring Framework 5
  • Added support for JUnit 5

4.1.0:

  • Moved the DB configuration to a property file
  • Created a dedicated module for the project's own shared tests
  • Reduced the amount of logs generated by tests
  • Updated the Spring Framework to version 4.3.22
  • Updated DBUnit to version 2.6.0
  • Updated HSQLDB to version 2.4.1
  • Updated Mockito to version 2.23.4
  • Updated slf4j to version 1.7.25
  • Updated maven-antrun-plugin to version 1.8
  • Updated maven-clean-plugin to version 3.1.0
  • Updated maven-compiler-plugin to version 3.8.0
  • Updated maven-eclipse-plugin to version 2.10
  • Updated maven-jar-plugin to version 3.1.1
  • Updated maven-javadoc-plugin to version 3.0.1
  • Updated maven-jxr-plugin to version 3.0.0
  • Updated maven-pmd-plugin to version 3.11.0
  • Updated maven-project-info-reports-plugin to version 3.0.0
  • Updated maven-release-plugin to version 2.5.3
  • Updated maven-resources-plugin to version 3.1.0
  • Updated maven-scm-provider-gitexe to version 1.11.1
  • Updated maven-site-plugin to version 3.7.1
  • Updated maven-source-plugin to version 3.0.1
  • Updated maven-surefire-plugin to version 2.22.1
  • Updated maven-surefire-report-plugin to version 2.22.1
  • Updated doxia-module-markdown to version 1.8
  • Cleaned up the repository

4.0.0:

  • Forked the original project in version 1.3.1-SNAPSHOT
  • Fixed the POM versioning
  • Set up continuous integration
  • Fixed the JAR signature and deployment process
  • Adjusted the naming of modules
  • Cleaned up the POM files
  • Adjusted the documentation