-
-
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
Resolve runbundles and fix tests #14588
Conversation
Related to: * openhab/openhab-core#3433 * openhab/openhab-core#3446 * openhab/openhab-core#3450 Some tests were updated because private lifecycle methods (annotated with @BeforeAll, @afterall, @beforeeach, or @AfterEach) now lead to an exception. See: https://junit.org/junit5/docs/current/release-notes/index.html#deprecations-and-breaking-changes-3 Signed-off-by: Wouter Born <github@maindrain.net>
fd8bfb4
to
7b72ebf
Compare
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 for the upgrades and fixes!
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.
LGTM for Wemo
@wborn (putting aside the fact that this broke my PR #13570 yet again) .. .. as @kaikreuzer says "another effect of Java17 is that it (OH 4.0) does not include the Nashorn Javascript engine anymore" so perhaps you need to remove |
No because @kaikreuzer also says "Install the JavaScript Nashorn add-on ...". |
Related to: * openhab/openhab-core#3433 * openhab/openhab-core#3446 * openhab/openhab-core#3450 Some tests were updated because private lifecycle methods (annotated with @BeforeAll, @afterall, @beforeeach, or @AfterEach) now lead to an exception. See: https://junit.org/junit5/docs/current/release-notes/index.html#deprecations-and-breaking-changes-3 Signed-off-by: Wouter Born <github@maindrain.net>
Related to: * openhab/openhab-core#3433 * openhab/openhab-core#3446 * openhab/openhab-core#3450 Some tests were updated because private lifecycle methods (annotated with @BeforeAll, @afterall, @beforeeach, or @AfterEach) now lead to an exception. See: https://junit.org/junit5/docs/current/release-notes/index.html#deprecations-and-breaking-changes-3 Signed-off-by: Wouter Born <github@maindrain.net>
Related to:
Some tests were updated because private lifecycle methods (annotated with
@BeforeAll
,@AfterAll
,@BeforeEach
, or@AfterEach
) now lead to an exception.See: https://junit.org/junit5/docs/current/release-notes/index.html#deprecations-and-breaking-changes-3