spring-boot-migrator
spring-boot-migrator copied to clipboard
Spring Boot Migrator (SBM) is a tool for automated code migrations to upgrade or migrate to Spring Boot
### What needs to be done Provide a recipe to convert an application from using SpringFox to using SpringDoc. ### Why it needs to be done [SpringFox](https://github.com/springfox/springfox) is an often...
### What needs to be done Make Maven artifact cache configurable by setting an application property. #### Read from Maven Repository but download new dependencies to separate Maven cache (current)...
### What needs to be done When a choice element is embedded inside another choice element we need to translate appropriate spring DSL. ### Why it needs to be done...
### What needs to be done Currently, the integration test `BootifySimpleMuleAppIntegrationTest` uses `ibmcom/mq` which does not support ARM architecture. To mediate this the integration test is ignored on Mac M1...
### What needs to be done Configure build GitHub action to cache dependencies ### Why it needs to be done To speed up build
### What needs to be done Refactor `ProjectContextInitializer` to not create a git repo if none exist. Throw an Exception instead. ### Why it needs to be done A missing...
### What needs to be done Rework the flow of scanning, precondition check, and parsing in `ScanShellCommand`. The project should be scanned only once. ### Why it needs to be...
### What needs to be done Provide better handling in `JavaSourceSetImpl` when adding a JavaSource which doesn't compile. ```` List compilationUnits = javaParser.parse(sourceCode); J.CompilationUnit parsedCompilationUnit = compilationUnits.get(0); ```` Verify that...
### What needs to be done Contents of `.gitignore` should be ignored when scanning a given application with `PathScanner`. ### Why it needs to be done Some resources and dirs...