[java-shib-shared] branch main updated (9af5e7fd -> 7c4b6f96)
Scott Cantor
cantor.2 at osu.edu
Fri Apr 21 18:31:49 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a change to branch main
in repository java-shib-shared.
from 9af5e7fd JSSH-27 - Implement an ensureId method to help with nullability annotation
new 121fbd4d IDP-2083 - Treat NonnullElements as the default for collections
new 7c4b6f96 Remove unneeded test.
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:
.../shared/annotation/constraint/package-info.java | 1 +
.../shibboleth/shared/annotation/package-info.java | 5 ++-
.../net/shibboleth/shared/codec/HTMLEncoder.java | 15 ++++---
.../shibboleth/shared/codec/StringDigester.java | 5 ++-
.../net/shibboleth/shared/codec/package-info.java | 5 ++-
.../shared/collection/ClassIndexedSet.java | 20 +++++----
.../shared/collection/IndexingObjectStore.java | 13 +++---
.../net/shibboleth/shared/collection/Pair.java | 4 +-
.../shared/collection/ValueTypeIndexedMap.java | 22 ++++++----
.../shibboleth/shared/collection/package-info.java | 4 +-
.../shibboleth/shared/component/package-info.java | 6 ++-
.../shibboleth/shared/logic/AllMatchPredicate.java | 6 ++-
.../shibboleth/shared/logic/AnyMatchPredicate.java | 6 ++-
.../logic/CaseInsensitiveStringMatchPredicate.java | 3 +-
.../net/shibboleth/shared/logic/Constraint.java | 12 +++---
.../shibboleth/shared/logic/FunctionSupport.java | 2 +-
.../shibboleth/shared/logic/NonnullFunction.java | 2 +-
.../shibboleth/shared/logic/RegexPredicate.java | 1 +
.../shared/logic/StrategyIndirectedPredicate.java | 6 ++-
.../shared/logic/TransformAndCheckFunction.java | 11 +++--
.../net/shibboleth/shared/logic/package-info.java | 5 ++-
.../shared/primitive/CleanerSupport.java | 3 +-
.../shared/primitive/DeprecationSupport.java | 5 +--
.../shibboleth/shared/primitive/LoggerFactory.java | 10 ++---
.../shared/primitive/NonnullSupplier.java | 3 +-
.../shibboleth/shared/primitive/ObjectSupport.java | 5 ++-
.../shibboleth/shared/primitive/StringSupport.java | 4 +-
.../shibboleth/shared/primitive/package-info.java | 5 ++-
.../shibboleth/shared/resolver/CriteriaSet.java | 9 ++--
.../resolver/CriterionPredicateRegistry.java | 4 +-
.../net/shibboleth/shared/resolver/Resolver.java | 5 +--
.../shibboleth/shared/resolver/package-info.java | 4 +-
.../shared/scripting/AbstractScriptEvaluator.java | 4 +-
.../shibboleth/shared/scripting/package-info.java | 4 +-
.../shibboleth/shared/xml/AttributeSupport.java | 36 ++++++++++------
.../shibboleth/shared/xml/ClasspathResolver.java | 3 +-
.../net/shibboleth/shared/xml/ElementSupport.java | 31 +++++++++++---
.../java/net/shibboleth/shared/xml/ParserPool.java | 3 +-
.../net/shibboleth/shared/xml/QNameSupport.java | 22 ++++++++++
.../net/shibboleth/shared/xml/SchemaBuilder.java | 19 ++++----
.../shibboleth/shared/xml/SerializeSupport.java | 2 +-
.../java/net/shibboleth/shared/xml/XMLSpace.java | 7 ++-
.../shared/xml/impl/BasicParserPool.java | 50 ++++++++++++----------
.../shibboleth/shared/xml/impl/package-info.java | 5 ++-
.../net/shibboleth/shared/xml/package-info.java | 5 ++-
.../shared/xml/AttributeSupportTest.java | 8 ----
46 files changed, 252 insertions(+), 158 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list