8299378: sprintf is deprecated in Xcode 14#2848
8299378: sprintf is deprecated in Xcode 14#2848vieiro wants to merge 1 commit intoopenjdk:pr/2846from
Conversation
|
👋 Welcome back vieiro! 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. |
|
@vieiro 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! |
|
@vieiro 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 of JDK-8299378, as applied to 17.
This replaces the deprecated
sprintfwithos::snprintf_checkedin more places, for the build to progress in the new macos-13 GHA.The build will still fail until all remaining backports replace
sprintfin all places of the codebase.Progress
Integration blocker
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/2848/head:pull/2848$ git checkout pull/2848Update a local copy of the PR:
$ git checkout pull/2848$ git pull https://git.openjdk.org/jdk11u-dev.git pull/2848/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2848View PR using the GUI difftool:
$ git pr show -t 2848Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/2848.diff
Webrev
Link to Webrev Comment