[java-support] branch maint-8 updated: Deprecate the Fixed identifier generator.
Scott Cantor
cantor.2 at osu.edu
Wed Oct 12 16:24:41 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-8
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=b54c5a1933e0172e49e24c4eb443392c749f167a
The following commit(s) were added to refs/heads/maint-8 by this push:
new b54c5a1 Deprecate the Fixed identifier generator.
b54c5a1 is described below
commit b54c5a1933e0172e49e24c4eb443392c749f167a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Oct 12 12:24:39 2022 -0400
Deprecate the Fixed identifier generator.
---
.../support/security/impl/FixedStringIdentifierGenerationStrategy.java | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/main/java/net/shibboleth/utilities/java/support/security/impl/FixedStringIdentifierGenerationStrategy.java b/src/main/java/net/shibboleth/utilities/java/support/security/impl/FixedStringIdentifierGenerationStrategy.java
index c2c0b72..d85af02 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/security/impl/FixedStringIdentifierGenerationStrategy.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/security/impl/FixedStringIdentifierGenerationStrategy.java
@@ -28,7 +28,10 @@ import net.shibboleth.utilities.java.support.security.IdentifierGenerationStrate
*
* This can be used in circumstances where there is no requirement that identifiers be
* different from each other.
+ *
+ * @deprecated
*/
+ at Deprecated(since="8.4.0", forRemoval=true)
public class FixedStringIdentifierGenerationStrategy implements IdentifierGenerationStrategy {
/** Fixed identifier to use for all invocations. */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list