-
Notifications
You must be signed in to change notification settings - Fork 163
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
GH-4544 Openrewrite changes to the test classes. #4545
base: develop
Are you sure you want to change the base?
Conversation
The diff is huge! Would it be possible to split this change - to make it reviewable? Most of the changes seem to be related to improving Java access modifiers. |
9879ee5
to
a76d50d
Compare
I have been experimenting with openrewrite to see if I can make it not do this public access removal but have not yet succeeded. Converting it to draft in the meantime, looks like it will be easier to rerun the rewrite than do the rebase. |
Signed-off-by: Jerven Bolleman <[email protected]>
Signed-off-by: Jerven Bolleman <[email protected]>
a76d50d
to
bb6a438
Compare
using mvn -U org.openrewrite.maven:rewrite-maven-plugin:run and to check the diferences in java code.
if there is public to package method changes undo these with
then add to the commit
|
Signed-off-by: Jerven Bolleman <[email protected]>
A few reverts regarding pom changes.
GitHub issue resolved: #4544
Briefly describe the changes proposed in this PR:
Just seeing what openrewrite does regarding junit4 to junit5, as well as what they consider best practice.
PR Author Checklist (see the contributor guidelines for more details):
mvn process-resources
to format from the command line)