[spring-extensions] branch master updated (ab05684 -> 6a0de92)
Ian Young
ian at iay.org.uk
Mon Jul 30 12:11:28 EDT 2018
This is an automated email from the git hooks/post-receive script.
iay pushed a change to branch master
in repository spring-extensions.
from ab05684 Checkstyle fixes
new 8c5273d Allow for negative durations.
new 266400d Generic Spring expression predicate.
new 49556d7 Factory bean for KeyStore.
new e982514 IDP-1047 Add @Parameter annotations as indicated by the logging
new 6a0de92 IDP-1314 Add SpringExpressionFunction (and tests)
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../ext/spring/config/DurationPropertyEditor.java | 4 +-
.../ext/spring/config/DurationToLongConverter.java | 10 +-
.../ext/spring/factory/KeyStoreFactoryBean.java | 119 +++++++++++++
.../spring/service/ClassBasedServiceStrategy.java | 12 +-
.../util/AbstractSpringExpressionEvaluator.java | 196 +++++++++++++++++++++
.../util/AnnotationParameterNameDiscoverer.java | 6 +-
.../SpringExpressionFunction.java} | 34 ++--
.../SpringExpressionPredicate.java} | 42 +++--
.../ext/spring/util/SpringExpressionTest.java | 57 ++++++
9 files changed, 434 insertions(+), 46 deletions(-)
create mode 100644 src/main/java/net/shibboleth/ext/spring/factory/KeyStoreFactoryBean.java
create mode 100644 src/main/java/net/shibboleth/ext/spring/util/AbstractSpringExpressionEvaluator.java
copy src/main/java/net/shibboleth/ext/spring/{service/ApplicationContextServiceableComponent.java => util/SpringExpressionFunction.java} (57%)
copy src/main/java/net/shibboleth/ext/spring/{service/ApplicationContextServiceableComponent.java => util/SpringExpressionPredicate.java} (50%)
create mode 100644 src/test/java/net/shibboleth/ext/spring/util/SpringExpressionTest.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list