From bbe5df248f2f7c195c5b25b33ee5972f9e223eba Mon Sep 17 00:00:00 2001 From: Micah Silverman Date: Wed, 6 Jul 2016 12:53:41 -0400 Subject: [PATCH 1/2] Add Stormpath Default Spring Boot Starter See gh-307 --- .../src/main/resources/application.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/initializr-service/src/main/resources/application.yml b/initializr-service/src/main/resources/application.yml index 38fb264d..e403b76e 100644 --- a/initializr-service/src/main/resources/application.yml +++ b/initializr-service/src/main/resources/application.yml @@ -89,6 +89,10 @@ initializr: groupId: com.vaadin artifactId: vaadin-bom version: 7.7.5 + stormpath-bom: + groupId: com.stormpath.sdk + artifactId: stormpath-bom + version: 1.3.0 gradle: dependency-management-plugin-version: 0.6.0.RELEASE kotlin: @@ -334,6 +338,18 @@ initializr: - versionRange: "[1.2.0.RELEASE,1.3.0.RC1)" version: 1.0.1.RELEASE scope: test + - name: Stormpath Default + groupId: com.stormpath.spring + artifactId: stormpath-default-spring-boot-starter + id: stormpath-default-spring-boot-starter + description: Stormpath Default Spring Boot Starter for integration with Stormpath including WebMVC, Thymeleaf and Spring Security + keywords: + - api + - auth + - mvc + - oauth + - oauth2 + bom: stormpath-bom - name: Template Engines content: - name: Freemarker From 49bfaaeb6648efaeebaeb8fceb3e0057e749b7e0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 11 Jan 2017 14:51:20 -0500 Subject: [PATCH 2/2] Polish Stormpath entry Closes gh-307 --- .../src/main/resources/application.yml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/initializr-service/src/main/resources/application.yml b/initializr-service/src/main/resources/application.yml index e403b76e..14da464b 100644 --- a/initializr-service/src/main/resources/application.yml +++ b/initializr-service/src/main/resources/application.yml @@ -92,7 +92,7 @@ initializr: stormpath-bom: groupId: com.stormpath.sdk artifactId: stormpath-bom - version: 1.3.0 + version: 1.5.0 gradle: dependency-management-plugin-version: 0.6.0.RELEASE kotlin: @@ -338,17 +338,12 @@ initializr: - versionRange: "[1.2.0.RELEASE,1.3.0.RC1)" version: 1.0.1.RELEASE scope: test - - name: Stormpath Default + - name: Stormpath + id: stormpath + description: Stormpath default starter including Spring MVC, Thymeleaf and Spring Security groupId: com.stormpath.spring artifactId: stormpath-default-spring-boot-starter - id: stormpath-default-spring-boot-starter - description: Stormpath Default Spring Boot Starter for integration with Stormpath including WebMVC, Thymeleaf and Spring Security - keywords: - - api - - auth - - mvc - - oauth - - oauth2 + versionRange: "[1.5.0.RC1,2.0.0.M1)" bom: stormpath-bom - name: Template Engines content: @@ -381,6 +376,7 @@ initializr: - name: Thymeleaf id: thymeleaf description: Thymeleaf templating engine, including integration with Spring + weight: 100 facets: - web keywords: