-
Notifications
You must be signed in to change notification settings - Fork 234
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
8232367: Update Reactive Streams to 1.0.3 -- tests only #2921
base: master
Are you sure you want to change the base?
Conversation
👋 Welcome back ashi! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
This backport pull request has now been updated with issue from the original commit. |
|
/approval request "Backporting for parity with 11.0.25-oracle. No risk, test fix. Clean backport. Test passes and SAP nightlies pass on 2024-09-03” |
@amosshi 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! |
3 similar comments
@amosshi 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! |
@amosshi 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! |
@amosshi 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! |
Backport of JDK-8232367
Testing
MacOS 14.6.1
on Apple M1 Maxjava/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/SubscriberWhiteboxVerification.java
macOS
macOS
:/Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
The issue exists in all recent PR in jdk11u-dev and not caused by Current PR2024-09-03
SubscriberWhiteboxVerification.java
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/2921/head:pull/2921
$ git checkout pull/2921
Update a local copy of the PR:
$ git checkout pull/2921
$ git pull https://git.openjdk.org/jdk11u-dev.git pull/2921/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2921
View PR using the GUI difftool:
$ git pr show -t 2921
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/2921.diff
Webrev
Link to Webrev Comment