You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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:
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.)
The text was updated successfully, but these errors were encountered: