Migrating from earlier releases of IBM Semeru Certified Edition for z/OS
A summary of changes to the SDK and runtime environment that you need to be aware of when you migrate from earlier releases of IBM® Semeru Certified Edition for z/OS is listed here.
This release contains a few differences from Semeru Certified Edition for z/OS, version 11, which might require planning. For an overview, read the What's new section.
Important changes
- z/OS 2.4, which was supported in IBM Semeru Certified Edition for z/OS, Version 11, is not supported in this release.
The zEDC (zEnterprise® Data Compression) Express adapter and the Integrated Accelerator for zEDC solution for z15® or later, which was supported in IBM Semeru Certified Edition for z/OS, Version 11, but was not available in the first release of Version 17, is now supported. For more information, see zEnterprise Data Compression.
- In Java 11 and earlier versions, when the JVM loads an application native library (DLL), it
searches for the library in the path that is specified in both the system property
java.library.path
and theLIBPATH
environment variable. From Java 17 onwards, the search is based only off the system propertyjava.library.path
, which is set when the JVM starts. Changing thejava.library.path
property after JVM starts does not affect the search path. The defaultjava.library.path
is derived from theLIBPATH
environment variable. If thejava.library.path
is set on the command line, this value is used exclusively for the search and the path that is mentioned inLIBPATH
is not used for searching the libraries.
These changes might affect the compatibility of applications with this release. For more information about these changes and how to determine whether your applications have compatibility issues, see Version compatibility.
Deprecations and removals
For a full list of JDK methods that are deprecated and removed, see Removed APIs, Tools, and Components.
Migrating from earlier releases
If you are migrating from a release before IBM Semeru Certified Edition for z/OS, Version 11, read the Migrating from earlier releases topic for Version 11.