mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-28 09:22:41 +08:00
Add mappings for renamed Spring Cloud starters
A number of Netflix starters haven been deprecated in Edgware and removed in Finchley. This commit makes sure that the new names are used as soon as Edgware or later is selected. Closes gh-518
This commit is contained in:
@@ -724,17 +724,25 @@ initializr:
|
|||||||
id: cloud-eureka
|
id: cloud-eureka
|
||||||
description: Service discovery using spring-cloud-netflix and Eureka
|
description: Service discovery using spring-cloud-netflix and Eureka
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-starter-eureka
|
artifactId: spring-cloud-starter-netflix-eureka-client
|
||||||
weight: 100
|
weight: 100
|
||||||
|
mappings:
|
||||||
|
- versionRange: "[1.2.3.RELEASE,1.5.x.RELEASE]"
|
||||||
|
artifactId: spring-cloud-starter-eureka
|
||||||
|
- versionRange: "1.5.0.BUILD-SNAPSHOT"
|
||||||
- name: Eureka Server
|
- name: Eureka Server
|
||||||
id: cloud-eureka-server
|
id: cloud-eureka-server
|
||||||
description: spring-cloud-netflix Eureka Server
|
description: spring-cloud-netflix Eureka Server
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-starter-eureka-server
|
artifactId: spring-cloud-starter-netflix-eureka-server
|
||||||
links:
|
links:
|
||||||
- rel: guide
|
- rel: guide
|
||||||
href: https://spring.io/guides/gs/service-registration-and-discovery/
|
href: https://spring.io/guides/gs/service-registration-and-discovery/
|
||||||
description: Service Registration and Discovery
|
description: Service Registration and Discovery
|
||||||
|
mappings:
|
||||||
|
- versionRange: "[1.2.3.RELEASE,1.5.x.RELEASE]"
|
||||||
|
artifactId: spring-cloud-starter-eureka-server
|
||||||
|
- versionRange: "1.5.0.BUILD-SNAPSHOT"
|
||||||
- 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
|
||||||
@@ -761,25 +769,37 @@ initializr:
|
|||||||
id: cloud-zuul
|
id: cloud-zuul
|
||||||
description: Intelligent and programmable routing with spring-cloud-netflix Zuul
|
description: Intelligent and programmable routing with spring-cloud-netflix Zuul
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-starter-zuul
|
artifactId: spring-cloud-starter-netflix-zuul
|
||||||
links:
|
links:
|
||||||
- rel: guide
|
- rel: guide
|
||||||
href: https://spring.io/guides/gs/routing-and-filtering/
|
href: https://spring.io/guides/gs/routing-and-filtering/
|
||||||
description: Routing and Filtering
|
description: Routing and Filtering
|
||||||
|
mappings:
|
||||||
|
- versionRange: "[1.2.3.RELEASE,1.5.x.RELEASE]"
|
||||||
|
artifactId: spring-cloud-starter-zuul
|
||||||
|
- versionRange: "1.5.0.BUILD-SNAPSHOT"
|
||||||
- name: Ribbon
|
- name: Ribbon
|
||||||
id: cloud-ribbon
|
id: cloud-ribbon
|
||||||
description: Client side load balancing with spring-cloud-netflix and Ribbon
|
description: Client side load balancing with spring-cloud-netflix and Ribbon
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-starter-ribbon
|
artifactId: spring-cloud-starter-netflix-ribbon
|
||||||
links:
|
links:
|
||||||
- rel: guide
|
- rel: guide
|
||||||
href: https://spring.io/guides/gs/client-side-load-balancing/
|
href: https://spring.io/guides/gs/client-side-load-balancing/
|
||||||
description: Client Side Load Balancing with Ribbon and Spring Cloud
|
description: Client Side Load Balancing with Ribbon and Spring Cloud
|
||||||
|
mappings:
|
||||||
|
- versionRange: "[1.2.3.RELEASE,1.5.x.RELEASE]"
|
||||||
|
artifactId: spring-cloud-starter-ribbon
|
||||||
|
- versionRange: "1.5.0.BUILD-SNAPSHOT"
|
||||||
- name: Feign
|
- name: Feign
|
||||||
id: cloud-feign
|
id: cloud-feign
|
||||||
description: Declarative REST clients with spring-cloud-netflix Feign
|
description: Declarative REST clients with spring-cloud-netflix Feign
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-starter-feign
|
artifactId: spring-cloud-starter-openfeign
|
||||||
|
mappings:
|
||||||
|
- versionRange: "[1.2.3.RELEASE,1.5.x.RELEASE]"
|
||||||
|
artifactId: spring-cloud-starter-feign
|
||||||
|
- versionRange: "1.5.0.BUILD-SNAPSHOT"
|
||||||
- name: Cloud Circuit Breaker
|
- name: Cloud Circuit Breaker
|
||||||
bom: spring-cloud
|
bom: spring-cloud
|
||||||
versionRange: 1.2.3.RELEASE
|
versionRange: 1.2.3.RELEASE
|
||||||
@@ -788,28 +808,44 @@ initializr:
|
|||||||
id: cloud-hystrix
|
id: cloud-hystrix
|
||||||
description: Circuit breaker with spring-cloud-netflix Hystrix
|
description: Circuit breaker with spring-cloud-netflix Hystrix
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-starter-hystrix
|
artifactId: spring-cloud-starter-netflix-hystrix
|
||||||
links:
|
links:
|
||||||
- rel: guide
|
- rel: guide
|
||||||
href: https://spring.io/guides/gs/circuit-breaker/
|
href: https://spring.io/guides/gs/circuit-breaker/
|
||||||
description: Circuit Breaker
|
description: Circuit Breaker
|
||||||
|
mappings:
|
||||||
|
- versionRange: "[1.2.3.RELEASE,1.5.x.RELEASE]"
|
||||||
|
artifactId: spring-cloud-starter-hystrix
|
||||||
|
- versionRange: "1.5.0.BUILD-SNAPSHOT"
|
||||||
- name: Hystrix Dashboard
|
- name: Hystrix Dashboard
|
||||||
id: cloud-hystrix-dashboard
|
id: cloud-hystrix-dashboard
|
||||||
description: Circuit breaker dashboard with spring-cloud-netflix Hystrix
|
description: Circuit breaker dashboard with spring-cloud-netflix Hystrix
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-starter-hystrix-dashboard
|
artifactId: spring-cloud-starter-netflix-hystrix-dashboard
|
||||||
|
mappings:
|
||||||
|
- versionRange: "[1.2.3.RELEASE,1.5.x.RELEASE]"
|
||||||
|
artifactId: spring-cloud-starter-hystrix-dashboard
|
||||||
|
- versionRange: "1.5.0.BUILD-SNAPSHOT"
|
||||||
- name: Turbine
|
- name: Turbine
|
||||||
id: cloud-turbine
|
id: cloud-turbine
|
||||||
description: Circuit breaker metric aggregation using spring-cloud-netflix with Turbine and server-sent events
|
description: Circuit breaker metric aggregation using spring-cloud-netflix with Turbine and server-sent events
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-starter-turbine
|
artifactId: spring-cloud-starter-netflix-turbine
|
||||||
|
mappings:
|
||||||
|
- versionRange: "[1.2.3.RELEASE,1.5.x.RELEASE]"
|
||||||
|
artifactId: spring-cloud-starter-turbine
|
||||||
|
- versionRange: "1.5.0.BUILD-SNAPSHOT"
|
||||||
- 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.RELEASE
|
versionRange: 1.3.0.RELEASE
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-starter-turbine-stream
|
artifactId: spring-cloud-starter-netflix-turbine-stream
|
||||||
weight: -1
|
weight: -1
|
||||||
|
mappings:
|
||||||
|
- versionRange: "[1.2.3.RELEASE,1.5.x.RELEASE]"
|
||||||
|
artifactId: spring-cloud-starter-turbine-stream
|
||||||
|
- versionRange: "1.5.0.BUILD-SNAPSHOT"
|
||||||
- name: Cloud Tracing
|
- name: Cloud Tracing
|
||||||
bom: spring-cloud
|
bom: spring-cloud
|
||||||
versionRange: 1.3.0.RELEASE
|
versionRange: 1.3.0.RELEASE
|
||||||
|
|||||||
Reference in New Issue
Block a user