Skip to content

Migration Guide 1.3

Guillaume Smet edited this page Feb 6, 2020 · 19 revisions

JUnit

You need JUnit 5.6+. It's included in our BOM but if you specify the version manually, you need to ugprade.

Native images and GraalVM

19.3.1 is now the only version supported for GraalVM.

Both JDK 8 and JDK 11 should work but keep in mind that GraalVM JDK 11 is a tech preview.

Extension framework

New groupId for substitution artifact

The com.oracle.substratevm:svm artifact has been moved to org.graalvm.nativeimage:svm.

If you are using substitutions, there is a good chance you will need to update your pom.xml.

Migration guides

Current version


LTS versions


Next version in main


Clone this wiki locally