This commit is contained in:
Stephane Nicoll
2017-07-30 16:53:10 +02:00
parent c6ebf51a53
commit 904af53d6c
@@ -118,7 +118,7 @@ initializr:
- name: Atomikos (JTA) - name: Atomikos (JTA)
id: jta-atomikos id: jta-atomikos
description: JTA distributed transactions via Atomikos description: JTA distributed transactions via Atomikos
versionRange: 1.2.0.M1 versionRange: 1.2.0.RELEASE
links: links:
- rel: guide - rel: guide
href: https://spring.io/guides/gs/managing-transactions/ href: https://spring.io/guides/gs/managing-transactions/
@@ -128,7 +128,7 @@ initializr:
- name: Bitronix (JTA) - name: Bitronix (JTA)
id: jta-bitronix id: jta-bitronix
description: JTA distributed transactions via Bitronix description: JTA distributed transactions via Bitronix
versionRange: 1.2.0.M1 versionRange: 1.2.0.RELEASE
links: links:
- rel: guide - rel: guide
href: https://spring.io/guides/gs/managing-transactions/ href: https://spring.io/guides/gs/managing-transactions/
@@ -138,7 +138,7 @@ initializr:
- name: Narayana (JTA) - name: Narayana (JTA)
id: jta-narayana id: jta-narayana
description: JTA distributed transactions via Narayana description: JTA distributed transactions via Narayana
versionRange: 1.4.0.M2 versionRange: 1.4.0.RELEASE
links: links:
- rel: guide - rel: guide
href: https://spring.io/guides/gs/managing-transactions/ href: https://spring.io/guides/gs/managing-transactions/
@@ -148,7 +148,7 @@ initializr:
- name: Cache - name: Cache
id: cache id: cache
description: Spring's Cache abstraction description: Spring's Cache abstraction
versionRange: 1.3.0.M1 versionRange: 1.3.0.RELEASE
links: links:
- rel: guide - rel: guide
href: https://spring.io/guides/gs/caching/ href: https://spring.io/guides/gs/caching/
@@ -161,7 +161,7 @@ initializr:
artifactId: spring-boot-devtools artifactId: spring-boot-devtools
scope: runtime scope: runtime
description: Spring Boot Development Tools description: Spring Boot Development Tools
versionRange: 1.3.0.M1 versionRange: 1.3.0.RELEASE
starter: false starter: false
links: links:
- rel: reference - rel: reference
@@ -180,7 +180,7 @@ initializr:
- name: Validation - name: Validation
id: validation id: validation
description: JSR-303 validation infrastructure (already included with web) description: JSR-303 validation infrastructure (already included with web)
versionRange: 1.3.0.M1 versionRange: 1.3.0.RELEASE
links: links:
- rel: guide - rel: guide
href: https://spring.io/guides/gs/validating-form-input/ href: https://spring.io/guides/gs/validating-form-input/
@@ -190,14 +190,14 @@ initializr:
groupId: org.springframework.session groupId: org.springframework.session
artifactId: spring-session artifactId: spring-session
description: API and implementations for managing a users session information description: API and implementations for managing a users session information
versionRange: "[1.3.0.M2,2.0.0.M2]" versionRange: "[1.3.0.RELEASE,2.0.0.M2]"
starter: false starter: false
- name: Retry - name: Retry
id: retry id: retry
groupId: org.springframework.retry groupId: org.springframework.retry
artifactId: spring-retry artifactId: spring-retry
description: Provide declarative retry support via spring-retry description: Provide declarative retry support via spring-retry
versionRange: 1.3.0.M2 versionRange: 1.3.0.RELEASE
starter: false starter: false
- name: Lombok - name: Lombok
id: lombok id: lombok
@@ -335,7 +335,7 @@ initializr:
description: Browsing Spring Data REST repositories in your browser description: Browsing Spring Data REST repositories in your browser
groupId: org.springframework.data groupId: org.springframework.data
artifactId: spring-data-rest-hal-browser artifactId: spring-data-rest-hal-browser
versionRange: 1.3.0.M1 versionRange: 1.3.0.RELEASE
starter: false starter: false
- name: Mobile - name: Mobile
id: mobile id: mobile
@@ -436,7 +436,7 @@ initializr:
- name: JOOQ - name: JOOQ
id: jooq id: jooq
description: Persistence support using Java Object Oriented Querying description: Persistence support using Java Object Oriented Querying
versionRange: 1.3.0.M2 versionRange: 1.3.0.RELEASE
links: links:
- rel: reference - rel: reference
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-jooq href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-jooq
@@ -578,14 +578,14 @@ initializr:
- name: Couchbase - name: Couchbase
id: data-couchbase id: data-couchbase
description: Couchbase NoSQL database, including spring-data-couchbase description: Couchbase NoSQL database, including spring-data-couchbase
versionRange: 1.4.0.M1 versionRange: 1.4.0.RELEASE
links: links:
- rel: reference - rel: reference
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-couchbase href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-couchbase
- name: Neo4j - name: Neo4j
id: data-neo4j id: data-neo4j
description: Neo4j NoSQL graph database, including spring-data-neo4j description: Neo4j NoSQL graph database, including spring-data-neo4j
versionRange: 1.4.0.M2 versionRange: 1.4.0.RELEASE
links: links:
- rel: guide - rel: guide
href: https://spring.io/guides/gs/accessing-data-neo4j/ href: https://spring.io/guides/gs/accessing-data-neo4j/
@@ -705,13 +705,13 @@ initializr:
- 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 versionRange: 1.3.0.RELEASE
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 versionRange: 1.3.0.RELEASE
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
@@ -736,19 +736,19 @@ 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 versionRange: 1.3.0.RELEASE
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 versionRange: 1.3.0.RELEASE
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 versionRange: 1.3.0.RELEASE
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
@@ -804,13 +804,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 versionRange: 1.3.0.RELEASE
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: spring-cloud bom: spring-cloud
versionRange: 1.3.0.M4 versionRange: 1.3.0.RELEASE
content: content:
- name: Sleuth - name: Sleuth
id: cloud-starter-sleuth id: cloud-starter-sleuth
@@ -858,13 +858,13 @@ initializr:
- 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 versionRange: 1.3.0.RELEASE
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 versionRange: 1.3.0.RELEASE
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
@@ -1007,7 +1007,7 @@ initializr:
- name: JMS (Artemis) - name: JMS (Artemis)
id: artemis id: artemis
description: Java Message Service API via Apache Artemis description: Java Message Service API via Apache Artemis
versionRange: 1.3.0.M2 versionRange: 1.3.0.RELEASE
links: links:
- rel: guide - rel: guide
href: https://spring.io/guides/gs/messaging-jms/ href: https://spring.io/guides/gs/messaging-jms/
@@ -1072,7 +1072,7 @@ initializr:
- name: Actuator Docs - name: Actuator Docs
id: actuator-docs id: actuator-docs
description: API documentation for the Actuator endpoints description: API documentation for the Actuator endpoints
versionRange: 1.3.0.M4 versionRange: 1.3.0.RELEASE
groupId: org.springframework.boot groupId: org.springframework.boot
artifactId: spring-boot-actuator-docs artifactId: spring-boot-actuator-docs
- name: Remote Shell - name: Remote Shell