Deprecated class which will be no longer available in Smartgears 4 based

components
This commit is contained in:
Luca Frosini 2024-05-06 15:19:50 +02:00
parent 6859d535f3
commit 646101d4ef
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [v2.3.0-SNAPSHOT]
- Added support for 'client_id' and backward compatibility with 'clientId' claim #25802
- Deprecated class which will be no longer available in Smartgears 4 based components
## [v2.2.0]

View File

@ -4,7 +4,10 @@ import java.util.regex.Pattern;
/**
* @author Luca Frosini (ISTI - CNR)
* This call will be no more available in
* component Smartgears 4 based
*/
@Deprecated
public class SecretUtility {
public static final String UUID_REGEX = "^([a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}-[a-fA-F0-9]{8,9}){1}$";