-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[jsscripting] Update GraalJS to 21.3 to allow method selection via JavaScript #11437
Conversation
…ript Signed-off-by: Lukas Agethen <lukas83@gmx.de>
Anything else needed for review from my side? |
I just tested this on my system and everything works as expected, so @LukasA83 the upgrade allows Graaljs to pick |
Well it allows you to define in case there is a conflict, see |
Maybe @jpg0 can give his review, but this LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
What else is required to get this PR merged? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! 👍
We only need to click a few buttons to get it merged. 😉
…vaScript (openhab#11437) Signed-off-by: Lukas Agethen <lukas83@gmx.de> Signed-off-by: Dave J Schoepel <dave@theschoepels.com>
…vaScript (openhab#11437) Signed-off-by: Lukas Agethen <lukas83@gmx.de>
…vaScript (openhab#11437) Signed-off-by: Lukas Agethen <lukas83@gmx.de> Signed-off-by: Nick Waterton <n.waterton@outlook.com>
…vaScript (openhab#11437) Signed-off-by: Lukas Agethen <lukas83@gmx.de> Signed-off-by: Michael Schmidt <mi.schmidt.83@gmail.com>
…vaScript (openhab#11437) Signed-off-by: Lukas Agethen <lukas83@gmx.de>
…vaScript (openhab#11437) Signed-off-by: Lukas Agethen <lukas83@gmx.de>
…vaScript (openhab#11437) Signed-off-by: Lukas Agethen <lukas83@gmx.de>
To allow method selection via javascript in case of graaljs unable to choose right method by itself, Graaljs needed to be updated to >21, e.g. for events.postUpdate with item and state when state is a DecimalType.
Signed-off-by: Lukas Agethen lukas83@gmx.de