mvn rewrite:run
or gradlew rewriteRun
. After running the migration you can inspect the results with git diff
(or equivalent), manually fix anything that wasn't able to be migrated automatically, and commit the results.ExceptionHandlers
have been refactored such that the no-args constructor has been deprecated and replaced with one taking an ErrorResponseProcessor
.@Introspected
. That functionality has been removed and it is now required to annotate classes with @Introspected
that are being used in this way. Any class may be affected if it is passed as an argument or returned from any controller or client, among other use cases.