[spring-extensions] branch dev/JSPT-98 updated (e3d6719 -> 9cb4df0)
Rod Widdowson
rdw at steadingsoftware.com
Mon Jul 11 15:46:44 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 e3d6719 JSPT-98 Integrate lifecycle checking methods in base classes
add 31a61d4 Migrate some IdP code down.
add 8028689 Allow nulls in list-combining factory bean.
add 0520245 Migrate various classes.
add fa0d901 Move AccessControlService wrapper down.
add e86f75e Fix merge conflict.
add 5dba5e5 Eclipse files.
new 9cb4df0 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 (e3d6719)
\
N -- N -- N refs/heads/dev/JSPT-98 (9cb4df0)
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:
.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