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

Incompatibility with graalvm.js 22.2.0 #2128

Closed
unexist opened this issue Sep 29, 2022 · 1 comment
Closed

Incompatibility with graalvm.js 22.2.0 #2128

unexist opened this issue Sep 29, 2022 · 1 comment

Comments

@unexist
Copy link

unexist commented Sep 29, 2022

Hey,

I am currently seeing following issue in my project - which started with an upgrade of Quarkus from 2.11.3 to 2.12.x/2.13.x:

2022-09-29 08:54:33,857 ERROR [com.int.karate] (main) scenario [run] failed
java.lang.IllegalArgumentException: Could not find option with name js.experimental-foreign-object-prototype.
Did you mean one of the following?
    js.foreign-object-prototype=<Boolean>

While looking into, I noticed Quarkus is pulling in graalvm.js v22.2.0, which apparently moved js.foreign-object-prototype from experimental to stable. Excluding this version and forcing v22.1.0 solves my problems for now though.

Will there be a fix along with an updated dependency in the next RC of Karate and if so is there an ETA?

(I've prepared a small example if you are interested in, but I think the case is pretty much obvious.)

@ptrthomas
Copy link
Member

closing as duplicate of #2009 - feel free to comment on that thread

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants