[java-identity-provider] branch main updated: JPAR-221 - Migrate to Spring Framework 6.1
Scott Cantor
cantor.2 at osu.edu
Mon Jul 17 13:34:28 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=93bb2ee393fbd518a51692085f2af7dac94feb88
The following commit(s) were added to refs/heads/main by this push:
new 93bb2ee39 JPAR-221 - Migrate to Spring Framework 6.1
93bb2ee39 is described below
commit 93bb2ee393fbd518a51692085f2af7dac94feb88
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 17 09:33:57 2023 -0400
JPAR-221 - Migrate to Spring Framework 6.1
https://shibboleth.atlassian.net/browse/JPAR-221
Apache commons-codec bean cannot be instantiated with named arguments.
---
.../resources/net/shibboleth/idp/conf/cas-protocol-system.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/cas-protocol-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/cas-protocol-system.xml
index c914eae3e..6c88b932a 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/cas-protocol-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/cas-protocol-system.xml
@@ -30,11 +30,11 @@
|to get tickets in the required character set: [A-Za-z0-9-]+
-->
<bean id="codec" class="org.apache.commons.codec.binary.Base32"
- c:lineLength="0"
- c:lineSeparator="#{null}"
- c:useHex="false"
- c:padding="#{ T(java.lang.Integer).valueOf(45).byteValue() }"
- c:decodingPolicy="#{ T(org.apache.commons.codec.CodecPolicy).STRICT }"
+ c:_0="0"
+ c:_1="#{null}"
+ c:_2="false"
+ c:_3="#{ T(java.lang.Integer).valueOf(45).byteValue() }"
+ c:_4="#{ T(org.apache.commons.codec.CodecPolicy).STRICT }"
/>
<!-- TODO: Change to encodingTicketService for 5.0 -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list