Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include JS implementation for JDK16+ execution environment. #5208

Merged
merged 1 commit into from
Jan 6, 2023

Conversation

sdedic
Copy link
Member

@sdedic sdedic commented Jan 5, 2023

NBLS does not bundle GraalJS implementation. In JDK16+ Nashorn was removed from the JDK and without JS implementation NBLS is not able to process PAC proxy definitions. That affects all outbound connections from NBLS, such as JDBC or OCI ADM audit requests.

It also affects Apache NB vscode extension: since PAC processing fails and no proxy is detected, NBLS gives misleading info to the user that maven/gradle proxy is misconfigured.

@sdedic sdedic added LSP [ci] enable Language Server Protocol tests VSCode Extension [ci] enable VSCode Extension tests labels Jan 5, 2023
@sdedic sdedic added this to the NB17 milestone Jan 5, 2023
@sdedic sdedic self-assigned this Jan 5, 2023
@MartinBalin
Copy link
Contributor

We need to release it in a patch release of VSNetBeans (VSIX) 16.0.301 as soon as possible along with #5207 .

@sdedic sdedic merged commit f62bd8c into apache:master Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LSP [ci] enable Language Server Protocol tests VSCode Extension [ci] enable VSCode Extension tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants