-
Notifications
You must be signed in to change notification settings - Fork 29
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
refactor: JUnit Jupiter migration from JUnit 4.x #998
base: master
Are you sure you want to change the base?
refactor: JUnit Jupiter migration from JUnit 4.x #998
Conversation
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.java.testing.junit5.JUnit4to5Migration?organizationId=U0FQ Co-authored-by: Moderne <[email protected]>
Hi @artem-smotrakov , There are 3 things I would like to discuss with you:
Have a great one and happy FOSSTARS rating! |
Hey @aamotharald !
I have not been really involved into this project for a long time, maybe @Sachpat or @sourabhsparkala can help better. In general, I'd say do whatever it needs to move it to JUnit 5 :)
I think this should be fine, I don't see any issue here.
It depends on your IDE. The project uses Google Java Style Guide https://github.com/SAP/fosstars-rating-core/blob/master/CONTRIBUTING.md#code-formatting Depending on IDE you use, I'd guess there should be plugins that supports that.
What is the error? |
HI @artem-smotrakov , the test failure is:
and
As no logic got changed this is quite cumbersome to me. |
I can also see 2 failing integration tests which I have to investigate. |
…est issue by dependency upgrade
…egration tests pass
Found the problem. PR is ready to merge - well but in 1 year tests will fail again as then date distances for the scores have changed. |
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.
nice, is replacing my PR #1000
- name: Set up JDK 1.8 | ||
uses: actions/setup-java@v3 | ||
- name: Checkout repository | ||
uses: actions/[email protected] |
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.
uses: actions/checkout@v3.5.3 | |
uses: actions/checkout@v4 |
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.
newer version available
@@ -23,9 +23,15 @@ jobs: | |||
- name: Checkout repository | |||
uses: actions/[email protected] |
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.
uses: actions/checkout@v3.5.3 | |
uses: actions/checkout@v4 |
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.
newer version available
@@ -18,11 +18,11 @@ jobs: | |||
os: [ubuntu-latest, windows-latest, macos-latest] | |||
steps: | |||
- uses: actions/[email protected] |
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.
- uses: actions/checkout@v3.5.3 | |
- uses: actions/checkout@v4 |
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.
newer version available
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.java.testing.junit5.JUnit4to5Migration?organizationId=U0FQ