[java-support] branch dev/JSPT-95 updated (cd23206 -> 6cfc2bc)
Rod Widdowson
rdw at steadingsoftware.com
Mon May 4 14:38:18 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 cd23206 JSPT-95 fallback to private JSR203 providers
discards b4dec65 JSPT-95 Move Rhino implementation out of test
discards f0b2098 JSPT-95 Allow rhino to call ImportPackage
discards 36a6a4f JSPT-95 Make Rhino integration Compilable
discards a13a1a2 JSPT-95 Clean up GraalVm support code
discards d44eecb JSPT-95 Move GraalVm support to main (from Test)
discards e871f7f JSPT-95 Align our JSR203 names with JDK-11/Nashorn.
discards ce61d36 JSPT-96 EvaulableScript.setLanguage(String) becomes setEngineName
discards 25f582f JSPT-95 Use non deprecated Constructor to EvaluableScript
discards 83db354 JSPT-96 Deprecate all parameterized constructors to EvaluableScript
new da984c1 IDP-1595 First attempt at building a an Installer (service) class
new 1e5e2b0 JSPT-96 Deprecate all parameterized constructors to EvaluableScript
new fa070e2 JSPT-95 Use non deprecated Constructor to EvaluableScript
new 21d3e6e JSPT-96 EvaulableScript.setLanguage(String) becomes setEngineName
new d6d11fc JSPT-95 Align our JSR203 names with JDK-11/Nashorn.
new 0e8ca0f JSPT-95 Move GraalVm support to main (from Test)
new 10f65c2 JSPT-95 Clean up GraalVm support code
new 4252eba JSPT-95 Make Rhino integration Compilable
new 0942a44 JSPT-95 Allow rhino to call ImportPackage
new 333a909 JSPT-95 Move Rhino implementation out of test
new 6cfc2bc JSPT-95 fallback to private JSR203 providers
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 (cd23206)
\
N -- N -- N refs/heads/dev/JSPT-95 (6cfc2bc)
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 11 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:
.../java/support/plugin/PluginInstaller.java | 113 +++++++++++++++++++++
.../{security/impl => plugin}/package-info.java | 5 +-
.../java/support/scripting/EvaluableScript.java | 9 +-
3 files changed, 123 insertions(+), 4 deletions(-)
create mode 100644 src/main/java/net/shibboleth/utilities/java/support/plugin/PluginInstaller.java
copy src/main/java/net/shibboleth/utilities/java/support/{security/impl => plugin}/package-info.java (88%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list