-
Notifications
You must be signed in to change notification settings - Fork 74
[WINDUPRULE-899] Ruleset for hibernate orm 6.0 migration #853
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
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.
The ruleset has two targets and in the past this created a kind of confusion on where to put such rulesets.
Lately, when JBoss EAP is one of the targets, it's fine to consider these rules as JBoss EAP migration rules first and foremost (e.g. Hibernate 5 rules https://github.com/windup/windup-rulesets/blob/master/rules/rules-reviewed/eap7/eap6/hibernate4.windup.xml)
Please move them into the EAP 8 folder, https://github.com/windup/windup-rulesets/tree/master/rules/rules-reviewed/eap8/eap7 looks like a good fit for them.
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.
I've added some comments mainly about rules based on xmlfile
condition
rules/rules-reviewed/eap8/eap7/tests/hibernate6.windup.test.xml
Outdated
Show resolved
Hide resolved
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.
Huge contribution @jmle: thanks a lot 👍
* [WINDUPRULE-899] Ruleset for hibernate orm 6.9 migration * [WINDUPRULE-899] Move hibernate orm 6 target to eap folders * [WINDUPRULE-899] Fix xml related rules (cherry picked from commit 5a0e94d)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
* [WINDUPRULE-899] Ruleset for hibernate orm 6.9 migration * [WINDUPRULE-899] Move hibernate orm 6 target to eap folders * [WINDUPRULE-899] Fix xml related rules (cherry picked from commit 5a0e94d) Co-authored-by: Juan Manuel Leflet Estrada <jleflete@redhat.com>
See jira ticket.