spring-boot-migrator icon indicating copy to clipboard operation
spring-boot-migrator copied to clipboard

Epic: Incorporate new parser into core

Open fabapp2 opened this issue 2 years ago • 0 comments

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 ResourceSet into sbm-support-rewrite
  • [ ] Reactivate test for Scan and ExecutionScope ExecutionScopeArchFitTest
  • [ ] #954

blocked by:

  • [ ] #871
  • [ ] #879

fabapp2 avatar Aug 04 '23 21:08 fabapp2