-
-
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
[dynamodb] Re-Enable tests after Jetty upgrade #16535
Labels
Comments
holgerfriedrich
added a commit
to holgerfriedrich/openhab-addons
that referenced
this issue
Mar 21, 2024
Add missing dependencies after Karaf update openhab#16493. Fixes openhab#16535. Signed-off-by: Holger Friedrich <[email protected]>
holgerfriedrich
added a commit
to holgerfriedrich/openhab-addons
that referenced
this issue
Mar 21, 2024
Add missing dependencies after Karaf upgrade openhab#16493. Fixes openhab#16535. Signed-off-by: Holger Friedrich <[email protected]>
holgerfriedrich
added a commit
to holgerfriedrich/openhab-addons
that referenced
this issue
Mar 21, 2024
Add missing dependencies after Karaf upgrade openhab#16493. Fixes openhab#16535. Signed-off-by: Holger Friedrich <[email protected]>
lolodomo
pushed a commit
that referenced
this issue
Mar 29, 2024
Add missing dependencies after Karaf upgrade #16493. Fixes #16535. Signed-off-by: Holger Friedrich <[email protected]>
lo92fr
pushed a commit
to lo92fr/openhab-addons
that referenced
this issue
Apr 30, 2024
Add missing dependencies after Karaf upgrade openhab#16493. Fixes openhab#16535. Signed-off-by: Holger Friedrich <[email protected]>
adr001db
pushed a commit
to adr001db/openhab-addons
that referenced
this issue
May 12, 2024
Add missing dependencies after Karaf upgrade openhab#16493. Fixes openhab#16535. Signed-off-by: Holger Friedrich <[email protected]> Signed-off-by: Alexander Drent <[email protected]>
pgfeller
pushed a commit
to pgfeller/openhab-addons
that referenced
this issue
Sep 29, 2024
Add missing dependencies after Karaf upgrade openhab#16493. Fixes openhab#16535. Signed-off-by: Holger Friedrich <[email protected]> Signed-off-by: Patrik Gfeller <[email protected]>
joni1993
pushed a commit
to joni1993/openhab-addons
that referenced
this issue
Oct 15, 2024
Add missing dependencies after Karaf upgrade openhab#16493. Fixes openhab#16535. Signed-off-by: Holger Friedrich <[email protected]>
matchews
pushed a commit
to matchews/openhab-addons
that referenced
this issue
Oct 18, 2024
Add missing dependencies after Karaf upgrade openhab#16493. Fixes openhab#16535. Signed-off-by: Holger Friedrich <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Karaf and Jetty were updated in openhab/openhab-core#4133. Jetty is now at 9.4.53.
DynamoDB tests relay on DynamodDBLocal 1.15, which has a transitive dependency to jetty 9.4.18. There are newer packages available, from 2.x uses Jetty 11 or 12.
https://mvnrepository.com/artifact/com.amazonaws/DynamoDBLocal
Jetty team has changed the packaging of HuffmanEncoder files, leading to an incompatibility of DynamoDBLocal with current Jetty release.
#16493 was merged with tests for DynamoDB disabled in pom.xml, as add-ons could no longer be built after the update in core.
A solution should be found how to resolve this issue and to re-enable the tests.
The text was updated successfully, but these errors were encountered: