-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Add Javadoc since for UseMainMethod #32568
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
I pushed a8eb298 as the Spring Java Format doesn't seem to support this case yet. |
Thanks, @izeye. Without a8eb298, I see a failure like this:
Do you see the same? Curiously, this should work due to the changes made for spring-io/spring-javaformat#132. |
And, of course, shortly after making that comment I realised what's going on. It's the difference between |
If we wait for a javaformat release we can amend the PR to not need the checkstyle exclusion. |
Thank you, @izeye! |
This PR adds Javadoc
@since
tag forSpringBootTest.UseMainMethod
.See gh-22405