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

Deprecate scripting in Jttp #7

Open
argherna opened this issue Nov 13, 2020 · 1 comment
Open

Deprecate scripting in Jttp #7

argherna opened this issue Nov 13, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@argherna
Copy link
Owner

The scripting option needs to be removed from Jttp. There are too many scripting languages available that run on the JRE, and supporting them all would be impossible. Furthermore, with JDK 14, Nashorn which is the default scripting engine has been removed entirely from Java.

@argherna argherna added the enhancement New feature or request label Nov 13, 2020
@argherna argherna self-assigned this Nov 13, 2020
@argherna
Copy link
Owner Author

argherna commented Nov 13, 2020

Plan will be to release version 1.1 with scripting deprecated.

argherna added a commit that referenced this issue Nov 16, 2020
- Deprecate method that executes scripts.

- Add warning message to be logged when scripting is executed. The
  warning message states that scripting is to be removed in version 1.2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant