Skip to content

Commit ed6fbc6

Browse files
Remove Spring Cloud Connectors auto-config/starter
The Spring Cloud Connectors project has been deprecated in favor of the Java CFEnv project. The Boot auto-configuration and starter that support Connectors were deprecated in Boot 2.2. This commit removes the Connectors auto-configuration, starter, and dependency management. Closes gh-19798
1 parent df5b0f1 commit ed6fbc6

File tree

7 files changed

+0
-168
lines changed

7 files changed

+0
-168
lines changed

spring-boot-project/spring-boot-autoconfigure/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ dependencies {
140140
optional 'org.springframework.session:spring-session-jdbc'
141141
optional 'org.springframework.amqp:spring-rabbit'
142142
optional 'org.springframework.kafka:spring-kafka'
143-
optional 'org.springframework.cloud:spring-cloud-spring-service-connector'
144143
optional 'org.springframework.ws:spring-ws-core'
145144
optional 'org.thymeleaf:thymeleaf'
146145
optional 'org.thymeleaf:thymeleaf-spring5'

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/cloud/CloudServiceConnectorsAutoConfiguration.java

-66
This file was deleted.

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/cloud/package-info.java

-20
This file was deleted.

spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/spring.factories

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration,\
2525
org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration,\
2626
org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration,\
2727
org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration,\
28-
org.springframework.boot.autoconfigure.cloud.CloudServiceConnectorsAutoConfiguration,\
2928
org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration,\
3029
org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration,\
3130
org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration,\

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/cloud/CloudServiceConnectorsAutoConfigurationTests.java

-54
This file was deleted.

spring-boot-project/spring-boot-dependencies/build.gradle

-12
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,6 @@ bom {
14371437
'spring-boot-starter-artemis',
14381438
'spring-boot-starter-batch',
14391439
'spring-boot-starter-cache',
1440-
'spring-boot-starter-cloud-connectors',
14411440
'spring-boot-starter-data-cassandra',
14421441
'spring-boot-starter-data-cassandra-reactive',
14431442
'spring-boot-starter-data-couchbase',
@@ -1600,17 +1599,6 @@ bom {
16001599
]
16011600
}
16021601
}
1603-
library('Spring Cloud Connectors', '2.0.7.RELEASE') {
1604-
group('org.springframework.cloud') {
1605-
modules = [
1606-
'spring-cloud-cloudfoundry-connector',
1607-
'spring-cloud-connectors-core',
1608-
'spring-cloud-heroku-connector',
1609-
'spring-cloud-localconfig-connector',
1610-
'spring-cloud-spring-service-connector'
1611-
]
1612-
}
1613-
}
16141602
library('Spring Data Releasetrain', 'Neumann-M2') {
16151603
group('org.springframework.data') {
16161604
imports = [

spring-boot-project/spring-boot-starters/spring-boot-starter-cloud-connectors/build.gradle

-14
This file was deleted.

0 commit comments

Comments
 (0)