[
https://issues.apache.org/jira/browse/KNOX-3162?focusedWorklogId=976932&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-976932
]
ASF GitHub Bot logged work on KNOX-3162:
----------------------------------------
Author: ASF GitHub Bot
Created on: 30/Jul/25 12:29
Start Date: 30/Jul/25 12:29
Worklog Time Spent: 10m
Work Description: hanicz commented on code in PR #1069:
URL: https://github.com/apache/knox/pull/1069#discussion_r2242489048
##########
gateway-server/src/main/java/org/apache/knox/gateway/services/token/impl/ZookeeperTokenStateService.java:
##########
@@ -58,16 +62,77 @@ public ZookeeperTokenStateService(GatewayServices
gatewayServices, AliasServiceF
@Override
public void init(GatewayConfig config, Map<String, String> options) throws
ServiceLifecycleException {
log.deprecatedServiceUsage(this.getClass().getCanonicalName());
- final ZookeeperRemoteAliasService zookeeperAliasService =
(ZookeeperRemoteAliasService) aliasServiceFactory.create(gatewayServices,
ALIAS_SERVICE, config, options,
+
+ // Debug logging for troubleshooting NullPointerException
Review Comment:
I believe these DEBUG console calls were left here by accident.
Issue Time Tracking
-------------------
Worklog Id: (was: 976932)
Time Spent: 20m (was: 10m)
> Build support for JDK 17
> ------------------------
>
> Key: KNOX-3162
> URL: https://issues.apache.org/jira/browse/KNOX-3162
> Project: Apache Knox
> Issue Type: Bug
> Reporter: Sandeep More
> Assignee: Sandeep More
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> KNOX-2923 added support for Knox to run on JDK 17 but Knox currently does not
> compile on JDK 17. This JIRA is to add build support for JDK 17.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)