[java-support] branch dev/JSPT-95 updated (13b08e1 -> c86bbc6)

Rod Widdowson rdw at steadingsoftware.com
Wed Apr 8 11:49:53 EDT 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  13b08e1   JSPT-95 Move Rhino implementation out of test
  discards  099b0a1   JSPT-95 Make Rhino integration Compilable
  discards  c53f9c9   JSPT-95 Clean up GraalVm support code
  discards  d5db859   JSPT-95 Move GraalVm support to main (from Test)
  discards  3df43a4   JSPT-95 Align our JSR203 names with JDK-11/Nashorn.
  discards  c866673   JSPT-96 EvaulableScript.setLanguage(String) becomes setEngineName
  discards  1c28209   JSPT-95 Use non deprecated Constructor to EvaluableScript
  discards  b9f3dd7   JSPT-96 Deprecate all parameterized constructors to EvaluableScript
      adds  06c862b   JSPT-75 - SerializeSupport.prettyPrintXML test fails under Java 9
      adds  fe5916c   IDP-1508 - TestNG @BeforeTest and @AfterTest are being misused
       new  e7a0b40   JSPT-96 Deprecate all parameterized constructors to EvaluableScript
       new  44fb553   JSPT-95 Use non deprecated Constructor to EvaluableScript
       new  774f0a6   JSPT-96 EvaulableScript.setLanguage(String) becomes setEngineName
       new  f3dc6e1   JSPT-95 Align our JSR203 names with JDK-11/Nashorn.
       new  cf5375a   JSPT-95 Move GraalVm support to main (from Test)
       new  b7d743e   JSPT-95 Clean up GraalVm support code
       new  dd28ec1   JSPT-95 Make Rhino integration Compilable
       new  7077de2   JSPT-95 Allow rhino to call ImportPackage
       new  51ed80c   JSPT-95 Move Rhino implementation out of test
       new  c86bbc6   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   (13b08e1)
            \
             N -- N -- N   refs/heads/dev/JSPT-95 (c86bbc6)

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:
 .../utilities/java/support/scripting/EvaluableScript.java |  4 ++++
 .../utilities/java/support/scripting/RhinoEngine.java     |  8 ++++----
 .../utilities/java/support/scripting/RhinoFactory.java    |  8 ++++----
 .../utilities/java/support/xml/AttributeSupportTest.java  |  4 ++--
 .../utilities/java/support/xml/DOMTypeSupportTest.java    |  4 ++--
 .../utilities/java/support/xml/ElementSupportTest.java    |  4 ++--
 .../utilities/java/support/xml/QNameSupportTest.java      |  4 ++--
 .../utilities/java/support/xml/SchemaBuilderTest.java     |  4 ++--
 .../utilities/java/support/xml/SerializeSupportTest.java  | 15 ++++-----------
 .../utilities/java/support/xml/serializeSupportTest.xml   |  2 +-
 10 files changed, 27 insertions(+), 30 deletions(-)

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


More information about the commits mailing list