[java-idp-plugin-jetty] branch main updated: JJETTY-49 downloadjetty.sh 12.1.12 gpg verify failed
Codeberg
noreply at shibboleth.net
Thu Sep 17 13:30:33 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-plugin-jetty.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-jetty/commit/52c87eb5dec6f2df831304fc746a4b9915fbb70a
The following commit(s) were added to refs/heads/main by this push:
new 52c87eb JJETTY-49 downloadjetty.sh 12.1.12 gpg verify failed
52c87eb is described below
commit 52c87eb5dec6f2df831304fc746a4b9915fbb70a
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Sep 17 14:29:54 2026 +0100
JJETTY-49 downloadjetty.sh 12.1.12 gpg verify failed
https://shibboleth.atlassian.net/browse/JJETTY-49
Add key 4DB5EA09F2E3C800: public key "Olivier Lamy <oliver.lamy at gmail.com>"
to our "known good" keystore
Key reference in keys file at top level of github repository.
---
.../net/shibboleth/idp/module/jetty/JettyModule.java | 2 +-
.../module/jetty/jetty-base-download-keystore.gpg | Bin 12738 -> 6219 bytes
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/jetty-impl/src/main/java/net/shibboleth/idp/module/jetty/JettyModule.java b/jetty-impl/src/main/java/net/shibboleth/idp/module/jetty/JettyModule.java
index 600c65f..ca2c721 100644
--- a/jetty-impl/src/main/java/net/shibboleth/idp/module/jetty/JettyModule.java
+++ b/jetty-impl/src/main/java/net/shibboleth/idp/module/jetty/JettyModule.java
@@ -214,7 +214,7 @@ public class JettyModule extends PluginIdPModule {
* @return the best name we can work out
*/
// CheckStyle: CyclomaticComplexity OFF
- @Nonnull
+ @Nonnull @Deprecated
public String getBestHostName() {
InetAddress bestSoFar = null;
try {
diff --git a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base-download-keystore.gpg b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base-download-keystore.gpg
index 35ac07e..c11a3dd 100644
Binary files a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base-download-keystore.gpg and b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base-download-keystore.gpg differ
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list