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

Fix Javascript Support in Membrane 5.X #405

Closed
predic8 opened this issue Jan 3, 2023 · 3 comments
Closed

Fix Javascript Support in Membrane 5.X #405

predic8 opened this issue Jan 3, 2023 · 3 comments
Labels
Milestone

Comments

@predic8
Copy link
Member

predic8 commented Jan 3, 2023

Membrane 5 uses Java 17 that does not contain a Javascript engine. The GraalVM Engine is with 25 MByte to big to bundle with Membrane. Maybe we can encapsulate the Engine in a Springbean and accessing an engine from the libs folder that the user has to download himself.

@predic8 predic8 added the bug label Jan 3, 2023
@predic8 predic8 added this to the 5.0.0 milestone Jan 3, 2023
@predic8
Copy link
Member Author

predic8 commented Jan 3, 2023

There is an old rhino dependency, maybe update and change the engine to rhino.

@predic8
Copy link
Member Author

predic8 commented Jan 3, 2023

Rhino is deprectated and not really an option.

@predic8
Copy link
Member Author

predic8 commented Jan 21, 2023

Embedded Rhino engine

@predic8 predic8 closed this as completed Jan 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant