This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


    from 4efad12307 Minor cleanup in YAML Language Support
     new 24ae3e3d3d Adding test for multi release jars.
     new 786efe883b Running platform/o.n.bootstrap tests on JDK 11.
     new 18248af9a3 Add multi-release jar support to JarClassLoader
     new 7489342aa9 Identation and minor changes.
     new d8581a1391 Iterate over contained versions only.
     new d0a62879de Implement multi-release support to respect Archive support 
and loading constraints
     new 2b3da75816 Ensure jsch module reports itself as a multi release jar
     new ae4dfd7273 Implementation of multi-release jar support for Netbinox
     new 9c9de5edd5 Use a JDK 11 from jdk11-updates and not last unmaintained 
GA version
     new 51ffae69c0 Merge pull request #4589 from matthiasblaesing/multi-release

The 7448 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        |  24 ++-
 ide/c.jcraft.jsch/build.xml                        |   1 +
 platform/netbinox/nbproject/project.properties     |   2 +-
 platform/netbinox/nbproject/project.xml            |   5 +
 .../netbeans/modules/netbinox/JarBundleFile.java   | 116 +++++++++++++-
 .../netbeans/modules/netbinox/NetbinoxLoader.java  |   3 -
 .../netbinox/NetbinoxMultiversionJarTest.java      | 175 +++++++++++++++++++++
 .../src/org/netbeans/JarClassLoader.java           |  90 ++++++++++-
 .../unit/src/org/netbeans/JarClassLoaderTest.java  |  96 +++++++++++
 9 files changed, 499 insertions(+), 13 deletions(-)
 create mode 100644 
platform/netbinox/test/unit/src/org/netbeans/modules/netbinox/NetbinoxMultiversionJarTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to