|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +title: 'Quarkus 3.13.3 released - Maintenance release' |
| 4 | +date: 2024-08-20 |
| 5 | +tags: release |
| 6 | +synopsis: 'We released Quarkus 3.13.3, our third maintenance release for the 3.13 release train.' |
| 7 | +author: gsmet |
| 8 | +--- |
| 9 | + |
| 10 | +Today, we released Quarkus 3.13.3, our third maintenance release for the 3.13 release train. |
| 11 | + |
| 12 | +This release contains bugfixes and documentation improvements. |
| 13 | +It should be a safe upgrade for anyone already using 3.13. |
| 14 | + |
| 15 | +One important change is that we downgraded Apache Commons Lang from 3.16.0 to 3.14.0, |
| 16 | +because of a change in behavior as to the default source of entropy. |
| 17 | +It is causing some severe issues (including the application completely stalling), |
| 18 | +in particular with https://github.com/liquibase/liquibase/issues/6178[Liquibase]. |
| 19 | + |
| 20 | +You can find more information about this issue https://issues.apache.org/jira/browse/LANG-1748[here]. |
| 21 | +We will wait for the Java ecosystem to adapt to this change before upgrading again. |
| 22 | + |
| 23 | +== Update |
| 24 | + |
| 25 | +To update to Quarkus 3.13, we recommend updating to the latest version of the Quarkus CLI and run: |
| 26 | + |
| 27 | +[source,bash] |
| 28 | +---- |
| 29 | +quarkus update |
| 30 | +---- |
| 31 | + |
| 32 | +Note that `quarkus update` can update your applications from any version of Quarkus (including 2.x) to Quarkus 3.13. |
| 33 | + |
| 34 | +If you are not already using 3.13, please refer to the https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.13[3.13] migration guide. |
| 35 | + |
| 36 | +== Full changelog |
| 37 | + |
| 38 | +You can get https://github.com/quarkusio/quarkus/releases/tag/3.13.3[the full changelog of 3.13.3 on GitHub]. |
| 39 | + |
| 40 | +== Come Join Us |
| 41 | + |
| 42 | +We value your feedback a lot so please report bugs, ask for improvements... Let's build something great together! |
| 43 | + |
| 44 | +If you are a Quarkus user or just curious, don't be shy and join our welcoming community: |
| 45 | + |
| 46 | + * provide feedback on https://github.com/quarkusio/quarkus/issues[GitHub]; |
| 47 | + * craft some code and https://github.com/quarkusio/quarkus/pulls[push a PR]; |
| 48 | + * discuss with us on https://quarkusio.zulipchat.com/[Zulip] and on the https://groups.google.com/d/forum/quarkus-dev[mailing list]; |
| 49 | + * ask your questions on https://stackoverflow.com/questions/tagged/quarkus[Stack Overflow]. |
0 commit comments