[java-shib-shared] branch main updated (49403436 -> bbed633f)
Rod Widdowson
rdw at steadingsoftware.com
Thu Nov 24 11:00:51 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch main
in repository java-shib-shared.
from 49403436 Remove null-violating tests and tighten up the settings again.
new 17e9af6b IDP-1793 Use Suppliers for HttpRequest/Response
new bbed633f IDP-1793 Use Suppliers for HttpRequest/Response
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:
.../net/shibboleth/shared/net/CookieManager.java | 10 +++---
.../ThreadLocalHttpServletRequestSupplier.java | 6 ++--
.../ThreadLocalHttpServletResponseSupplier.java | 6 ++--
.../shibboleth/shared/net/CookieManagerTest.java | 18 +++++-----
.../{NonNullSupplier.java => NonnullSupplier.java} | 2 +-
.../shared/testing/ConstantSupplier.java | 40 +++++++++++-----------
6 files changed, 41 insertions(+), 41 deletions(-)
rename shib-support/src/main/java/net/shibboleth/shared/primitive/{NonNullSupplier.java => NonnullSupplier.java} (95%)
copy shib-service/src/test/java/net/shibboleth/shared/spring/service/TestServiceableComponent.java => shib-testing/src/main/java/net/shibboleth/shared/testing/ConstantSupplier.java (67%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list