Releases: quarkus-qe/quarkus-test-framework
Releases · quarkus-qe/quarkus-test-framework
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
1.6.0.Beta12
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
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
- Add propagation of
- Release 1.5.7 by @jedla97 in #1382
Full Changelog: 1.5.6...1.5.7
1.5.6
1.6.0.Beta11
What's Changed
- Add DisabledOnAarch64Native annotation by @mocenas in #1365
- Release 1.6.0.Beta11 by @mocenas in #1368
Full Changelog: 1.6.0.Beta10...1.6.0.Beta11