mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-28 17:32:34 +08:00
Restrict 3rd party starters to 1.5
Closes gh-411
This commit is contained in:
@@ -283,7 +283,7 @@ initializr:
|
|||||||
groupId: io.ratpack
|
groupId: io.ratpack
|
||||||
artifactId: ratpack-spring-boot
|
artifactId: ratpack-spring-boot
|
||||||
version: 1.1.1
|
version: 1.1.1
|
||||||
versionRange: 1.2.0.RELEASE
|
versionRange: "[1.2.0.RELEASE,2.0.0.M1)"
|
||||||
starter: false
|
starter: false
|
||||||
- name: Vaadin
|
- name: Vaadin
|
||||||
id: vaadin
|
id: vaadin
|
||||||
@@ -433,6 +433,7 @@ initializr:
|
|||||||
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
|
||||||
- name: MyBatis
|
- name: MyBatis
|
||||||
id: mybatis
|
id: mybatis
|
||||||
|
versionRange: "[1.3.0.RELEASE,2.0.0.M1)"
|
||||||
description: Persistence support using MyBatis
|
description: Persistence support using MyBatis
|
||||||
groupId: org.mybatis.spring.boot
|
groupId: org.mybatis.spring.boot
|
||||||
artifactId: mybatis-spring-boot-starter
|
artifactId: mybatis-spring-boot-starter
|
||||||
@@ -982,12 +983,14 @@ initializr:
|
|||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-integration
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-integration
|
||||||
- name: Activiti
|
- name: Activiti
|
||||||
id: activiti-basic
|
id: activiti-basic
|
||||||
|
versionRange: "[1.2.0.RELEASE,2.0.0.M1)"
|
||||||
description: Activiti BPMN workflow engine
|
description: Activiti BPMN workflow engine
|
||||||
groupId: org.activiti
|
groupId: org.activiti
|
||||||
artifactId: activiti-spring-boot-starter-basic
|
artifactId: activiti-spring-boot-starter-basic
|
||||||
version: 5.21.0
|
version: 5.21.0
|
||||||
- name: Apache Camel
|
- name: Apache Camel
|
||||||
id: camel
|
id: camel
|
||||||
|
versionRange: "[1.2.0.RELEASE,2.0.0.M1)"
|
||||||
description: Integration using Apache Camel
|
description: Integration using Apache Camel
|
||||||
groupId: org.apache.camel
|
groupId: org.apache.camel
|
||||||
artifactId: camel-spring-boot-starter
|
artifactId: camel-spring-boot-starter
|
||||||
|
|||||||
Reference in New Issue
Block a user