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 Example: A project that gets migrated to Spring Boot could have a dependency to `hibernate`. When `spring-boot-starter-data-jpa` gets added which brings `hibernate`, then the...
Find usages of [`spring-data-solr`](https://spring.io/projects/spring-data-solr) and create report. See `CommonsMultipartResolverSectionBuilderTest` ff. for example
Fixes #365
I introduced a new runtime flag for spring-boot-migrator called `sbm.muleTriggerMeshTransformEnabled` that will modify the generated mule-to-boot recipe for handling DataWeave transformations to stream the transformation to [TriggerMesh's Dataweave Transformer](https://docs.triggermesh.io/guides/dataweavetransformation/). The...
### What needs to be done CreateAutoconfigurationAction works only with single module. Background: CreateAutoconfigurationAction is an action which serves the move of spring boot 2.7 to spring boot 3.0. It...
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M2-Configuration-Changelog#removed-in-300-m2 | Key | Replacement | Reason | TODO | |-----------------------------------------------------|-------------------------------------------------|--------|-----:| | management.metrics.export.ganglia.protocol-version | No longer used by Micrometer. | | remove | | spring.banner.image.bitdepth | Support for image banners...
see: #258 ### What needs to be done `spring.kafka.listener.only-log-record-metadata` has been removed in Spring Boot 3.0 and the [Release Notes](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M2-Configuration-Changelog#removed-in-300-m2) state > `spring.kafka.listener.only-log-record-metadata` was removed, use `KafkaUtils#setConsumerRecordFormatter` instead. - [...