Fabian Krüger

Results 174 issues of Fabian Krüger

#### ℹ️ Repository information https://github.com/spring-projects-experimental/spring-boot-migrator/issues **The repository has**: - [x] At least three issues with the `good first issue` label. - [x] At least 10 contributors. - [x] Detailed setup...

Status:Review complete

### 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

upgrade:boot
3.0.0

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...

good first issue
upgrade:boot
3.0.0

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. - [...

upgrade:boot
3.0.0
question

https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M3-Release-Notes # Spring Boot 3.0.0 M3 Release Notes For changes in earlier milestones, please refer to: - [v3.0.0 M1](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M1-Release-Notes) - [v3.0.0 M2](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M2-Release-Notes) ## [](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M3-Release-Notes#upgrading-from-spring-boot-2x)Upgrading from Spring Boot 2.x ### [](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M3-Release-Notes#minimum-requirements-changes)Minimum...

upgrade:boot
3.0.0
epic

https://github.com/xmolecules/jmolecules and more applications

https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M2-Configuration-Changelog#new-in-300-m2 We need to clarify what changed about these parameters. E.g. `spring.h2.console.path` existed in previous versions. Was it removed and reintroduced in 3.0.0? Can we ignore these properties altogether?

upgrade:boot
3.0.0
question