-
Notifications
You must be signed in to change notification settings - Fork 100
fix(jetty-client:12.0.0.beta0): resolve test failures #601
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
fix(jetty-client:12.0.0.beta0): resolve test failures #601
Conversation
@fniephaus please review this pull request when possible as we are planning to have a new release of reachability metadata (+Native Build Tools) soon. |
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 okay. Thanks for your contribution! I just added few minor comments. Please address them and resolve current merge conflicts.
@mhalbritter please review this PR since you added initial metadata and tests for jetty-client
graalvmNative { | ||
binaries { | ||
test { | ||
buildArgs.add('--enable-preview') |
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.
Why did you use this build arg?
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.
This build arg was already in use in previous tests, so I kept it. The test class uses String.formatted(), which was a preview feature in Java 15 before becoming standard in Java 17. Keeping --enable-preview just ensures everything runs smoothly across different Java versions
.../jetty-client/12.0.0.beta0/src/test/java/org_eclipse_jetty/jetty_client/JettyClientTest.java
Show resolved
Hide resolved
metadata/org.eclipse.jetty/jetty-client/12.0.0.beta0/resource-config.json
Outdated
Show resolved
Hide resolved
metadata/org.eclipse.jetty/jetty-client/12.0.0.beta0/resource-config.json
Outdated
Show resolved
Hide resolved
tests/src/org.eclipse.jetty/jetty-client/12.0.0.beta0/build.gradle
Outdated
Show resolved
Hide resolved
Hello, i've left some remarks. |
1779ea0
to
78c15b0
Compare
- Updated the version of 'org.eclipse.jetty:jetty-client' to 11.0.12 in the testImplementation scope and regenerated metadata.
78c15b0
to
ccb77f3
Compare
@erguiti-imane @mhalbritter since all conversations are resolved, can we proceed with reviewing/merging this pull request? |
Fine from my side. |
fine from my side as well. |
What does this PR do?
Checklist before merging