[java-identity-provider] branch dev/JSPT-95 updated (b97223f -> 8ed79a8)

Rod Widdowson rdw at steadingsoftware.com
Wed Apr 8 12:10:49 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-identity-provider.

  discards  b97223f   JSPT-96 Deprecated multi-parameter constructors to EvaluableScript
      adds  a75e54f   Type inference.
      adds  d445644   IDP-1508 - TestNG @BeforeTest and @AfterTest are being misused
       new  7adc5f6   JSPT-96 Deprecated multi-parameter constructors to EvaluableScript
       new  8ed79a8   JSPT-95 Throw some Rhino script tests back into the IdP

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   (b97223f)
            \
             N -- N -- N   refs/heads/dev/JSPT-95 (8ed79a8)

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 2 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:
 .../filter/matcher/impl/ScriptedMatcherTest.java   |  7 ++---
 .../filter/matcher/logic/impl/AndMatcherTest.java  |  5 ++--
 .../filter/matcher/logic/impl/NotMatcherTest.java  |  5 ++--
 .../filter/matcher/logic/impl/OrMatcherTest.java   |  5 ++--
 .../policyrule/impl/ScriptedPolicyRuleTest.java    |  5 ++--
 .../policyrule/logic/impl/AndPolicyRuleTest.java   |  5 ++--
 .../policyrule/logic/impl/NotPolicyRuleTest.java   |  5 ++--
 .../policyrule/logic/impl/OrPolicyRuleTest.java    |  5 ++--
 .../filter/spring/basic/ScriptedTest.java          | 35 +++++++++++++++++-----
 .../attribute/filter/matcher/#scripted-rhino.xml#  | 17 +++++++++++
 .../{andSingleton.xml => scripted-rhino.xml}       | 11 +++++--
 .../attribute/filter/policyrule/file.script.rhino  |  1 +
 .../{scriptedNotThere.xml => scripted-rhino.xml}   |  7 ++---
 .../dc/impl/StoredIDDataConnectorTest.java         |  5 ++--
 .../dc/ldap/impl/LDAPDataConnectorTest.java        |  9 +++---
 .../resolver/dc/ldap/impl/Regressions.java         |  9 +++---
 .../dc/rdbms/impl/RDBMSDataConnectorTest.java      |  6 ++--
 .../resolver/spring/AttributeResolverTest.java     | 14 +++------
 .../dc/ldap/LDAPDataConnectorParserTest.java       | 15 ++++------
 .../dc/rdbms/RDBMSDataConnectorParserTest.java     |  5 ++--
 .../failfast/AttributeResolverFailFastTest.java    | 13 ++++----
 .../ExactPrincipalEvalPredicateFactoryTest.java    |  5 ++--
 .../InexactPrincipalEvalPredicateFactoryTest.java  |  5 ++--
 .../cas/ticket/impl/EncodingTicketServiceTest.java |  4 +--
 .../cas/ticket/impl/SimpleTicketServiceTest.java   |  4 +--
 .../idp/test/flows/AbstractFlowTest.java           | 11 +++----
 idp-parent/pom.xml                                 |  2 +-
 .../shibboleth/idp/profile/ScriptedActionTest.java |  4 +--
 .../impl/PopulateBindingAndEndpointContexts.java   |  4 +--
 29 files changed, 120 insertions(+), 108 deletions(-)
 create mode 100644 idp-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/matcher/#scripted-rhino.xml#
 copy idp-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/matcher/{andSingleton.xml => scripted-rhino.xml} (51%)
 create mode 100644 idp-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/policyrule/file.script.rhino
 copy idp-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/policyrule/{scriptedNotThere.xml => scripted-rhino.xml} (50%)

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


More information about the commits mailing list