Skip to content

Migration Guide 3.2

Guillaume Smet edited this page Jun 20, 2023 · 15 revisions

Native executables and .so files

Due to changes made to GraalVM/Mandrel, if you are using an extension that is relying on .so files (such as the AWT extension), you need to add these .so files to the native container similarly to:

...
# Copy of the .so files to the container
COPY --chown=1001:root target/*.so /work/
COPY --chown=1001:root target/*-runner /work/application
...

Migration guides

Current version


LTS versions


Next version in main


Clone this wiki locally