mirror of
https://gitee.com/dcren/initializr.git
synced 2026-09-19 06:17:42 +08:00
Fix version ranges for Zipkins
There's a bug in the UI apparently, so this works, but the previous commit still greyed out the checkboxes, even when they were found using search.
This commit is contained in:
@@ -938,20 +938,20 @@ initializr:
|
|||||||
description: Marshals Spring Cloud Sleuth Spans over a Spring Cloud Stream binder
|
description: Marshals Spring Cloud Sleuth Spans over a Spring Cloud Stream binder
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-sleuth-stream
|
artifactId: spring-cloud-sleuth-stream
|
||||||
versionRange: "[1.3.0.RELEASE,1.4.x.RELEASE]"
|
versionRange: "[1.3.0.RELEASE,1.5.0.RELEASE)"
|
||||||
- name: Zipkin Stream
|
- name: Zipkin Stream
|
||||||
id: cloud-sleuth-zipkin-stream
|
id: cloud-sleuth-zipkin-stream
|
||||||
description: Consumes span data in messages from Spring Cloud Sleuth Stream and writes them to a Zipkin store
|
description: Consumes span data in messages from Spring Cloud Sleuth Stream and writes them to a Zipkin store
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-sleuth-zipkin-stream
|
artifactId: spring-cloud-sleuth-zipkin-stream
|
||||||
versionRange: "[1.3.0.RELEASE,1.4.x.RELEASE]"
|
versionRange: "[1.3.0.RELEASE,1.5.0.RELEASE)"
|
||||||
- name: Zipkin UI
|
- name: Zipkin UI
|
||||||
id: zipkin-ui
|
id: zipkin-ui
|
||||||
description: add the Zipkin UI module to the Zipkin server to get a Zipkin service that accepts Spans and provides visualization
|
description: add the Zipkin UI module to the Zipkin server to get a Zipkin service that accepts Spans and provides visualization
|
||||||
groupId: io.zipkin.java
|
groupId: io.zipkin.java
|
||||||
artifactId: zipkin-autoconfigure-ui
|
artifactId: zipkin-autoconfigure-ui
|
||||||
scope: runtime
|
scope: runtime
|
||||||
versionRange: "[1.3.3.RELEASE,1.4.x.RELEASE]"
|
versionRange: "[1.3.3.RELEASE,1.5.0.RELEASE)"
|
||||||
starter: false
|
starter: false
|
||||||
- name: Cloud Messaging
|
- name: Cloud Messaging
|
||||||
bom: spring-cloud
|
bom: spring-cloud
|
||||||
|
|||||||
Reference in New Issue
Block a user