Restore Spring Cloud support with Spring Boot 2+

Closes gh-419
This commit is contained in:
Stephane Nicoll
2017-05-03 21:57:53 +02:00
parent 705f6fa381
commit 705db283c8

View File

@@ -39,6 +39,9 @@ initializr:
- versionRange: "[1.5.x.BUILD-SNAPSHOT,2.0.0.M1)" - versionRange: "[1.5.x.BUILD-SNAPSHOT,2.0.0.M1)"
version: Dalston.BUILD-SNAPSHOT version: Dalston.BUILD-SNAPSHOT
repositories: spring-snapshots,spring-milestones repositories: spring-snapshots,spring-milestones
- versionRange: "2.0.0.M1"
version: Finchley.BUILD-SNAPSHOT
repositories: spring-snapshots,spring-milestones
cloud-dataflow-bom: cloud-dataflow-bom:
groupId: org.springframework.cloud groupId: org.springframework.cloud
artifactId: spring-cloud-dataflow-dependencies artifactId: spring-cloud-dataflow-dependencies
@@ -629,12 +632,12 @@ initializr:
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-elasticsearch href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-elasticsearch
- name: Cloud Core - name: Cloud Core
bom: cloud-bom bom: cloud-bom
versionRange: "[1.2.3.RELEASE,2.0.0.M1)" versionRange: 1.2.3.RELEASE
content: content:
- name: Cloud Connectors - name: Cloud Connectors
id: cloud-connectors id: cloud-connectors
description: Simplifies connecting to services in cloud platforms, including spring-cloud-connector and spring-cloud-cloudfoundry-connector description: Simplifies connecting to services in cloud platforms, including spring-cloud-connector and spring-cloud-cloudfoundry-connector
versionRange: "[1.2.0.RELEASE,2.0.0.M1)" versionRange: 1.2.0.RELEASE
- name: Cloud Bootstrap - name: Cloud Bootstrap
id: cloud-starter id: cloud-starter
description: spring-cloud-context (e.g. Bootstrap context and @RefreshScope) description: spring-cloud-context (e.g. Bootstrap context and @RefreshScope)
@@ -664,7 +667,7 @@ initializr:
- versionRange: "1.4.0.RELEASE" - versionRange: "1.4.0.RELEASE"
- name: Cloud Config - name: Cloud Config
bom: cloud-bom bom: cloud-bom
versionRange: "[1.2.3.RELEASE,2.0.0.M1)" versionRange: 1.2.3.RELEASE
content: content:
- name: Config Client - name: Config Client
id: cloud-config-client id: cloud-config-client
@@ -684,25 +687,25 @@ initializr:
- name: Vault Configuration - name: Vault Configuration
id: cloud-starter-vault-config id: cloud-starter-vault-config
description: Configuration management with HashiCorp Vault description: Configuration management with HashiCorp Vault
versionRange: "[1.5.3.RELEASE,2.0.0.M1)" versionRange: 1.5.3.RELEASE
starter: false starter: false
groupId: org.springframework.cloud groupId: org.springframework.cloud
artifactId: spring-cloud-starter-vault-config artifactId: spring-cloud-starter-vault-config
- name: Zookeeper Configuration - name: Zookeeper Configuration
id: cloud-starter-zookeeper-config id: cloud-starter-zookeeper-config
description: Configuration management with Zookeeper and spring-cloud-zookeeper-config description: Configuration management with Zookeeper and spring-cloud-zookeeper-config
versionRange: "[1.3.0.M4,2.0.0.M1)" versionRange: 1.3.0.M4
groupId: org.springframework.cloud groupId: org.springframework.cloud
artifactId: spring-cloud-starter-zookeeper-config artifactId: spring-cloud-starter-zookeeper-config
- name: Consul Configuration - name: Consul Configuration
id: cloud-starter-consul-config id: cloud-starter-consul-config
description: Configuration management with Hashicorp Consul description: Configuration management with Hashicorp Consul
versionRange: "[1.3.0.M4,2.0.0.M1)" versionRange: 1.3.0.M4
groupId: org.springframework.cloud groupId: org.springframework.cloud
artifactId: spring-cloud-starter-consul-config artifactId: spring-cloud-starter-consul-config
- name: Cloud Discovery - name: Cloud Discovery
bom: cloud-bom bom: cloud-bom
versionRange: "[1.2.3.RELEASE,2.0.0.M1)" versionRange: 1.2.3.RELEASE
content: content:
- name: Eureka Discovery - name: Eureka Discovery
id: cloud-eureka id: cloud-eureka
@@ -722,24 +725,24 @@ initializr:
- name: Zookeeper Discovery - name: Zookeeper Discovery
id: cloud-starter-zookeeper-discovery id: cloud-starter-zookeeper-discovery
description: Service discovery with Zookeeper and spring-cloud-zookeeper-discovery description: Service discovery with Zookeeper and spring-cloud-zookeeper-discovery
versionRange: "[1.3.0.M4,2.0.0.M1)" versionRange: 1.3.0.M4
groupId: org.springframework.cloud groupId: org.springframework.cloud
artifactId: spring-cloud-starter-zookeeper-discovery artifactId: spring-cloud-starter-zookeeper-discovery
- name: Cloud Foundry Discovery - name: Cloud Foundry Discovery
id: cloud-cloudfoundry-discovery id: cloud-cloudfoundry-discovery
description: Service discovery with Cloud Foundry description: Service discovery with Cloud Foundry
versionRange: "[1.3.0.M4,2.0.0.M1)" versionRange: 1.3.0.M4
groupId: org.springframework.cloud groupId: org.springframework.cloud
artifactId: spring-cloud-cloudfoundry-discovery artifactId: spring-cloud-cloudfoundry-discovery
- name: Consul Discovery - name: Consul Discovery
id: cloud-starter-consul-discovery id: cloud-starter-consul-discovery
description: Service discovery with Hashicorp Consul description: Service discovery with Hashicorp Consul
versionRange: "[1.3.0.M4,2.0.0.M1)" versionRange: 1.3.0.M4
groupId: org.springframework.cloud groupId: org.springframework.cloud
artifactId: spring-cloud-starter-consul-discovery artifactId: spring-cloud-starter-consul-discovery
- name: Cloud Routing - name: Cloud Routing
bom: cloud-bom bom: cloud-bom
versionRange: "[1.2.3.RELEASE,2.0.0.M1)" versionRange: 1.2.3.RELEASE
content: content:
- name: Zuul - name: Zuul
id: cloud-zuul id: cloud-zuul
@@ -766,7 +769,7 @@ initializr:
artifactId: spring-cloud-starter-feign artifactId: spring-cloud-starter-feign
- name: Cloud Circuit Breaker - name: Cloud Circuit Breaker
bom: cloud-bom bom: cloud-bom
versionRange: "[1.2.3.RELEASE,2.0.0.M1)" versionRange: 1.2.3.RELEASE
content: content:
- name: Hystrix - name: Hystrix
id: cloud-hystrix id: cloud-hystrix
@@ -790,13 +793,13 @@ initializr:
- name: Turbine Stream - name: Turbine Stream
id: cloud-turbine-stream id: cloud-turbine-stream
description: Circuit breaker metric aggregation using spring-cloud-netflix with Turbine and Spring Cloud Stream (choose a specific Stream binder implementation to complement this) description: Circuit breaker metric aggregation using spring-cloud-netflix with Turbine and Spring Cloud Stream (choose a specific Stream binder implementation to complement this)
versionRange: "[1.3.0.M5,2.0.0.M1)" versionRange: 1.3.0.M5
groupId: org.springframework.cloud groupId: org.springframework.cloud
artifactId: spring-cloud-starter-turbine-stream artifactId: spring-cloud-starter-turbine-stream
weight: -1 weight: -1
- name: Cloud Tracing - name: Cloud Tracing
bom: cloud-bom bom: cloud-bom
versionRange: "[1.3.0.M4,2.0.0.M1)" versionRange: 1.3.0.M4
content: content:
- name: Sleuth - name: Sleuth
id: cloud-starter-sleuth id: cloud-starter-sleuth
@@ -828,7 +831,7 @@ initializr:
starter: false starter: false
- name: Cloud Messaging - name: Cloud Messaging
bom: cloud-bom bom: cloud-bom
versionRange: "[1.2.3.RELEASE,2.0.0.M1)" versionRange: 1.2.3.RELEASE
content: content:
- name: Cloud Bus AMQP - name: Cloud Bus AMQP
id: cloud-bus-amqp id: cloud-bus-amqp
@@ -838,24 +841,24 @@ initializr:
- name: Cloud Bus Kafka - name: Cloud Bus Kafka
id: cloud-bus-kafka id: cloud-bus-kafka
description: A simple control bus with Kafka and spring-cloud-bus description: A simple control bus with Kafka and spring-cloud-bus
versionRange: "[1.3.0.RELEASE,2.0.0.M1)" versionRange: "1.3.0.RELEASE"
groupId: org.springframework.cloud groupId: org.springframework.cloud
artifactId: spring-cloud-starter-bus-kafka artifactId: spring-cloud-starter-bus-kafka
- name: Stream Rabbit - name: Stream Rabbit
id: cloud-stream-binder-rabbit id: cloud-stream-binder-rabbit
description: Messaging microservices with RabbitMQ description: Messaging microservices with RabbitMQ
versionRange: "[1.3.0.M4,2.0.0.M1)" versionRange: 1.3.0.M4
groupId: org.springframework.cloud groupId: org.springframework.cloud
artifactId: spring-cloud-starter-stream-rabbit artifactId: spring-cloud-starter-stream-rabbit
- name: Stream Kafka - name: Stream Kafka
id: cloud-stream-binder-kafka id: cloud-stream-binder-kafka
description: Messaging microservices with Kafka description: Messaging microservices with Kafka
versionRange: "[1.3.0.M4,2.0.0.M1)" versionRange: 1.3.0.M4
groupId: org.springframework.cloud groupId: org.springframework.cloud
artifactId: spring-cloud-stream-binder-kafka artifactId: spring-cloud-stream-binder-kafka
- name: Cloud AWS - name: Cloud AWS
bom: cloud-bom bom: cloud-bom
versionRange: "[1.2.3.RELEASE,2.0.0.M1)" versionRange: 1.2.3.RELEASE
content: content:
- name: AWS Core - name: AWS Core
id: cloud-aws id: cloud-aws
@@ -912,7 +915,7 @@ initializr:
artifactId: spring-cloud-cluster-etcd artifactId: spring-cloud-cluster-etcd
- name: Cloud Contract - name: Cloud Contract
bom: cloud-bom bom: cloud-bom
versionRange: "[1.4.0.RC1,2.0.0.M1)" versionRange: 1.4.0.RC1
content: content:
- name: Cloud Contract Verifier - name: Cloud Contract Verifier
id: cloud-contract-verifier id: cloud-contract-verifier