You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2020/09/19 08:03:39 UTC

[netbeans] branch master updated (f75dadf -> d4d2290)

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

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


    from f75dadf  Revert "Ignore boot classpath with javac.target=9+"
     new e15a48f  Update truffle-api dependency to 20.2.0
     new b8521d9  Update graalsdk dependency to 20.2.0
     new bc75240  Update graaljs dependency to 20.2.0
     new bcbc5b9  CI: Run GraalVM tests on both latest and LTS version
     new 4357fa9  Resolve method resolution ambiguity.
     new 686f982  Increase test memory limit for graal-sdk tests
     new df53a86  Workaround for GR-26188. Calling polyglot.js.allowHostAccess replaces NASHORN_HOST_ACCESS with ALL.
     new 414a838  Update graalsdk public packages.
     new afc3259  Compare the signatures against previous release
     new d80c378  Regenerating GraalSDK and Truffle API signature to match 20.2.0 version
     new 714f340  Adjusting other .sig files to now enabled 'ant check-sigtests-release' test
     new eed81f5  Increasing spec versions of all three Graal.js related modules as they depend on each other
     new d4d2290  Merge pull request #2372 from daemontus/graal-20.2.0-dependency-upgrade

The 4346 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                                        |   16 +-
 .../org-netbeans-modules-groovy-editor.sig         | 1713 --------------------
 ide/libs.graalsdk/external/binaries-list           |    4 +-
 ....0-license.txt => graal-sdk-20.2.0-license.txt} |    4 +-
 ide/libs.graalsdk/manifest.mf                      |    2 +-
 .../nbproject/org-netbeans-libs-graalsdk.sig       |  342 +++-
 ide/libs.graalsdk/nbproject/project.properties     |    6 +-
 ide/libs.graalsdk/nbproject/project.xml            |   10 +-
 ide/libs.truffleapi/external/binaries-list         |    2 +-
 ...-license.txt => truffle-api-20.2.0-license.txt} |    4 +-
 ide/libs.truffleapi/manifest.mf                    |    2 +-
 .../nbproject/org-netbeans-libs-truffleapi.sig     |  738 +++++----
 ide/libs.truffleapi/nbproject/project.properties   |    2 +-
 ide/libs.truffleapi/nbproject/project.xml          |    6 +-
 nbbuild/travis/scripting.sh                        |   10 +-
 .../src/org/netbeans/api/scripting/Scripting.java  |    3 +-
 webcommon/libs.graaljs/external/binaries-list      |    8 +-
 ...u4j-65.1-license.txt => icu4j-67.1-license.txt} |    4 +-
 ...js-19.3.0-license.txt => js-20.2.0-license.txt} |    4 +-
 webcommon/libs.graaljs/manifest.mf                 |    2 +-
 .../nbproject/org-netbeans-libs-graaljs.sig        |  188 ++-
 .../libs.graaljs/nbproject/project.properties      |    8 +-
 webcommon/libs.graaljs/nbproject/project.xml       |   20 +-
 .../src/org/netbeans/libs/graaljs/graaljs.xml      |   18 +-
 24 files changed, 927 insertions(+), 2189 deletions(-)
 delete mode 100644 groovy/groovy.editor/nbproject/org-netbeans-modules-groovy-editor.sig
 rename ide/libs.graalsdk/external/{graal-sdk-19.3.0-license.txt => graal-sdk-20.2.0-license.txt} (96%)
 rename ide/libs.truffleapi/external/{truffle-api-19.3.0-license.txt => truffle-api-20.2.0-license.txt} (97%)
 rename webcommon/libs.graaljs/external/{icu4j-65.1-license.txt => icu4j-67.1-license.txt} (98%)
 rename webcommon/libs.graaljs/external/{js-19.3.0-license.txt => js-20.2.0-license.txt} (96%)


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

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