spring-boot-migrator
spring-boot-migrator copied to clipboard
Epic: Incorporate new parser into core
The new parser from sbm-support-rewrite should replace the RewriteMavenProjectParser.
This will also bump Boot and Open Rewrite to latest versions.
The previously injected JavaParser bean was changed to `JavaParserBuilder´ allowing to configure instances on demand.
When a dependency gets added the resulting classpath must be available when java sources get compiled again to reflect the new types that came in.
- [x] #925
- [x] Move
ResourceSetintosbm-support-rewrite - [ ] Reactivate test for Scan and ExecutionScope ExecutionScopeArchFitTest
- [ ] #954
blocked by:
- [ ] #871
- [ ] #879