From f3ecd688cce72e94028532182041b30d7475e3d2 Mon Sep 17 00:00:00 2001 From: Josh Long Date: Wed, 25 Oct 2017 23:32:23 -0700 Subject: [PATCH 1/2] Add support for Spring Shell See gh-532 --- initializr-service/src/main/resources/application.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/initializr-service/src/main/resources/application.yml b/initializr-service/src/main/resources/application.yml index f6d91de1..935f7ff8 100644 --- a/initializr-service/src/main/resources/application.yml +++ b/initializr-service/src/main/resources/application.yml @@ -104,6 +104,16 @@ initializr: dependencies: - name: Core content: + - name: Spring Shell + groupId: org.springframework.shell + artifactId: spring-shell-starter + id: spring-shell + description: Build shell-based clients + version: 2.0.0.M2 + versionRange: 2.0.0.M5 + links: + - rel: reference + href: https://docs.spring.io/spring-shell/docs/current/reference/htmlsingle/ - name: Security id: security description: Secure your application via spring-security From ba4a437d7224507f3fa6541a9d60d6499ce9a2e0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 26 Oct 2017 18:36:08 +0200 Subject: [PATCH 2/2] Polish "Add support for Spring Shell" Closes gh-532 --- .../src/main/resources/application.yml | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/initializr-service/src/main/resources/application.yml b/initializr-service/src/main/resources/application.yml index 935f7ff8..2d04aee1 100644 --- a/initializr-service/src/main/resources/application.yml +++ b/initializr-service/src/main/resources/application.yml @@ -104,16 +104,6 @@ initializr: dependencies: - name: Core content: - - name: Spring Shell - groupId: org.springframework.shell - artifactId: spring-shell-starter - id: spring-shell - description: Build shell-based clients - version: 2.0.0.M2 - versionRange: 2.0.0.M5 - links: - - rel: reference - href: https://docs.spring.io/spring-shell/docs/current/reference/htmlsingle/ - name: Security id: security description: Secure your application via spring-security @@ -1170,6 +1160,17 @@ initializr: links: - rel: reference href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-ldap + - name: Spring Shell + id: spring-shell + groupId: org.springframework.shell + artifactId: spring-shell-starter + description: Build shell-based clients + version: 2.0.0.M2 + versionRange: 1.4.0.RELEASE + repository: spring-milestones + links: + - rel: reference + href: https://docs.spring.io/spring-shell/docs/2.0.0.M2/reference/htmlsingle/ - name: Ops content: - name: Actuator