[
https://issues.apache.org/jira/browse/KNOX-3370?focusedWorklogId=1027814&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1027814
]
ASF GitHub Bot logged work on KNOX-3370:
----------------------------------------
Author: ASF GitHub Bot
Created on: 01/Jul/26 10:05
Start Date: 01/Jul/26 10:05
Worklog Time Spent: 10m
Work Description: smolnar82 opened a new pull request, #1289:
URL: https://github.com/apache/knox/pull/1289
[KNOX-3370](https://issues.apache.org/jira/browse/KNOX-3370) - Eliminate
deprecated TokenStateService implementations
## What changes were proposed in this pull request?
Removed deprecated TSS implementations as agreed in [this DISCUSS
thread](https://lists.apache.org/thread/fs9nkl6l45o330ttvgvqxj3jnxt63bcs).
## How was this patch tested?
Built Knox and ran integration tests locally.
I also checked if `TokenMigrationTool` still works:
```
2026-07-01 12:00:50,126 INFO knox.gateway
(AbstractGatewayServices.java:start(60)) - Starting service:
org.apache.knox.gateway.services.token.impl.DerbyDBTokenStateService
2026-07-01 12:00:50,127 INFO token.state
(TokenMigrationTool.java:log(116)) - Loading token aliases from the __gateway
credential store. This could take a while.
2026-07-01 12:00:50,195 INFO token.state
(TokenMigrationTool.java:log(116)) - Token aliases loaded in 68 milliseconds
2026-07-01 12:00:50,195 INFO token.state
(TokenMigrationTool.java:log(116)) - Processed 0 tokens in 0 milliseconds
2026-07-01 12:00:50,195 INFO token.state
(TokenMigrationTool.java:log(116)) - Removing token aliases from the __gateway
credential store...
2026-07-01 12:00:50,196 INFO token.state
(TokenMigrationTool.java:log(116)) - Removed token related aliases from the
__gateway credential store in 1 milliseconds
```
## Integration Tests
N/A
## UI changes
N/A
Issue Time Tracking
-------------------
Worklog Id: (was: 1027814)
Remaining Estimate: 0h
Time Spent: 10m
> Remove deprecated TokenStateService implementations
> ---------------------------------------------------
>
> Key: KNOX-3370
> URL: https://issues.apache.org/jira/browse/KNOX-3370
> Project: Apache Knox
> Issue Type: Task
> Components: Server
> Affects Versions: 3.0.0
> Reporter: Sandor Molnar
> Assignee: Sandor Molnar
> Priority: Major
> Fix For: 3.0.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> As agreed in
> https://lists.apache.org/thread/fs9nkl6l45o330ttvgvqxj3jnxt63bcs, the
> following TSS implementations have to be removed in 3.0.0:
> - AliasBased TSS
> - JournalBased TSS
> - Zookeeper TSS
--
This message was sent by Atlassian Jira
(v8.20.10#820010)