[spring-extensions] branch main updated (2beae06 -> 5dba5e5)

Scott Cantor cantor.2 at osu.edu
Wed Jul 6 16:55:12 UTC 2022


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

scantor pushed a change to branch main
in repository spring-extensions.

    from 2beae06  Javadoc
     new 31a61d4  Migrate some IdP code down.
     new 8028689  Allow nulls in list-combining factory bean.
     new 0520245  Migrate various classes.
     new fa0d901  Move AccessControlService wrapper down.
     new e86f75e  Fix merge conflict.
     new 5dba5e5  Eclipse files.

The 6 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:
 .classpath                                         |   1 +
 .project                                           |  13 +
 .settings/org.eclipse.jdt.core.prefs               |  30 +-
 .settings/org.eclipse.wst.common.component         |   6 +
 .../org.eclipse.wst.common.project.facet.core.xml  |   5 +
 pom.xml                                            |  20 +-
 ...Converter.java => ByteArrayToDDFConverter.java} |  25 +-
 ...Converter.java => DDFToByteArrayConverter.java} |  25 +-
 ...actPropertiesApplicationContextInitializer.java | 399 +++++++++++++++++++++
 .../spring/factory/CombiningListFactoryBean.java   |  33 +-
 .../ext/spring/service/LogbackLoggingService.java  | 247 +++++++++++++
 .../service/ServiceableAccessControlService.java}  |  55 +--
 .../ext/spring/util/ApplicationContextBuilder.java |  72 +++-
 .../factory/CombiningListFactoryBeanTest.java      |  14 +-
 .../net/shibboleth/ext/spring/factory/lists.xml    |   2 +
 15 files changed, 863 insertions(+), 84 deletions(-)
 create mode 100644 .settings/org.eclipse.wst.common.component
 create mode 100644 .settings/org.eclipse.wst.common.project.facet.core.xml
 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
 copy src/{test/java/net/shibboleth/ext/spring/service/ReloadableTestBean.java => main/java/net/shibboleth/ext/spring/service/ServiceableAccessControlService.java} (50%)

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


More information about the commits mailing list