[spring-extensions] branch main updated (db908f5 -> 7c5f07a)
Rod Widdowson
rdw at steadingsoftware.com
Sun Jun 19 14:19:51 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch main
in repository spring-extensions.
from db908f5 Add removeApplicationListener to MockApplicationContext
new e66bb6a JSE-49 Allow NamespaceHandler base class to sub-delegate to additional handlers
new 7c5f07a JSE-49 Allow NamespaceHandler base class to sub-delegate to additional handlers
The 2 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