GH-510 - Upgrade to Spring Boot 3.3 M2.

Explicitly exclude Reactor Core to avoid the Neo4j reactive auto-configuration kicking in, now unconditionally registering a reactive transaction manager causing simple @Transactional declarations to break as two transaction manager beans are present.

Also upgrade to Spring Framework 6.1.4 for Javadoc reference.
This commit is contained in:
Oliver Drotbohm
2024-02-23 14:21:16 +01:00
parent d325c83736
commit ef7f114866
4 changed files with 16 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.0-M1</version>
<version>3.3.0-M2</version>
<relativePath />
</parent>
@@ -26,7 +26,7 @@
<properties>
<java.version>17</java.version>
<jmolecules.version>2023.1.1</jmolecules.version>
<spring-boot.version>3.3.0-M1</spring-boot.version>
<spring-boot.version>3.3.0-M2</spring-boot.version>
</properties>
<build>