Starting from version 5.2.0 `spring-orm` is no longer an optional dependency of spring-aspects. https://search.maven.org/artifact/org.springframework/spring-aspects/5.2.0.RELEASE/jar This causes the below conditional to match which will then try to auto configure a data source. https://github.com/spring-projects/spring-boot/blob/master/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jdbc/DataSourceAutoConfiguration.java#L52 Was this intentional? <!-- !!! For Security Vulnerabilities, please go to https://pivotal.io/security !!! --> **Affects:** 5.2.x --- <!-- Thanks for taking the time to create an issue. Please read the following: - Questions should be asked on Stack Overflow. - For bugs, specify affected versions and explain what you are trying to do. - For enhancements, provide context and describe the problem. Issue or Pull Request? Create only one, not both. GitHub treats them as the same. If unsure, start with an issue, and if you submit a pull request later, the issue will be closed as superseded. -->
Starting from version 5.2.0
spring-ormis no longer an optional dependency of spring-aspects.https://search.maven.org/artifact/org.springframework/spring-aspects/5.2.0.RELEASE/jar
This causes the below conditional to match which will then try to auto configure a data source.
https://github.com/spring-projects/spring-boot/blob/master/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jdbc/DataSourceAutoConfiguration.java#L52
Was this intentional?
Affects: 5.2.x