Skip to content

Releases: quarkus-qe/quarkus-test-framework

1.6.0.Beta20

12 Dec 22:24
Compare
Choose a tag to compare
1.6.0.Beta20 Pre-release
Pre-release

1.6.0.Beta20 Changes

1.6.0.Beta19

12 Dec 22:05
Compare
Choose a tag to compare
1.6.0.Beta19 Pre-release
Pre-release

1.6.0.Beta19 Changes

All contributors: @QuarkusQE, @actions-user, @dependabot, @dependabot[bot], @fedinskiy, @michalvavrik, @mjurc and @mocenas

1.6.0.Beta18

12 Dec 18:54
Compare
Choose a tag to compare
1.6.0.Beta18 Pre-release
Pre-release

1.6.0.Beta18 Changes

1.6.0.Beta17

10 Dec 08:36
Compare
Choose a tag to compare
1.6.0.Beta17 Pre-release
Pre-release

1.6.0.Beta17 Changes

1.6.0.Beta16

29 Nov 11:01
Compare
Choose a tag to compare
1.6.0.Beta16 Pre-release
Pre-release

What's Changed

  • Bump quarkus.platform.version from 3.16.3 to 3.17.0 by @dependabot in #1409
  • Bump maven-plugin-plugin.version from 3.13.1 to 3.15.1 by @dependabot in #1410
  • Insignificant refactoring: move custom build detection to one place and set Maven compiler version just once by @michalvavrik in #1413
  • Bump com.microsoft.playwright:playwright from 1.48.0 to 1.49.0 by @dependabot in #1415
  • Add daily release & change deploy plugin by @mocenas in #1418
  • Release version 1.6.0.Beta16 by @mocenas in #1419
  • Revert "Add daily release & change deploy plugin" by @mjurc in #1421
  • Revert "Release version 1.6.0.Beta16" by @mjurc in #1420
  • Add daily deploy snapshot - change deploy plugin. by @mocenas in #1422
  • Release 1.6.0.Beta16 by @mocenas in #1424

Full Changelog: 1.6.0.Beta15...1.6.0.Beta16

1.5.9

27 Nov 08:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.8...1.5.9

1.6.0.Beta15

20 Nov 16:38
Compare
Choose a tag to compare
1.6.0.Beta15 Pre-release
Pre-release

Breaking changes

  • Starting with this release, you need to add to your test project following plugin:
<build>
    <plugins>
        <plugin>
            <groupId>io.quarkus.qe</groupId>
            <artifactId>quarkus-test-preparer</artifactId>
            <executions>
                <execution>
                    <goals>
                        <goal>prepare-pom-mojo</goal>
                    </goals>
                </execution>
            </executions>
        </plugin>
    </plugins>
</build>

Motivation for this change can be found here #1375.

What's Changed

  • Build warnings cleanup by @rsvoboda in #1396
  • Bump GraalVM s2i image to jdk21 based 23.1 version by @gtroitsk in #1395
  • Bump surefire-plugin.version from 3.5.1 to 3.5.2 by @dependabot in #1397
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 by @dependabot in #1398
  • Bump quarkus.platform.version from 3.16.1 to 3.16.2 by @dependabot in #1400
  • Bump com.puppycrawl.tools:checkstyle from 10.20.0 to 10.20.1 by @dependabot in #1401
  • Bump quarkus.platform.version from 3.16.2 to 3.16.3 by @dependabot in #1405
  • Apply idea code analysis suggestions by @gtroitsk in #1406
  • [BREAKING CHANGE] Use Quarkus Maven plugin for JVM mode tests and isolate tested Quarkus application, simplify creating of reproducers by @michalvavrik in #1375
  • Retry container launch if failed by @mocenas in #1407
  • Release 1.6.0.Beta15 by @mocenas in #1408

Full Changelog: 1.6.0.Beta14...1.6.0.Beta15

1.6.0.Beta14

31 Oct 15:37
Compare
Choose a tag to compare
1.6.0.Beta14 Pre-release
Pre-release

1.6.0.Beta14

1.5.8

05 Nov 11:28
Compare
Choose a tag to compare

1.5.8 Changes

  • [1.5.z] Backport Fix the Keycloak memory issue on Podman setting JAVA_OPTS_APPEND by @jcarranzan in #1394

1.6.0.Beta13

27 Oct 10:41
Compare
Choose a tag to compare
1.6.0.Beta13 Pre-release
Pre-release

1.1.x Changes