[ https://issues.apache.org/jira/browse/KNOX-3162?focusedWorklogId=976942&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-976942 ]
ASF GitHub Bot logged work on KNOX-3162: ---------------------------------------- Author: ASF GitHub Bot Created on: 30/Jul/25 13:20 Start Date: 30/Jul/25 13:20 Worklog Time Spent: 10m Work Description: moresandeep commented on code in PR #1069: URL: https://github.com/apache/knox/pull/1069#discussion_r2242675891 ########## 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: Ahh, my bad! I will fix this thank you! Issue Time Tracking ------------------- Worklog Id: (was: 976942) Time Spent: 0.5h (was: 20m) > 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: 0.5h > 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)