-
Notifications
You must be signed in to change notification settings - Fork 811
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
WW-3714 Moves all classes from com.opensymphony.xwork2 into org.apache.struts2 #1036
Conversation
ae34e2c
to
9f6e8af
Compare
I just noticed, once this PR gets merged it won't possible to reverse merge changes from the master branch (or at least it will be super hard). I will postpone merging this PR. |
9f6e8af
to
717ab9f
Compare
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Hello @lukaszlenart Separate issue with latest Struts 7.0.0-M9 version, We are currently using Struts version 6.3.x and are in the process of migrating to version 7. However, during the migration to version 7 M9, our wildcard actions are failing and resulting in the following error. We suspect that this functionality may be broken. Could you please investigate this issue for us? ERROR : Thank you |
@YogeshPatelTR I'm not too familiar with the wildcard mapping capability but it may not be compatible with strict namespace resolution which is now enabled by default. Refer to the migration guide for more details. |
@lukaszlenart | @kusalk - can you please help with final/tentative release date of v7.0.0 ? |
717ab9f
to
a0819ad
Compare
@lukaszlenart Rebased for you :) I'm currently also looking into whether any of this repackaging can be done in 6.x in a non-breaking cross-compatible way as it would ease migration for large, complex codebases. Seems difficult though |
Rebasing following the forward merge of compatibility changes in 6.x |
a0819ad
to
cdcf139
Compare
Oh no, I missed that and rebased again :( |
@lukaszlenart All good, looks like the conflicts weren't resolved anyway, I will force push when I'm done, this is a tricky one |
Thanks a lot @kusalk ❤️ |
cdcf139
to
32bc404
Compare
@lukaszlenart No problem 🙂 - I think it should be good to go now - feel free to give it a look-over before merging |
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
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.
LGTM 💯
Hi @lukaszlenart @kusalk Do we have plan to change package in struts2-dwr-plugin as well? |
No as DWR doesn't support JakartaEE and has been removed. |
This PR only moves classes from package
com.opensymphony.xwork2
intoorg.apache.struts2
. It also updates all resource referenced bycom/opensymphony/xwork2
to useorg/apache/struts2
Closes WW-3714