Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit 6487e19

Browse files
committed
Merge branch 'develop' of github.com:networknt/light-oauth2 into develop
2 parents d80889b + f24e7e7 commit 6487e19

File tree

11 files changed

+33
-18
lines changed

11 files changed

+33
-18
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
# Change Log
22

3+
## [1.5.11](https://github.com/networknt/light-oauth2/tree/1.5.11) (2018-04-01)
4+
[Full Changelog](https://github.com/networknt/light-oauth2/compare/1.5.10...1.5.11)
5+
6+
**Implemented enhancements:**
7+
8+
- create a new table client\_service to define the one to many relationship and scope dependencies. [\#18](https://github.com/networknt/light-oauth2/issues/18)
9+
10+
**Closed issues:**
11+
12+
- return to the caller after sending error to the exchange. [\#78](https://github.com/networknt/light-oauth2/issues/78)
13+
- switch to JwtIssuer for token generation [\#77](https://github.com/networknt/light-oauth2/issues/77)
14+
- update postgres and oracle db scripts to remove tables in the beginning [\#76](https://github.com/networknt/light-oauth2/issues/76)
15+
- support custom claim in json format with client registration [\#75](https://github.com/networknt/light-oauth2/issues/75)
16+
317
## [1.5.10](https://github.com/networknt/light-oauth2/tree/1.5.10) (2018-03-02)
418
[Full Changelog](https://github.com/networknt/light-oauth2/compare/1.5.9...1.5.10)
519

620
**Closed issues:**
721

22+
- refactor test cases to make them independent [\#74](https://github.com/networknt/light-oauth2/issues/74)
823
- update Dockerfile to remove EXPOSE [\#73](https://github.com/networknt/light-oauth2/issues/73)
924

1025
## [1.5.9](https://github.com/networknt/light-oauth2/tree/1.5.9) (2018-02-21)

authorize/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.networknt</groupId>
55
<artifactId>light-oauth2</artifactId>
6-
<version>1.5.11</version>
6+
<version>1.5.12</version>
77
<relativePath>..</relativePath>
88
</parent>
99

cache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.networknt</groupId>
66
<artifactId>light-oauth2</artifactId>
7-
<version>1.5.11</version>
7+
<version>1.5.12</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.networknt</groupId>
66
<artifactId>light-oauth2</artifactId>
7-
<version>1.5.11</version>
7+
<version>1.5.12</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

code/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.networknt</groupId>
55
<artifactId>light-oauth2</artifactId>
6-
<version>1.5.11</version>
6+
<version>1.5.12</version>
77
<relativePath>..</relativePath>
88
</parent>
99

key/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.networknt</groupId>
66
<artifactId>light-oauth2</artifactId>
7-
<version>1.5.11</version>
7+
<version>1.5.12</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.networknt</groupId>
77
<artifactId>light-oauth2</artifactId>
8-
<version>1.5.11</version>
8+
<version>1.5.12</version>
99
<packaging>pom</packaging>
1010
<name>Parent POM</name>
1111
<description>OAuth2 provider microservices based on Light-Java and SQL</description>
@@ -52,18 +52,18 @@
5252
<properties>
5353
<java.version>1.8</java.version>
5454
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
55-
<version.light-4j>1.5.11</version.light-4j>
56-
<version.light-rest-4j>1.5.11</version.light-rest-4j>
57-
<version.json-schema-validator>0.1.15</version.json-schema-validator>
58-
<version.jackson>2.9.1</version.jackson>
55+
<version.light-4j>1.5.12</version.light-4j>
56+
<version.light-rest-4j>1.5.12</version.light-rest-4j>
57+
<version.json-schema-validator>0.1.18</version.json-schema-validator>
58+
<version.jackson>2.9.5</version.jackson>
5959
<version.slf4j>1.7.25</version.slf4j>
60-
<version.jose4j>0.6.1</version.jose4j>
60+
<version.jose4j>0.6.3</version.jose4j>
6161
<version.antlr4>4.7</version.antlr4>
6262
<version.encoder>1.2.1</version.encoder>
6363
<version.logback>1.2.3</version.logback>
6464
<version.junit>4.12</version.junit>
65-
<version.undertow>1.4.20.Final</version.undertow>
66-
<version.swagger>1.0.32</version.swagger>
65+
<version.undertow>1.4.23.Final</version.undertow>
66+
<version.swagger-parser>1.0.34</version.swagger-parser>
6767
<version.hikaricp>2.7.1</version.hikaricp>
6868
<version.h2>1.4.196</version.h2>
6969
<version.hazelcast>3.9.2</version.hazelcast>
@@ -282,7 +282,7 @@
282282
<dependency>
283283
<groupId>io.swagger</groupId>
284284
<artifactId>swagger-parser</artifactId>
285-
<version>${version.swagger}</version>
285+
<version>${version.swagger-parser}</version>
286286
</dependency>
287287
<dependency>
288288
<groupId>com.fasterxml.jackson.core</groupId>

refresh-token/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.networknt</groupId>
55
<artifactId>light-oauth2</artifactId>
6-
<version>1.5.11</version>
6+
<version>1.5.12</version>
77
<relativePath>..</relativePath>
88
</parent>
99

service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.networknt</groupId>
66
<artifactId>light-oauth2</artifactId>
7-
<version>1.5.11</version>
7+
<version>1.5.12</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

token/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.networknt</groupId>
55
<artifactId>light-oauth2</artifactId>
6-
<version>1.5.11</version>
6+
<version>1.5.12</version>
77
<relativePath>..</relativePath>
88
</parent>
99

0 commit comments

Comments
 (0)