rgcv commented on PR #2224:
URL: https://github.com/apache/shiro/pull/2224#issuecomment-3219507665
> It would be great if you could give exact commands that you ran to get to
this PR.
Sure thing! There was mostly just one, responsible for the first commit
alone, which was
```shell
./mvnw -U org.openrewrite.maven:rewrite-maven-plugin:run \
-Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-migrate-java:RELEASE
\
-Drewrite.activeRecipes=org.openrewrite.java.migrate.jakarta.JakartaEE10 \
-Drewrite.exportDatatables=true
```
as per
https://docs.openrewrite.org/recipes/java/migrate/jakarta/jakartaee10#usage.
The commits following that were man-made, after running a series of
`verify`s and `compile`s to detect what portions of code seemed broken by the
application of the migration.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]