jpype v1.2.0 Release Notes
Release Date: 2020-11-30 // about 4 years ago-
โ Added builds for Python 3.9. Python 3.9 on Windows is currently failing
due to issue in Python.๐ Fixed bug when importing from multi-release jars. The directory was
being truncated to only those classes in the overlay.โ addClassPath can add jar files after the JVM is started. The default
loader for JPype class isorg.jpype.classloader.DynamicClassLoader
.๐ Build support of z/OS added.
๐ Bug causing ambiguity between primitives and variadic arguments in method
resolution was corrected.Boolean was inadvertently left out of method resolution.
boolean
now properly matched with boxed types.๐ Support for PyInstaller was added.
Previous changes from v1.1.2
-
๐ง Linux binaries are now stripped for size.
โ Add importlib.util to address instability in Python importlib boot process.
Certain versions of Python such as 3.9 appear to not properly load this
module resulting in unexpected errors during startJVM.