[spring-extensions] branch dev/JSPS-1 updated (0ec0225 -> 2c53fcf)

Scott Cantor cantor.2 at osu.edu
Tue Jun 21 13:36:03 UTC 2022


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

scantor pushed a change to branch dev/JSPS-1
in repository spring-extensions.

 discard 0ec0225  Fix merge conflict.
 discard fdd316e  Move AccessControlService wrapper down.
 discard c602231  Migrate various classes.
 discard 4d6e80a  Allow nulls in list-combining factory bean.
 discard e55bbff  Migrate some IdP code down.
     add e66bb6a  JSE-49 Allow NamespaceHandler base class to sub-delegate to additional handlers
     add 7c5f07a  JSE-49 Allow NamespaceHandler base class to sub-delegate to additional handlers
     new c95eb5c  Migrate some IdP code down.
     new 87b0e30  Allow nulls in list-combining factory bean.
     new 0e76584  Migrate various classes.
     new 8694bc8  Move AccessControlService wrapper down.
     new 2c53fcf  Fix merge conflict.

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   (0ec0225)
            \
             N -- N -- N   refs/heads/dev/JSPS-1 (2c53fcf)

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 "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../util/AnnotationParameterNameDiscoverer.java    |  2 +-
 .../spring/util/BaseSpringNamespaceHandler.java    | 47 ++++++++++++-
 .../ext/spring/util/SecondaryNamespaceHandler.java | 62 +++++++++++++++++
 .../ext/spring/util/LowerParsersAndBean.java       | 79 ++++++++++++++++++++++
 .../ext/spring/util/NestedParsersTest.java         | 52 ++++++++++++++
 .../ext/spring/util/UpperParserAndBean.java        | 60 ++++++++++++++++
 .../spring/handlers/urn-mace-shibboleth-2.0-nested |  1 +
 src/test/resources/META-INF/spring.handlers        |  1 +
 src/test/resources/META-INF/spring.schemas         |  2 +
 .../net/shibboleth/ext/spring/util/nested.xml      | 10 +++
 src/test/resources/schema/nested.xsd               | 31 +++++++++
 11 files changed, 344 insertions(+), 3 deletions(-)
 create mode 100644 src/main/java/net/shibboleth/ext/spring/util/SecondaryNamespaceHandler.java
 create mode 100644 src/test/java/net/shibboleth/ext/spring/util/LowerParsersAndBean.java
 create mode 100644 src/test/java/net/shibboleth/ext/spring/util/NestedParsersTest.java
 create mode 100644 src/test/java/net/shibboleth/ext/spring/util/UpperParserAndBean.java
 create mode 100644 src/test/resources/META-INF/net/shibboleth/spring/handlers/urn-mace-shibboleth-2.0-nested
 create mode 100644 src/test/resources/net/shibboleth/ext/spring/util/nested.xml
 create mode 100644 src/test/resources/schema/nested.xsd

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


More information about the commits mailing list