Migrating to Boot 2.4.0-RC1

This commit is contained in:
Marcin Grzejszczak
2020-11-04 11:28:34 +01:00
parent cebcd37648
commit 4fcd95c5f6
14 changed files with 15 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
org.gradle.daemon=false
verifierVersion=3.0.0-SNAPSHOT
springBootVersion=2.4.0-M4
springBootVersion=2.4.0-RC1
camelVersion=3.4.3

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.0-M4</version>
<version>2.4.0-RC1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.0-M4</version>
<version>2.4.0-RC1</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.0-M4</version>
<version>2.4.0-RC1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.0-M4</version>
<version>2.4.0-RC1</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.0-M4</version>
<version>2.4.0-RC1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.0-M4</version>
<version>2.4.0-RC1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.0-M4</version>
<version>2.4.0-RC1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.0-M4</version>
<version>2.4.0-RC1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.0-M4</version>
<version>2.4.0-RC1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.0-M4</version>
<version>2.4.0-RC1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

View File

@@ -25,6 +25,7 @@ import spock.lang.Specification
import org.springframework.beans.factory.annotation.Autowired
import org.springframework.boot.autoconfigure.EnableAutoConfiguration
import org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration
import org.springframework.boot.test.context.SpringBootContextLoader
import org.springframework.boot.test.context.SpringBootTest
import org.springframework.cloud.client.discovery.EnableDiscoveryClient
@@ -99,7 +100,7 @@ class StubRunnerSpringCloudConsulAutoConfigurationSpec extends Specification {
}
@Configuration
@EnableAutoConfiguration
@EnableAutoConfiguration(exclude = WebTestClientAutoConfiguration)
@EnableDiscoveryClient
static class Config {

View File

@@ -16,5 +16,5 @@
wiremockVersion=2.27.0
jsonAssertVersion=0.4.13
verifierVersion=3.0.0-SNAPSHOT
bootVersion=2.4.0-M4
bootVersion=2.4.0-RC1
groovyVersion=2.4.17

View File

@@ -16,5 +16,5 @@
wiremockVersion=2.27.0
jsonAssertVersion=0.4.13
verifierVersion=3.0.0-SNAPSHOT
bootVersion=2.4.0-M4
bootVersion=2.4.0-RC1
groovyVersion=2.4.17