Skip to content

Releases: quarkus-qe/quarkus-test-framework

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

1.6.0.Beta12

23 Oct 09:08
Compare
Choose a tag to compare
1.6.0.Beta12 Pre-release
Pre-release

1.6.0.Beta12 Changes

  • Bump manusa/actions-setup-minikube from 2.12.0 to 2.13.0 by @dependabot in #1367
  • Use periodic Quarkus snapshot build in PR workflow to reduce GitHub actions execution time by @michalvavrik in #1371
  • Add propagation of maven.repo.local on windows machine by @jedla97 in #1373
  • Bump com.microsoft.playwright:playwright from 1.47.0 to 1.48.0 by @dependabot in #1374
  • Move DisabledOnRHBQWindowsConditions from testsuite to framework by @jedla97 in #1377
  • Add closing resources in quarkus cli as windows is more strict by @jedla97 in #1378
  • Release 1.6.0.Beta12 by @jedla97 in #1379

Full Changelog: 1.6.0.Beta11...1.6.0.Beta12

1.5.7

24 Oct 08:57
Compare
Choose a tag to compare

1.5.7 Changes

  • [1.5.z] Backport 23/10/2024 by @jedla97 in #1381 contains:
    • Add propagation of maven.repo.local on windows machine by @jedla97 in #1373
    • Move DisabledOnRHBQWindowsConditions from testsuite to framework by @jedla97 in #1377
    • Add closing resources in quarkus cli as windows is more strict by @jedla97 in #1378
    • Add @DisabledOnFipsAndNative annotation and drop @DisabledOnFipsAndJava17 by @michalvavrik in #1380
  • Release 1.5.7 by @jedla97 in #1382

Full Changelog: 1.5.6...1.5.7

1.5.6

14 Oct 11:26
Compare
Choose a tag to compare

1.5.6 Changes

1.6.0.Beta11

11 Oct 11:46
Compare
Choose a tag to compare
1.6.0.Beta11 Pre-release
Pre-release

What's Changed

Full Changelog: 1.6.0.Beta10...1.6.0.Beta11