-
Notifications
You must be signed in to change notification settings - Fork 35
Release Notes
Florian edited this page Jan 24, 2024
·
97 revisions
- Changes
- issue #105 Update to Flywaz 10.0.0 version
- issue #104 update script that signing and build will work on Mac OS
- Changes
- issue #103 Update readme version
- issue #102 provide a standard package for spring 6. This is a new sub project.
- issue #101 provide a example usage for Spring Boot 3.0. Provide as a new example project.
- issue #97 provide compatibility for Flyway version 9.x
- issue #99 issue #100 provide examples for Flyway version 8.x
- issue #98 update spring dependencies
- update version headers
- remove support for Spring Version 3.x
- remove preconfigured versions of XML context configurations. This can no longer provided in a version that work with Flyway version 9.x and 8.x.
- Changes
- issue #94 Update Sl4j to version 1.7.0
- issue #93 Update Spring Boot example to version 2.3.4
- issue #92 update dependency to Flyway version 7.0.4
- Changes
- issue #81 Update Spring Framework Version 5.2.6
- issue #84 Update TestNg version 7.1.0
- issue #82 Update DbUnit Version 2.7.
- issue #85 Update Spring Boot example to version 2.3.0
- update dependency to Flyway version 6.4.2
- Changes
- Update Flyway dependency to 6.3.3
- Update Version Header
- Changes
- Update Flyway dependency to 6.1.3
- Update Spring Framework dependency to 5.2.2
- Update Spring Boot dependency to 2.2.2
- Changes
- Information
- Flyway itself have incompatible change for Spring Boot version 1.x and 2.1. Out of the box it will only work with Spring Boot 2.2.
- Changes
- Issue #73 update to Flyway version 5.2.4
- New Features
- Issue #49 provide a direct integration for JUnit5. FlywayTestExtension.class for @ExtendWih and annotation @FlywayTestExtension
- Changes
- New Feature
- Issue #60 Support for Flyway 5.2.x
- Changes
- Incompatible Changes
- support for Spring 2.5.6 removed #62
- Version Update
- Incompatible Changes
- Issue #50 default java compiler version is now 1.8. see also Flyway Release Notes (Issue #1692)
- New Feature
- Bug fix
- Version Update
- Issue #45 Update Spring Versions
- New Feature Support
- Support for Junit5 with Spring5 Issue #43
- Version Udpate
- Issue #34 Update Spring Boot Version - thanks to eddumelendez
- Issue #32 Update Spring Version - thanks to eddumelendez
- Bug fix
- Issue #33 Fix for ExecutionListenerHelper - thanks to eddumelendez
- New Feature
- Issue #37 Add test support for multible Flyway instance. Annotation FlywayTests - thanks to eddumelendez
- Version updates
- New Feature
- FlywayTest can also be used as a before annotation (issue #31)
- Support for Flyway version 4.1.2
- Incompatible Changes
- remove annotation 'invokeInitDB'. Follow the base implementation of Flyway
- Support for new Flyway version 4.0.1
- Fixed enhancement Issue 25
@FlywayTest support for named Flyway instance.
- Support for new Flyway version 4.0
- Update to new Spring version 4.2.5.RELEASE
- Update to new Spring version 3.2.16.RELEASE
- Update to new Spring-Boot version 1.3.3.RELEASE
- Add a spring-boot test example
- change Spring dependency
- 4.2.2
- Issues
- Support for new Flyway Version 3.2.1
- Support for new Flyway Version 3.2
- Support for new Flyway Version 3.1
- new annotation 'invokeBaselineDB'
- change Spring dependencies
- 3.1.12
- 4.1.2
- Support annotation FlywayTest and DbunitTest also for base test class (thanks Lukasz Wozniak)
- Incompatible Changes
- mark annotation 'invokeInitDB' as deprecated and use 'invokeBaselineDB' instead
- FlywayTest annotation will no longer invoke the init task per default.
- Change class compile level
- spring 4 will be compiled with 1.6 level
- spring 3 and spring 2.5.6 will be compiled with 1.5 level
- Incompatible Changes
- change internal package structure to org.flywaydb.test for annotations
- change java compiler to source and target level 1.7
- Use Spring 4 as default Spring Version (Spring-Test 4 has incompatible change to Spring-Test 3)
- remove deprecated annotation configuration baseDir
- Changes
- Use new Flyway version 3.0
- Support for new flyway package structure
org.flywaydb
- change flyway-test-extensions maven groupId to org.flywaydb.flyway-test-extensions
- change coding samples to use 1.7 features
- restructure directory and package structure for samples
- insert new parent pom only for samples
- one module for dbunit samples
- one module for spring samples
- Using new Spring versions
- 4.0.5
- 3.2.9
- Changes
- Support for Spring 4 (from Anders Jacobsson)
- New maven modules (and samples)
- flyway-spring3-test
- flyway-spring4-test
- flyway-dbunit-spring3-test
- flyway-dbunit-spring4-test
- change junit version to 4.11
- remove Google Code Maven Upload Plugin
- Changes
- Move to git hub
- change flyway dependency to 2.3
- change dbunit dependency to 2.4.9
- Changes
- issue 16 avoid leaking database connection in DbUnit part. (Thanks Avaz)
- issue 18: change depenedency to new Flyway version 2.2.1
- Incompatible Changes
- See original incompatible changes from Flyway Release Notes
- First database script must start with a different version than 1.0. see Flyway changes.
- The deprecated property has been removed.
- Changes
- Use flyway dependency 2.2.
- issue 13 entries of flyway.properties will be laoded as last inside the property resolver
- issue 14 all variables from flyway.properties will be loaded correct into flyway. It can only be solved with flywayContainerContext.xml or flywayPropertiesContext.xml
- issue 15 support a set off single application context that can be used in project setup. see also provided application context.
- Changes
- issue:11 FlywayTest depends on Flyway version 2.0.3
- enhancement: using a split module container pom into parent pom with dependencies and a moule container pom.
- Changes
- issue:5 FlywayTest annotation default do not overwrite locations. instead it will be extended.
- issue:6 flyway-test-extentsions depends on Flyway version 1.7
- issue:7 flyway-dbunit-test support now customized DatabaseConnectionFactory
- issue:9 baseDirMigration are marked as deprecated
- issue:8, issue:10 FlywayTest annotation use new FlyWay location properties
- Changes
- issue:4 change Flyway dependency to version 1.6.1
- issue:3 Flyway Java migration wont be exececuted with annotation FlywayTest
- issue:1 pom correction for maven-gcu-plugin
Initiale release with support for annotations