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

fallback to rhino if no default javascript is found (#280) #291

Closed
wants to merge 1 commit into from

Conversation

artlog
Copy link
Contributor

@artlog artlog commented Jun 4, 2024

  • avoid NullPointerException
  • always default to a non null defaut scripting implementation
    • default to ErrorMissingScriptEvalauator to fail a first unsupported scripting usage
  • try to uee rhino if no js is

- avoid NullPointerException
- always default to a non null defaut scripting implementation
  - default to ErrorMissingScriptEvalauator to fail a first unsupported scripting usage
- try to uee rhino if no js is
@coudot coudot requested review from soisik and rouazana June 4, 2024 07:10
@artlog
Copy link
Contributor Author

artlog commented Jun 4, 2024

to fix : incorrect defaut if no graaljs and no rhino ( defautImplementation can be reset to null ).

@artlog artlog closed this Jun 4, 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

Successfully merging this pull request may close these issues.

2 participants