Releases: quarkus-qe/quarkus-test-framework
Releases · quarkus-qe/quarkus-test-framework
1.6.0.Beta20
1.6.0.Beta20 Changes
- #1448: Release 1.6.0.Beta20 (@michalvavrik)
- #1447: Fix typo in a deployment action (@michalvavrik)
All contributors: @QuarkusQE, @actions-user, @dependabot, @dependabot[bot], @fedinskiy, @michalvavrik, @mjurc and @mocenas
1.6.0.Beta19
1.6.0.Beta19 Changes
- #1446: Release 1.6.0.Beta19 (@michalvavrik)
- #1445: Finish deployment with a release for non-snapshot versions (@michalvavrik)
All contributors: @QuarkusQE, @actions-user, @dependabot, @dependabot[bot], @fedinskiy, @michalvavrik, @mjurc and @mocenas
1.6.0.Beta18
1.6.0.Beta18 Changes
- #1444: Release 1.6.0.Beta18 [4th attempt] (@michalvavrik)
- #1443: Propagate OSSRH and GPG secrets into a release workflow (@michalvavrik)
- #1442: Add checkout to release workflows (@michalvavrik)
- #1441: Fix release workflow (@michalvavrik)
- #1440: Revert "Release 1.6.0.Beta18 - 3rd attempt" (@michalvavrik)
- #1439: Release 1.6.0.Beta18 - 3rd attempt (@michalvavrik)
- #1438: Revert "Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2" (@michalvavrik)
- #1437: Revert "Release 1.6.0.Beta18 - attempt #2" (@michalvavrik)
- #1436: Release 1.6.0.Beta18 - attempt #2 (@michalvavrik)
- #1435: Activate examples profile during release preparation (@michalvavrik)
- #1434: Revert "Release 1.6.0.Beta18" (@michalvavrik)
- #1433: Bump quarkus.platform.version from 3.17.3 to 3.17.4 (@dependabot)
- #1432: Release 1.6.0.Beta18 (@michalvavrik)
- #1431: Don't push change of a framework version during the release to the main branch as we want to stay on 999-SNAPSHOT (@michalvavrik)
All contributors: @QuarkusQE, @actions-user, @dependabot, @dependabot[bot], @fedinskiy, @michalvavrik, @mjurc and @mocenas
1.6.0.Beta17
1.6.0.Beta17 Changes
- #1430: Release 1.6.0.Beta17 (@michalvavrik)
- #1411: Do not use deprecated classes and methods (@fedinskiy)
- #1427: Bump quarkus.platform.version from 3.17.2 to 3.17.3 (@dependabot)
- #1425: Bump com.puppycrawl.tools:checkstyle from 10.20.1 to 10.20.2 (@dependabot)
- #1423: Bump quarkus.platform.version from 3.17.0 to 3.17.2 (@dependabot)
- #1414: Bump log4j.version from 2.24.1 to 2.24.2 (@dependabot)
All contributors: @QuarkusQE, @actions-user, @dependabot, @dependabot[bot], @fedinskiy, @michalvavrik, @mjurc and @mocenas
1.6.0.Beta16
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
What's Changed
- Do updates, related to RHBQ 3.15.1 release by @fedinskiy in #1403
- [1.5.z] Backports and bump of Quarkus to 3.15.2 by @jedla97 in #1416
- Release of 1.5.9 by @jedla97 in #1417
Full Changelog: 1.5.8...1.5.9
1.6.0.Beta15
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
1.6.0.Beta14
- #1389: Fix the Keycloak memory issue on Podman setting JAVA_OPTS_APPEND (@jcarranzan)
- #1387: Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.5.0 to 3.6.0 (@dependabot)
All contributors: @actions-user, @dependabot, @dependabot[bot], @jcarranzan
1.5.8
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
1.1.x Changes
- #1386: Release 1.6.0.Beta13 (@michalvavrik)
- #1380
All contributors: @michalvavrik