-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
Upgrade to winstone with Jetty 12 #8380
Conversation
Please take a moment and address the merge conflicts of your pull request. Thanks! |
Please take a moment and address the merge conflicts of your pull request. Thanks! |
1 similar comment
Please take a moment and address the merge conflicts of your pull request. Thanks! |
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.
Incomplete—does not include the requisite WebSocket changes for Jetty 12.
eba230e
to
22a9c22
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.
WebSocket test automation fails.
websocket/jetty12/src/main/java/jenkins/websocket/Jetty12Provider.java
Outdated
Show resolved
Hide resolved
websocket/jetty12/src/main/java/jenkins/websocket/Jetty12Provider.java
Outdated
Show resolved
Hide resolved
Please take a moment and address the merge conflicts of your pull request. Thanks! |
Not only that, but the test harness needs significant changes for Jetty 12, along with these tests:
|
3ec1d6c
to
b1fae9e
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.
Still failing WebSocket RealJenkinsRule
tests, presumably due to websocket-jetty12-ee8
being missing from war/pom.xml
.
websocket/jetty12-ee8/src/main/java/jenkins/websocket/Jetty12Provider.java
Outdated
Show resolved
Hide resolved
e4bd95d
to
7a3fd03
Compare
7fa0af0
to
ff7246c
Compare
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
Co-authored-by: Basil Crow <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
ff7246c
to
e853372
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.
When upgrading Jetty to version 12 in Jenkins core, I think the core test suite should also be adapted to Jetty 12. Any progress on resolving the three known Jetty 12 test bugs in the core test suite? These are tracked in Jira:
websocket/jetty12-ee8/src/main/java/jenkins/websocket/Jetty12E88Provider.java
Outdated
Show resolved
Hide resolved
websocket/jetty12-ee8/src/main/java/jenkins/websocket/Jetty12E88Provider.java
Outdated
Show resolved
Hide resolved
websocket/jetty12-ee8/src/main/java/jenkins/websocket/Jetty12E88Provider.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Olivier Lamy <[email protected]>
As I have giving up with jenkinsci/winstone#341 I close this PR as well. |
Signed-off-by: Olivier Lamy [email protected]
See JENKINS-XXXXX.
Testing done
Proposed changelog entries
Proposed upgrade guidelines
N/A
Submitter checklist
Desired reviewers
@mention
Before the changes are marked as
ready-for-merge
:Maintainer checklist