-
Notifications
You must be signed in to change notification settings - Fork 5.9k
8344925: translet-name ignored, when package-name is also set via TransformerFactory.setAttribute #22425
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
Conversation
Hi @zhfeng, welcome to this OpenJDK project and thanks for contributing! We do not recognize you as Contributor and need to ensure you have signed the Oracle Contributor Agreement (OCA). If you have not signed the OCA, please follow the instructions. Please fill in your GitHub username in the "Username" field of the application. Once you have signed the OCA, please let us know by writing If you already are an OpenJDK Author, Committer or Reviewer, please click here to open a new issue so that we can record that fact. Please use "Add GitHub user zhfeng" as summary for the issue. If you are contributing this work on behalf of your employer and your employer has signed the OCA, please let us know by writing |
❗ This change is not yet ready to be integrated. |
/covered |
Thank you! Please allow for a few business days to verify that your employer has signed the OCA. Also, please note that pull requests that are pending an OCA check will not usually be evaluated, so your patience is appreciated! |
Zheng Feng works for Red Hat and should be covered by the RH OCA. |
@zhfeng 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! |
Please keep it open and we will still wait for the OCA clearance. |
@zhfeng 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! |
Sorry I missed your PR. Please note that, the right procedure to take over an issue is to ask the person assigned to the bug, get the bug assigned to you before starting any work, that would avoid confusion and duplicate work. If you plan to work on any patch in the future, please remember to add a test. If a test is not necessary, add the relevant label. |
@zhfeng this pull request can not be integrated into git checkout JDK-8344925
git fetch https://git.openjdk.org/jdk.git master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
A change similar to the proposal here has been integrated with #23446 I'd suggest to close this one. It looks like there was some miscommunication happening. In this case the person proposing the PR isn't OpenJDK author, so couldn't assign the bug to himself. We'll work with the team to catch cases like this in the future. |
Thanks all of you and this is my first time to contribute to the openjdk project. I did not know the procedure and should have asked such things on the ML first. Is there any document refer to the first time contribution? |
Check out the OpenJDK Developers’ Guide: https://openjdk.org/guide/ |
…String)
This bug seems from the improper handling of package and class name initialization in
XSLTC
since there is a default value of_packageName
withdie.verwandlung
. This fix is just adjusting to callsetPackageName
beforesetClassName
.I've done the tire1 and tire2 tests. The tire1 tests passed and tire2 reports
The failed tests are
Progress
Integration blocker
Warning
Issue
Backport <hash>
with the hash of the original commit. See Backports.Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/22425/head:pull/22425
$ git checkout pull/22425
Update a local copy of the PR:
$ git checkout pull/22425
$ git pull https://git.openjdk.org/jdk.git pull/22425/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 22425
View PR using the GUI difftool:
$ git pr show -t 22425
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/22425.diff
Using Webrev
Link to Webrev Comment