[java-shib-profile] branch main updated: Switch to ensureId for a controlled exception.
Codeberg
noreply at shibboleth.net
Tue Nov 25 16:17:05 UTC 2025
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-shib-profile.
View the commit online:
https://codeberg.org/Shibboleth/java-shib-profile/commit/4cbec46c3c3d6f8d89bf934f08549b770d8e8d38
The following commit(s) were added to refs/heads/main by this push:
new 4cbec46 Switch to ensureId for a controlled exception.
4cbec46 is described below
commit 4cbec46c3c3d6f8d89bf934f08549b770d8e8d38
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Nov 25 11:16:55 2025 -0500
Switch to ensureId for a controlled exception.
---
.../net/shibboleth/profile/config/AbstractProfileConfiguration.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shib-profile-api/src/main/java/net/shibboleth/profile/config/AbstractProfileConfiguration.java b/shib-profile-api/src/main/java/net/shibboleth/profile/config/AbstractProfileConfiguration.java
index 25bf3cb..0496698 100644
--- a/shib-profile-api/src/main/java/net/shibboleth/profile/config/AbstractProfileConfiguration.java
+++ b/shib-profile-api/src/main/java/net/shibboleth/profile/config/AbstractProfileConfiguration.java
@@ -113,7 +113,7 @@ public abstract class AbstractProfileConfiguration extends AbstractIdentifiableI
/** {@inheritDoc} */
@Override
public int hashCode() {
- return getId().hashCode();
+ return ensureId().hashCode();
}
/** {@inheritDoc} */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list