[java-support] branch master updated (d0c1ac0 -> 6bbbb05)

Rod Widdowson rdw at steadingsoftware.com
Wed Jun 10 14:21:49 UTC 2020


This is an automated email from the git hooks/post-receive script.

rdw pushed a change to branch master
in repository java-support.

      from  d0c1ac0   IDP-1595 Resource construction can throw an IOException
       new  b75463a   IDP-1595 First attempt at building a an Installer (service) class
       new  c9223a8   JSPT-96 Deprecate all parameterized constructors to EvaluableScript
       new  4e5b701   JSPT-95 Use non deprecated Constructor to EvaluableScript
       new  61e55b9   JSPT-96 EvaulableScript.setLanguage(String) becomes setEngineName
       new  80f7ada   JSPT-95 Align our JSR203 names with JDK-11/Nashorn.
       new  609988e   JSPT-95 Clean up GraalVm support code
       new  3ef91c2   JSPT-95 Make Rhino integration Compilable
       new  d0a1b93   JSPT-95 Allow rhino to call ImportPackage
       new  6344fb6   JSPT-95 fallback to private JSR203 providers
       new  6bbbb05   Tidy Pom comments

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


Summary of changes:
 pom.xml                                            |   6 +-
 .../java/support/logic/ScriptedFunction.java       |  18 +-
 .../java/support/logic/ScriptedPredicate.java      |  18 +-
 ...PluginDescription.java => PluginInstaller.java} |  52 ++----
 .../java/support/scripting/EvaluableScript.java    | 204 ++++++++++++++++++---
 .../support/scripting/AbstractScriptEngine.java    |   9 +-
 .../java/support/scripting/EngineTests.java        |  20 ++
 .../support/scripting/EvaluableScriptTest.java     | 160 +++++++++++++++-
 .../java/support/scripting/GraalEngine.java        |  97 ++++++----
 .../java/support/scripting/GraalFactory.java       |  19 +-
 .../java/support/scripting/RhinoEngine.java        |  65 ++++++-
 .../java/support/scripting/RhinoFactory.java       |   9 +-
 12 files changed, 545 insertions(+), 132 deletions(-)
 copy src/main/java/net/shibboleth/utilities/java/support/plugin/{PluginDescription.java => PluginInstaller.java} (68%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list