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/01/16 17:26:04 UTC

[netbeans] branch master updated (820a688 -> 5b68781)

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 820a688  [NETBEANS-3695] - not proper to use a static variable through a reference (#1872)
     new be142a2  Upgrade GraalVM from 19.0.0 to 19.3.0
     new 68c0710  [TRAVIS] Fix GRAALVM tests from PR#1748
     new 4257658  Merge branch 'master' into graalvm-19.3.0
     new ff99049  Merge branch 'master' into graalvm-19.3.0
     new 7d3bb96  Merge branch 'master' into graalvm-19.3.0
     new a4d810f  Using 19.3.1 for testing and updating download URL
     new 1b391ca  The install location of the JDK changed as well
     new 7e8833e  Testing of core.network module has to be enabled
     new 7a03a4b  Treating array as List rather than Map. Map no longer works in Graal.js 19.3.x
     new 36afc61  FastR used in GraalVM tests requires libgfortran3 now
     new bb2b4eb  Merge remote-tracking branch 'origin/master' into graalvm-19.3.0
     new 5b68781  Merge pull request #1746 from pepness/graalvm-19.3.0

The 3470 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                                              |  1 +
 ide/libs.graalsdk/external/binaries-list                 |  2 +-
 ...k-19.0.0-license.txt => graal-sdk-19.3.0-license.txt} |  4 ++--
 ide/libs.graalsdk/manifest.mf                            |  2 +-
 ide/libs.graalsdk/nbproject/project.properties           |  2 +-
 ide/libs.graalsdk/nbproject/project.xml                  |  4 ++--
 .../netbeans/libs/graalsdk/JavaScriptEnginesTest.java    | 12 ++++++------
 nbbuild/travis/scripting.sh                              |  8 ++++----
 .../netbeans/api/scripting/JavaScriptEnginesTest.java    | 12 ++++++------
 webcommon/libs.graaljs/external/binaries-list            |  6 +++---
 .../{icu4j-62.1-license.txt => icu4j-65.1-license.txt}   |  6 +++---
 .../{js-19.0.0-license.txt => js-19.3.0-license.txt}     |  4 ++--
 webcommon/libs.graaljs/manifest.mf                       |  2 +-
 webcommon/libs.graaljs/nbproject/project.properties      |  6 +++---
 webcommon/libs.graaljs/nbproject/project.xml             | 16 ++++++++--------
 webcommon/libs.truffleapi/external/binaries-list         |  2 +-
 ...19.0.0-license.txt => truffle-api-19.3.0-license.txt} |  4 ++--
 webcommon/libs.truffleapi/manifest.mf                    |  2 +-
 webcommon/libs.truffleapi/nbproject/project.properties   |  2 +-
 webcommon/libs.truffleapi/nbproject/project.xml          |  6 +++---
 20 files changed, 52 insertions(+), 51 deletions(-)
 rename ide/libs.graalsdk/external/{graal-sdk-19.0.0-license.txt => graal-sdk-19.3.0-license.txt} (97%)
 rename webcommon/libs.graaljs/external/{icu4j-62.1-license.txt => icu4j-65.1-license.txt} (95%)
 rename webcommon/libs.graaljs/external/{js-19.0.0-license.txt => js-19.3.0-license.txt} (97%)
 rename webcommon/libs.truffleapi/external/{truffle-api-19.0.0-license.txt => truffle-api-19.3.0-license.txt} (97%)


---------------------------------------------------------------------
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