jpype v1.2.0 Release Notes

Release Date: 2020-11-30 // over 3 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 is org.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.