Skip to content

Migration Guide 1.7

Alexey Loubyansky edited this page Aug 6, 2020 · 9 revisions

Native images

Native images use the file.encoding defined at build time. It used to be set to the locale of the build host. It is now hardcoded to UTF-8 at build time to avoid inconsistent behaviors.

It is not configurable right now but if you have a use case for being able to configure it, please speak up on the quarkus-dev mailing list.

io.quarkus:quarkus-bom-deployment has been removed

io.quarkus:quarkus-bom-deployment artifact was deprecated in 1.6.0.Final and now was removed completely in 1.7.0.Final. Its content (the deployment or build time Quarkus extension dependencies) was merged into io.quarkus:quarkus-bom artifact. Starting from 1.7.0.Final release, imports of io.quarkus:quarkus-bom-deployment should changed to import io.quarkus:quarkus-bom instead.

Current version

Migration Guide 3.17

Next version in main

Migration Guide 3.18

Clone this wiki locally