smolnar82 commented on code in PR #826: URL: https://github.com/apache/knox/pull/826#discussion_r1474127882
########## gateway-server/src/main/java/org/apache/knox/gateway/services/token/impl/JournalBasedTokenStateService.java: ########## @@ -32,6 +32,9 @@ import java.util.Map; import java.util.Set; +/** + * @deprecated Since 2.1.0 + */ public class JournalBasedTokenStateService extends AbstractPersistentTokenStateService { Review Comment: Fixed: added a WARN message. Sample: ``` 2024-02-01T10:03:54,725 WARN token.state (AliasBasedTokenStateService.java:init(85)) - The configured TokenStateService implementation, org.apache.knox.gateway.services.token.impl.AliasBasedTokenStateService, is deprecated!``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@knox.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org