[java-support] branch dev/JSPT-97 updated (dff83d9 -> e30ac8b)

Ian Young ian at iay.org.uk
Wed Jun 10 15:53:28 UTC 2020


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

iay pushed a change to branch dev/JSPT-97
in repository java-support.

  discards  dff83d9   JSPT-97 - Correctly synchronize component base classes
      adds  021895d   Open branch for development.
      adds  70cd1dd   JSPT-94 - Add support classes to invert and join BiPredicates.
      adds  03e4c54   JSPT-100 - Add Base32 output format to StringDigester
      adds  970f9fd   IDP-1595  First attempt at building a an Installer (service) class
      adds  5779a04   IDP-1595 Change class name, add external download
      adds  d0c1ac0   IDP-1595 Resource construction can throw an IOException
      adds  b75463a   IDP-1595 First attempt at building a an Installer (service) class
      adds  c9223a8   JSPT-96 Deprecate all parameterized constructors to EvaluableScript
      adds  4e5b701   JSPT-95 Use non deprecated Constructor to EvaluableScript
      adds  61e55b9   JSPT-96 EvaulableScript.setLanguage(String) becomes setEngineName
      adds  80f7ada   JSPT-95 Align our JSR203 names with JDK-11/Nashorn.
      adds  609988e   JSPT-95 Clean up GraalVm support code
      adds  3ef91c2   JSPT-95 Make Rhino integration Compilable
      adds  d0a1b93   JSPT-95 Allow rhino to call ImportPackage
      adds  6344fb6   JSPT-95 fallback to private JSR203 providers
      adds  6bbbb05   Tidy Pom comments
       new  e30ac8b   JSPT-97 - Correctly synchronize component base classes

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   (dff83d9)
            \
             N -- N -- N   refs/heads/dev/JSPT-97 (e30ac8b)

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 1 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                                            |  10 +-
 .../java/support/codec/StringDigester.java         |  37 ++--
 ...AbstractIdentifiableInitializableComponent.java |   4 +-
 .../AbstractIdentifiedInitializableComponent.java  |   2 +
 .../component/AbstractInitializableComponent.java  |   2 +
 .../java/support/logic/BiFunctionSupport.java      |  91 ++++++++
 .../java/support/logic/BiPredicateSupport.java     | 240 +++++++++++++++++++++
 .../java/support/logic/FunctionSupport.java        |   8 +-
 .../java/support/logic/PredicateSupport.java       |   4 +-
 .../java/support/logic/ScriptedFunction.java       |  18 +-
 .../java/support/logic/ScriptedPredicate.java      |  18 +-
 .../java/support/plugin/PluginDescription.java     | 133 ++++++++++++
 .../java/support/plugin/PluginInstaller.java       | 113 ++++++++++
 .../{security/impl => plugin}/package-info.java    |   5 +-
 .../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 +-
 22 files changed, 1148 insertions(+), 120 deletions(-)
 create mode 100644 src/main/java/net/shibboleth/utilities/java/support/logic/BiFunctionSupport.java
 create mode 100644 src/main/java/net/shibboleth/utilities/java/support/logic/BiPredicateSupport.java
 create mode 100644 src/main/java/net/shibboleth/utilities/java/support/plugin/PluginDescription.java
 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