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 edda484  Merge pull request #2253 from 
junichi11/netbeans-4576-code-template-completion-for-html
     new 6c752c9  Exception handling and ScriptContext compatibility 
improvements.
     new 4c2fae3  Fixed tests not to fail on GraalVM JDK 20.1
     new cc43414  Updated NbModuleSuite to load hamcrest.
     new e4b1251  Published hamcrest packages.
     new 5a9d7f2  Merge pull request #2261 from sdedic/bugfix/graalsdk

The 4195 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:
 harness/nbjunit/apichanges.xml                     |  15 +++
 harness/nbjunit/manifest.mf                        |   2 +-
 .../src/org/netbeans/junit/NbModuleSuite.java      |   3 +
 .../netbeans/libs/graalsdk/impl/GraalContext.java  |  49 ++++++-
 .../netbeans/libs/graalsdk/impl/GraalEngine.java   |  80 +++++++----
 .../libs/graalsdk/impl/GraalEngineFactory.java     |  10 +-
 .../netbeans/libs/graalsdk/impl/LangContext.java   | 150 +++++++++++++++++++++
 .../org/netbeans/libs/graalsdk/package-info.java   |  14 ++
 .../netbeans/libs/graalsdk/GraalEnginesTest.java   |  98 +++++++++++++-
 .../libs/graalsdk/JavaScriptEnginesTest.java       | 111 ++++++++++++++-
 .../netbeans/libs/graalsdk/ScriptingTutorial.java  |  68 ++++++++++
 .../api/scripting/JavaScriptEnginesTest.java       |  16 ++-
 platform/libs.junit4/manifest.mf                   |   2 +-
 platform/libs.junit4/nbproject/project.xml         |   2 +
 14 files changed, 572 insertions(+), 48 deletions(-)
 create mode 100644 
ide/libs.graalsdk/src/org/netbeans/libs/graalsdk/impl/LangContext.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