-
Notifications
You must be signed in to change notification settings - Fork 49
8170305: URLConnection doesn't handle HTTP/1.1 1xx (informational) messages #27
8170305: URLConnection doesn't handle HTTP/1.1 1xx (informational) messages #27
Conversation
👋 Welcome back vkempik! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
@VladimirKempik This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 23 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
FWIW; the failing test macos-aarch64 seems to be a CI glitch. |
So, what's the next step here? |
It's to test the included testcase on any of supported systems, to make sure the patched JDK passes the test just fine |
But the test is included, in the PR, no? So the only question is why tests failed on macos-aarch64 - and that is clearly a CI problem (wget failing to download something). |
But nobody have yet run it on the patched openjdk19.
It's just CI problem. |
And there is no CI that will run these tests? |
that's right |
@VladimirKempik This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
@VladimirKempik This pull request has been inactive for more than 8 weeks and will now be automatically closed. If you would like to continue working on this pull request in the future, feel free to reopen it! This can be done using the |
Clean backport to jdk19u
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk19u pull/27/head:pull/27
$ git checkout pull/27
Update a local copy of the PR:
$ git checkout pull/27
$ git pull https://git.openjdk.org/jdk19u pull/27/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 27
View PR using the GUI difftool:
$ git pr show -t 27
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk19u/pull/27.diff