8222799: java.beans.Introspector uses an obsolete methods cache#1106
8222799: java.beans.Introspector uses an obsolete methods cache#1106basil wants to merge 1 commit intoopenjdk:masterfrom
Conversation
Reviewed-by: prr
|
👋 Welcome back basil! 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. |
|
I do not have JBS access. Can someone please submit the following comment with the jdk11u-fix-request label:
|
TheRealMDoerr
left a comment
There was a problem hiding this comment.
Almost clean. LGTM. I've added the request and the label to the JBS issue.
|
@basil 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 1 new commit pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the 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 (@TheRealMDoerr) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
|
/integrate |
|
Problems in Pre-submit tests on Windows were observed without this PR, too. |
|
@TheRealMDoerr @basil Pushed as commit 69bdf9b. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Hi all,
This pull request contains a backport of JDK-8222799 (openjdk/jdk@921b46738e0).
The only merge conflicts in
Introspector.javawere copyrights and imports, which were trivially fixed.The commit being backported was authored by @mrserb on October 20, 2020, and was reviewed by
prr.See #1103 (review) for the motivation for this backport; namely, it would be cleaner to backport this first in order to then be able to backport JDK-8231454 without conflicts.
Thanks!
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk11u-dev pull/1106/head:pull/1106$ git checkout pull/1106Update a local copy of the PR:
$ git checkout pull/1106$ git pull https://git.openjdk.java.net/jdk11u-dev pull/1106/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1106View PR using the GUI difftool:
$ git pr show -t 1106Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk11u-dev/pull/1106.diff