Extract rewrite specific bits into commons-rewrite
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user