[java-metadata-aggregator] branch main updated: Typo in test configuration
Ian Young
ian at iay.org.uk
Fri May 26 10:48:57 UTC 2023
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=845b70b897ae3e13c067b78a0e71778abb6eb35b
The following commit(s) were added to refs/heads/main by this push:
new 845b70b Typo in test configuration
845b70b is described below
commit 845b70b897ae3e13c067b78a0e71778abb6eb35b
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri May 26 11:48:55 2023 +0100
Typo in test configuration
---
.../metadata/dom/XMLSignatureSigningStageSpringTestOld-config.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mda-framework/src/test/resources/net/shibboleth/metadata/dom/XMLSignatureSigningStageSpringTestOld-config.xml b/mda-framework/src/test/resources/net/shibboleth/metadata/dom/XMLSignatureSigningStageSpringTestOld-config.xml
index 61ab4ea..9c08c55 100644
--- a/mda-framework/src/test/resources/net/shibboleth/metadata/dom/XMLSignatureSigningStageSpringTestOld-config.xml
+++ b/mda-framework/src/test/resources/net/shibboleth/metadata/dom/XMLSignatureSigningStageSpringTestOld-config.xml
@@ -16,7 +16,7 @@
<bean id="stage" parent="mda.XMLSignatureSigningStage"
p:id="stage"
- p:ShaVariant="SHA384"
+ p:shaVariant="SHA384"
init-method="initialize"
destroy-method="destroy"/>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list