Extract rewrite specific bits into commons-rewrite

This commit is contained in:
BoykoAlex
2022-05-16 16:57:54 -04:00
parent 964dcae009
commit 5ad3f0c52a
18 changed files with 152 additions and 129 deletions

View File

@@ -59,6 +59,7 @@ public class UpgradeToBoot3Handler extends AbstractHandler {
.toArray(CompletableFuture[]::new));
} catch (Exception e) {
Log.log(e);
throw new ExecutionException("Failed to perform Upgarde to Spring Boot 3", e);
}
}