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