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
8261088: Repeatable annotations without @Target cannot have containers that target module declarations #2412
Conversation
|
@cushon 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! |
/csr needed |
@cushon this pull request will not be integrated until the CSR request JDK-8261181 for issue JDK-8261088 has been approved. |
@cushon 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! |
Mailing list message from Liam Miller-Cushon on compiler-dev: Hello, is there any additional feedback on this change or the associated On Thu, Feb 4, 2021 at 12:59 PM Liam Miller-Cushon <cushon at openjdk.java.net> -------------- next part -------------- |
1 similar comment
Mailing list message from Liam Miller-Cushon on compiler-dev: Hello, is there any additional feedback on this change or the associated On Thu, Feb 4, 2021 at 12:59 PM Liam Miller-Cushon <cushon at openjdk.java.net> -------------- next part -------------- |
Mailing list message from Liam Miller-Cushon on compiler-dev: Any takers? I think this is a relatively low-risk (and admittedly low-priority) change, There are currently two different lists of default @Target elements (one of On Wed, Apr 21, 2021 at 10:31 AM Liam Miller-Cushon <cushon at google.com>
-------------- next part -------------- |
1 similar comment
Mailing list message from Liam Miller-Cushon on compiler-dev: Any takers? I think this is a relatively low-risk (and admittedly low-priority) change, There are currently two different lists of default @Target elements (one of On Wed, Apr 21, 2021 at 10:31 AM Liam Miller-Cushon <cushon at google.com>
-------------- next part -------------- |
@cushon this pull request can not be integrated into git checkout JDK-8261088
git fetch https://git.openjdk.java.net/jdk master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
@cushon 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! |
This pull request is still active, I'm waiting for a CSR review: https://bugs.openjdk.java.net/browse/JDK-8261181?focusedCommentId=14431621&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14431621 |
@cushon This change now passes all automated pre-integration checks. 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 no new commits pushed to the
|
…s that target module declarations
/test |
/integrate |
Going to push as commit 84152e949f7500d25af2c80e9a38a4283546856b.
Your commit was automatically rebased without conflicts. |
@cushon An unexpected error occurred during integration. No push attempt will be made. The error has been logged and will be investigated. It is possible that this error is caused by a transient issue; feel free to retry the operation. |
/integrate |
Please review this fix to consolidate handling of default
@Target
s for repeated annotations, and permit repeatable annotations without an@Target
to have container annotations that explicitly targetMODULE
.Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/2412/head:pull/2412
$ git checkout pull/2412
Update a local copy of the PR:
$ git checkout pull/2412
$ git pull https://git.openjdk.java.net/jdk pull/2412/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2412
View PR using the GUI difftool:
$ git pr show -t 2412
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/2412.diff