[
https://issues.apache.org/jira/browse/KNOX-3088?focusedWorklogId=952604&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-952604
]
ASF GitHub Bot logged work on KNOX-3088:
----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Jan/25 21:51
Start Date: 15/Jan/25 21:51
Worklog Time Spent: 10m
Work Description: pzampino opened a new pull request, #984:
URL: https://github.com/apache/knox/pull/984
## What changes were proposed in this pull request?
Added explicit JVM exports to fix broken Ranger plug-in group lookups with
Java 17
## How was this patch tested?
Unit and manual testing.
Issue Time Tracking
-------------------
Worklog Id: (was: 952604)
Remaining Estimate: 0h
Time Spent: 10m
> Fix Ranger plug-in group lookup with Java 17
> --------------------------------------------
>
> Key: KNOX-3088
> URL: https://issues.apache.org/jira/browse/KNOX-3088
> Project: Apache Knox
> Issue Type: Bug
> Components: Server
> Affects Versions: 2.1.0
> Reporter: Philip Zampino
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The group lookup performed by the Ranfer plug-in fails with Java 17 unless
> the following JVm exports are added:
> * --add-exports java.base/jdk.internal.misc=ALL-UNNAMED
> * --add-exports java.base/sun.net.dns=ALL-UNNAMED
--
This message was sent by Atlassian Jira
(v8.20.10#820010)