[java-support] branch dev/JSPT-95 updated (6cfc2bc -> 896b99a)
Rod Widdowson
rdw at steadingsoftware.com
Tue May 12 15:34:14 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch dev/JSPT-95
in repository java-support.
discards 6cfc2bc JSPT-95 fallback to private JSR203 providers
discards 333a909 JSPT-95 Move Rhino implementation out of test
discards 0942a44 JSPT-95 Allow rhino to call ImportPackage
discards 4252eba JSPT-95 Make Rhino integration Compilable
discards 10f65c2 JSPT-95 Clean up GraalVm support code
discards 0e8ca0f JSPT-95 Move GraalVm support to main (from Test)
discards d6d11fc JSPT-95 Align our JSR203 names with JDK-11/Nashorn.
discards 21d3e6e JSPT-96 EvaulableScript.setLanguage(String) becomes setEngineName
discards fa070e2 JSPT-95 Use non deprecated Constructor to EvaluableScript
discards 1e5e2b0 JSPT-96 Deprecate all parameterized constructors to EvaluableScript
discards da984c1 IDP-1595 First attempt at building a an Installer (service) class
new dc8f6a4 IDP-1595 First attempt at building a an Installer (service) class
new 08306b0 JSPT-96 Deprecate all parameterized constructors to EvaluableScript
new 7423095 JSPT-95 Use non deprecated Constructor to EvaluableScript
new fe84d80 JSPT-96 EvaulableScript.setLanguage(String) becomes setEngineName
new 7e2a0b8 JSPT-95 Align our JSR203 names with JDK-11/Nashorn.
new b3b9a15 JSPT-95 Clean up GraalVm support code
new 0f60e37 JSPT-95 Make Rhino integration Compilable
new 573097c JSPT-95 Allow rhino to call ImportPackage
new 53348bb JSPT-95 fallback to private JSR203 providers
new 896b99a Tidy Pom comments
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6cfc2bc)
\
N -- N -- N refs/heads/dev/JSPT-95 (896b99a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
.project | 11 ------
pom.xml | 44 +++++++++++++---------
.../services/javax.script.ScriptEngineFactory | 1 -
.../support/scripting/AbstractScriptEngine.java | 2 +-
.../java/support/scripting/GraalEngine.java | 0
.../java/support/scripting/GraalFactory.java | 0
.../java/support/scripting/RhinoEngine.java | 3 +-
.../java/support/scripting/RhinoFactory.java | 8 ++--
.../scripting/RuntimeScriptingException.java | 2 +-
.../services/javax.script.ScriptEngineFactory | 1 +
10 files changed, 35 insertions(+), 37 deletions(-)
delete mode 100644 src/main/resources/META-INF/services/javax.script.ScriptEngineFactory
rename src/{main => test}/java/net/shibboleth/utilities/java/support/scripting/AbstractScriptEngine.java (98%)
rename src/{main => test}/java/net/shibboleth/utilities/java/support/scripting/GraalEngine.java (100%)
rename src/{main => test}/java/net/shibboleth/utilities/java/support/scripting/GraalFactory.java (100%)
rename src/{main => test}/java/net/shibboleth/utilities/java/support/scripting/RhinoEngine.java (99%)
rename src/{main => test}/java/net/shibboleth/utilities/java/support/scripting/RhinoFactory.java (91%)
rename src/{main => test}/java/net/shibboleth/utilities/java/support/scripting/RuntimeScriptingException.java (95%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list