[java-identity-provider] branch main updated: IDP-2270 Missing parameter substitution in update.sh output
Rod Widdowson
rdw at steadingsoftware.com
Mon Mar 18 09:59:40 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw 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=c5f29cd588bc9bf0e9aef1a6089e226dab553af8
The following commit(s) were added to refs/heads/main by this push:
new c5f29cd58 IDP-2270 Missing parameter substitution in update.sh output
c5f29cd58 is described below
commit c5f29cd588bc9bf0e9aef1a6089e226dab553af8
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Mar 18 09:59:07 2024 +0000
IDP-2270 Missing parameter substitution in update.sh output
https://shibboleth.atlassian.net/browse/IDP-2270
---
.../src/main/java/net/shibboleth/idp/installer/impl/UpdateIdPCLI.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/UpdateIdPCLI.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/UpdateIdPCLI.java
index ccbf53417..e3f9a6017 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/UpdateIdPCLI.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/UpdateIdPCLI.java
@@ -164,7 +164,7 @@ public class UpdateIdPCLI extends AbstractIdPHomeAwareCommandLine<UpdateIdPArgum
final SupportLevel sl = currInfo.getSupportLevel();
switch (sl) {
case Current:
- getLogger().info("Version {} is current");
+ getLogger().info("Version {} is current", from);
break;
case Secadv:
getLogger().error("Version {} has known security vulnerabilities", from);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list