Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit 41a057e

Browse files
author
josebarrueta
committed
Merge branch 'master' into 1.3.x
2 parents 8911366 + 92b88b1 commit 41a057e

File tree

56 files changed

+320
-91
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+320
-91
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-root</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.3-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Change Log ##
22

3+
### 1.2.2 ##
4+
5+
This release fixes two bugs. Both are fixes to avoid RuntimeException when resolving external provider of an application.
6+
7+
See [1.2.2 closed bugs](https://github.com/stormpath/stormpath-sdk-java/issues?q=milestone%3A1.2.2+is%3Aclosed)
8+
9+
310
### 1.2.1 ##
411

512
This release fixes four bugs. We are adding one more supported grant_type to the AccessTokenController, also enhancing the signature validation of access/refresh tokens and improving error handing when required fields are missing in the token endpoint.

clover/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-root</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.3-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-root</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.3-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<artifactId>stormpath-sdk-examples</artifactId>
2929
<groupId>com.stormpath.sdk</groupId>
30-
<version>1.2.2-SNAPSHOT</version>
30+
<version>1.2.3-SNAPSHOT</version>
3131
<name>Stormpath Java SDK :: Examples</name>
3232
<packaging>pom</packaging>
3333

examples/quickstart/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>com.stormpath.sdk</groupId>
77
<artifactId>stormpath-sdk-examples</artifactId>
8-
<version>1.2.2-SNAPSHOT</version>
8+
<version>1.2.3-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

1212
<groupId>com.stormpath.sdk</groupId>
1313
<artifactId>stormpath-sdk-examples-quickstart</artifactId>
14-
<version>1.2.2-SNAPSHOT</version>
14+
<version>1.2.3-SNAPSHOT</version>
1515

1616
<name>Stormpath Java SDK :: Examples :: Quickstart Code</name>
1717
<description>A simple (non-web) application to demonstrate the example code in the Stormpath Java Quickstart</description>

examples/servlet/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-examples</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.3-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<artifactId>stormpath-sdk-examples-servlet</artifactId>
29-
<version>1.2.2-SNAPSHOT</version>
29+
<version>1.2.3-SNAPSHOT</version>
3030
<name>Stormpath Java SDK :: Examples :: Servlet Container-based Webapp</name>
3131
<description>A simple example webapp deployed in a servlet container.</description>
3232
<packaging>war</packaging>

examples/spring-boot-default/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-examples</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.3-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>com.stormpath.spring</groupId>
2929
<artifactId>stormpath-sdk-examples-spring-boot-default</artifactId>
30-
<version>1.2.2-SNAPSHOT</version>
30+
<version>1.2.3-SNAPSHOT</version>
3131

3232
<name>Stormpath Java SDK :: Examples :: Spring Boot Default</name>
3333
<description>A simple Spring Boot Web MVC application with out-of-the-box login and self-service screens!</description>

examples/spring-boot-webmvc-angular/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-examples</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.3-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>com.stormpath.spring</groupId>
2929
<artifactId>stormpath-sdk-examples-spring-boot-web-angular</artifactId>
30-
<version>1.2.2-SNAPSHOT</version>
30+
<version>1.2.3-SNAPSHOT</version>
3131

3232
<name>Stormpath Java SDK :: Examples :: Spring Boot + Angular Webapp</name>
3333
<description>A Spring Boot web application that uses Stormpath.</description>

examples/spring-boot-webmvc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-examples</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.3-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>com.stormpath.spring</groupId>
2929
<artifactId>stormpath-sdk-examples-spring-boot-web</artifactId>
30-
<version>1.2.2-SNAPSHOT</version>
30+
<version>1.2.3-SNAPSHOT</version>
3131

3232
<name>Stormpath Java SDK :: Examples :: Spring Boot Webapp</name>
3333
<description>A Spring Boot web application that uses Stormpath.</description>

examples/spring-boot/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<groupId>com.stormpath.sdk</groupId>
2323
<artifactId>stormpath-sdk-examples</artifactId>
24-
<version>1.2.2-SNAPSHOT</version>
24+
<version>1.2.3-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>com.stormpath.spring</groupId>
2929
<artifactId>stormpath-sdk-examples-spring-boot</artifactId>
30-
<version>1.2.2-SNAPSHOT</version>
30+
<version>1.2.3-SNAPSHOT</version>
3131

3232
<name>Stormpath Java SDK :: Examples :: Spring Boot</name>
3333
<description>A Spring Boot (non-web) application that uses Stormpath.</description>

0 commit comments

Comments
 (0)