-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
8332015: since-checker - Add @ since tags to jdk.httpserver #19168
Conversation
👋 Welcome back nizarbenalla! A progress list of the required criteria for merging this PR into |
@nizarbenalla 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 354 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. As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@AlanBateman, @dfuch, @Michael-Mc-Mahon) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
@nizarbenalla The following label will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command. |
Webrevs
|
@@ -1,5 +1,5 @@ | |||
/* | |||
* Copyright (c) 2005, 2023, Oracle and/or its affiliates. All rights reserved. |
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.
Seems you changed the header of the wrong file
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.
Ah, thanks
The HTTP server was added in JDK 6. The 2-arg constructor was added to BasicAuthenticator via JDK-8199849 in JDK 14. So I think this looks right. |
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 looks right to me but please wait for @Michael-Mc-Mahon to confirm before integrating.
Sure, thanks Daniel, Alan. |
@since
tags to jdk.httpserver@since
tags to jdk.httpserver
@since
tags to jdk.httpserverThere 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 fine.
/integrate |
@nizarbenalla |
/sponsor |
Going to push as commit 9ee741d.
Your commit was automatically rebased without conflicts. |
@Michael-Mc-Mahon @nizarbenalla Pushed as commit 9ee741d. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Please review this simple change, aiming to fix current uses of
@since
in the source code-The constructor BasicAuthenticator(java.lang.String,java.nio.charset.Charset) needs an
@since 14
instead of 9.-com.sun.net.httpserver.spi: package-info.java does not contain an
@since
.Thanks in advance.
Progress
Warning
8332015: since-checker - Add @ since tags to jdk.httpserver
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/19168/head:pull/19168
$ git checkout pull/19168
Update a local copy of the PR:
$ git checkout pull/19168
$ git pull https://git.openjdk.org/jdk.git pull/19168/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 19168
View PR using the GUI difftool:
$ git pr show -t 19168
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/19168.diff
Webrev
Link to Webrev Comment