Integration Testing Framework Release Notes (original) (raw)

This document contains the change log for all Integration Test Framework releases since 0.1.0.

Please refer to the User Guide for a comprehensive overview and detailed instructions how to use the Integration Testing Framework.

Pre-release 0.13.1

Date of Release: December 29, 2023

Breaking Changes * A change in 0.13.0 broke the compatibility with Maven before version 3.9.0.

Reporter of this release

Pre-release 0.13.0

Date of Release: ?? 2023

Scope:

Details

Breaking Changes

Reporter of this release

Contributors of this release

Security Issues

Dependency Upgrades

Build Improvements

Pre-release 0.12.0

Date of Release: 28. December 2022

Scope:

Details

Breaking Changes

Reporter of this release

Contributors of this release

Security Issues

Dependency Upgrades

Build Improvements

Pre-release 0.11.0

Date of Release: July 24, 2021

Scope:

Details

Breaking Changes

Reporter of this release

Contributors of this release

Dependency Upgrades

Pre-release 0.10.0

Date of Release: May 16 , 2021

Scope:

Enhancements

Details

Breaking Changes

<testResource>  
  <directory>src/test/resources-its</directory>  
  <filtering>true</filtering>  
</testResource>  

This is not allowed anymore. This means you have to bind the itf-maven-pluginwith a supplemental goal in your pom file as shown in the following example:

<plugin>  
<groupId>com.soebes.itf.jupiter.extension</groupId>  
<artifactId>itf-maven-plugin</artifactId>  
<version>0.10.0</version>  
<executions>  
  <execution>  
    <id>installing</id>  
    <phase>pre-integration-test</phase>  
    <goals>  
      <goal>install</goal>  
      <goal>resources-its</goal>  
    </goals>  
  </execution>  
</executions>  
</plugin>  

You have to add the supplemental goal resources-its in your configuration.

Reporter of issues

Reporter of this release

Contributors of this release

Dependency Upgrades

Build Improvements

Pre-release 0.9.0

Date of Release: August 12, 2020

Scope:

Details

Breaking Changes

Reporter of this release

Contributors of this release

Dependency Upgrades

Build Improvements

The full release notes can be found here Release 0.9.0.

Pre-release 0.8.0

Date of Release: July 11, 2020

Scope:

Details

Breaking Changes

Reporter of this release

Contributors of this release

Dependency Upgrades

Build Improvements

The full release notes can be found here Release 0.8.0.

Pre-release 0.7.0

Date of Release: May 17, 2020

Scope:

Details

Breaking Changes

Reporter of this release

Contributors of this release

Dependency Upgrades

Build Improvements

The full release notes can be found here {release-0.7.0}[Release 0.7.0].

Pre-release 0.6.0

Date of Release: May 6, 2020

Scope:

Details

Breaking Changes

Reporters of this release

Contributors of this release

GitHub Improvements

The full release notes can be found here Release 0.6.0.

Pre-release 0.5.0

Date of Release: May 3, 2020

Scope:

Details

Breaking Changes

Dependency Upgrades

Build Improvements

The full release notes can be found here Release 0.5.0.

Pre-release 0.4.0

Date of Release: April 19, 2020

Scope:

Details

Breaking Changes

The full release notes can be found here Release 0.4.0.

Pre-release 0.3.0

Date of Release: April 18, 2020

Scope:

Details

The full release notes can be found here Release 0.3.0.

Pre-release 0.2.0

Date of Release: April 15, 2020

Scope:

Details

The full release notes can be found here Release 0.2.0.

Pre-release 0.1.0

Date of Release: April 14, 2020

Scope:

The full release notes can be found here Release 0.1.0.