Here are some notes when migrating from Traditional Java Buildpack to Java Cloud Native Buildpack
Here are some items to notes when migrating from Traditional Java Buildpack to Java Cloud Native Buildpack
JBP_CONFIG_OPEN_JDK_JRE (jre.version) → BP_JVM_VERSION
JBP_CONFIG_OPEN_JDK_JRE (memory_calculator.stack_threads) → BPL_JVM_THREAD_COUNT
JAVA_OPTS → JAVA_TOOL_OPTIONS
For a list of support environment variables in Java Cloud Native Buildpack, please see here.
VCAP_SERVICES are fully compatible with Java Cloud Native Buildpack
User defined services are also supported with Java Cloud Native Buildpack
For more info on installation and using Java Cloud Native Buildpack, please see our docs.