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

javascript graaljs support and rhino update #208

Merged
merged 1 commit into from
Oct 5, 2022

Conversation

artlog
Copy link

@artlog artlog commented Oct 3, 2022

  • from java 11 add graaljs supported by graalvm.
  • graalvm 22.2.0
  • default implementation when no scripting language is provided
  • graalsjs has full access to java code and work in nashorn compatibility
  • use 'gj' to explictly require graaljs ( and not gr that is groovy ).
  • bump rhino to 1.7.14.

- from java 11 add graaljs supported by graalvm.
- graalvm 22.2.0
- default implementation when no scripting language is provided
- graalsjs has full access to java code and work in nashorn compatibility
- use 'gj' to explictly require graaljs ( and not gr that is groovy ).
- bump rhino to 1.7.14.
@artlog
Copy link
Author

artlog commented Oct 3, 2022

to address #133 graaljs support

@coudot coudot added this to the 2.2 milestone Oct 3, 2022
@coudot coudot requested review from soisik and rouazana October 3, 2022 07:00
@soisik soisik merged commit 741b053 into lsc-project:master Oct 5, 2022
@soisik soisik deleted the graalvm branch October 5, 2022 07:52
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.

None yet

4 participants