[cpp-sp] branch maint-3 updated: Clean up warning.

Codeberg noreply at shibboleth.net
Thu Sep 10 17:46:50 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch maint-3
in repository cpp-sp.

View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/396c4c788d044bf9a72bc2c1b3436decbddc68cf

The following commit(s) were added to refs/heads/maint-3 by this push:
     new 396c4c78 Clean up warning.
396c4c78 is described below

commit 396c4c788d044bf9a72bc2c1b3436decbddc68cf
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Thu Sep 10 13:46:39 2026 -0400

    Clean up warning.
---
 shibsp/handler/impl/MetadataGenerator.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shibsp/handler/impl/MetadataGenerator.cpp b/shibsp/handler/impl/MetadataGenerator.cpp
index 0459d802..a9313112 100644
--- a/shibsp/handler/impl/MetadataGenerator.cpp
+++ b/shibsp/handler/impl/MetadataGenerator.cpp
@@ -191,7 +191,7 @@ MetadataGenerator::MetadataGenerator(const DOMElement* e, const char* appId)
         ,m_http(0), m_https(0), m_encryptionBuilder(nullptr), m_digestBuilder(nullptr)
 #endif
 {
-    SPConfig::getConfig().deprecation().warn(METADATA_GENERATOR_HANDLER" handler");
+    SPConfig::getConfig().deprecation().warn(METADATA_GENERATOR_HANDLER" handler is removed in next major version");
 
     string address(appId);
     address += getString("Location").second;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list