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

Warning: Nashorn engine is planned to be removed from a future JDK release #305

Closed
jhpoelen opened this issue Sep 17, 2024 · 1 comment
Closed

Comments

@jhpoelen
Copy link
Member

Preston uses some javascript for url encoding, on newer jdk versions, this creates the following warning:

Warning: Nashorn engine is planned to be removed from a future JDK release

Suggest to replace the url encoding logic with a pure java implementation.

@jhpoelen
Copy link
Member Author

jhpoelen commented Oct 1, 2024

fixed by removing dependency on javascript engine

@jhpoelen jhpoelen closed this as completed Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant