[spring-extensions] branch dev/JSPT-98 updated (435c989 -> dff2620)

Rod Widdowson rdw at steadingsoftware.com
Fri Jul 1 11:01:43 UTC 2022


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

rdw pushed a change to branch dev/JSPT-98
in repository spring-extensions.

 discard 435c989  JSPT-98 Integrate lifecycle checking methods in base classes
     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
     add 8e6733c  JSE-49 - Allow NamespaceHandler base class to sub-delegate
     add f717e45  JSE-49 - Allow NamespaceHandler base class to sub-delegate
     add 2beae06  Javadoc
     new dff2620  JSPT-98 Integrate lifecycle checking methods in 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   (435c989)
            \
             N -- N -- N   refs/heads/dev/JSPT-98 (dff2620)

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 1 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    | 106 ++++++++++++++++++++-
 .../ext/spring/util/SecondaryNamespaceHandler.java |  74 ++++++++++++++
 .../ext/spring/util/LowerParsersAndBean.java       |  84 ++++++++++++++++
 .../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, 417 insertions(+), 6 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