Fabian Krüger
Fabian Krüger
- [ ] Contribute `org.openrewrite.properties.AddProperty` from `sbm-openrewrite`
## What version of OpenRewrite are you using? I am using - OpenRewrite v8.5.1 - Maven plugin v5.2.6 ## What is the smallest, simplest way to reproduce the problem? [This...
## What's changed? The method `MavenMojoProjectParser#collectPoms` adds the poms in the wrong order. I think the problem can be fixed by using `MavenSession#getProjects()` instead. ## What's your motivation? - #600...
[Release Notes](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.5-Release-Notes#hibernate-validator-62) The default version of Hibernate Validate has been upgraded to 6.2.x. Hibernate Validator 6.2 changes how the expression language is used to interpolate constraint messages. Please see [this...
[Release Notes](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.5-Release-Notes#groovy-3) The default version of Groovy has been upgraded to 3.x. If you are using Groovy and also using Spock, you should also upgrade to the latest Groovy 3.0-compatible...
[Release Notes](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.5-Release-Notes#cassandra-throttling-properties) Spring Boot no longer provides default values for `spring.data.cassandra.request.throttler` properties. If you rely on `max-queue-size`, `max-concurrent-requests`, `max-requests-per-second` or `drain-interval` you should set values that make sense for your...
[Release Notes](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.5-Release-Notes#gradle-default-jar-and-war-tasks) The Spring Boot Gradle Plugin no longer automatically disables the standard Gradle `jar` and `war` tasks. Instead we now apply a `classifier` to those tasks. If you prefer...
[Release Notes](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.5-Release-Notes#secure-info-endpoint) The `/info` actuator endpoint is no longer exposed over the web by default. Additionally, if Spring Security is on the classpath and your application doesn't have a custom...
[ReleaseNotes](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.5-Release-Notes#spring-data-solr) Following its removal from Spring Data in 2021.0.0, auto-configuration for Spring Data Solr has been removed in this release. ### Condition Dependency to `org.springframework.data:spring-data-solr` exists #### Description The recipe...
may-require: openrewrite/rewrite/issues/1315 [Release Notes](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.5-Release-Notes#flyway-and-liquibase-jdbc-urls) If you currently define a `spring.flyway.url` or `spring.liquibase.url` you may need to provide additional `username` and `password` properties. In earlier versions of Spring Boot, these settings...