[spring-extensions] branch dev/JSPS-1 updated (bb5853e -> 36cb6ad)
Scott Cantor
cantor.2 at osu.edu
Wed May 18 17:33:20 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.
from bb5853e Migrate some IdP code down.
new 7808aab Allow nulls in list-combining factory bean.
new 36cb6ad Migrate various classes.
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:
...Converter.java => ByteArrayToDDFConverter.java} | 25 +-
...Converter.java => DDFToByteArrayConverter.java} | 25 +-
...actPropertiesApplicationContextInitializer.java | 399 +++++++++++++++++++++
.../spring/factory/CombiningListFactoryBean.java | 33 +-
.../ext/spring/service/LogbackLoggingService.java | 247 +++++++++++++
.../factory/CombiningListFactoryBeanTest.java | 14 +-
.../net/shibboleth/ext/spring/factory/lists.xml | 2 +
7 files changed, 704 insertions(+), 41 deletions(-)
copy src/main/java/net/shibboleth/ext/spring/config/{StringToPeriodConverter.java => ByteArrayToDDFConverter.java} (65%)
copy src/main/java/net/shibboleth/ext/spring/config/{StringToPeriodConverter.java => DDFToByteArrayConverter.java} (64%)
create mode 100644 src/main/java/net/shibboleth/ext/spring/context/AbstractPropertiesApplicationContextInitializer.java
create mode 100644 src/main/java/net/shibboleth/ext/spring/service/LogbackLoggingService.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list