File tree Expand file tree Collapse file tree 6 files changed +15
-6
lines changed Expand file tree Collapse file tree 6 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
### Changed
11
11
12
+ ## 1.4.0 - 2017-08-22
13
+ ### Added
14
+
15
+ ### Changed
16
+ - fixes #16 Switch from Client to Http2Client in test cases
17
+ - fixes #15 rearrange petstore example from light-4j to light-rest-4j
18
+ - fixes #14 Upgrade to Undertow 1.4.18.Final and remove JsonPath
19
+ - Upgrade to light-4j 1.4.0
20
+
12
21
## 1.3.5 - 2017-08-01
13
22
### Added
14
23
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ googleAnalytics = ""
17
17
provider = " GitHub"
18
18
repo_url = " https://github.com/networknt/light-rest-4j"
19
19
20
- version = " 1.3.5 "
20
+ version = " 1.4.0 "
21
21
logo = " images/logo.png"
22
22
favicon = " "
23
23
Original file line number Diff line number Diff line change 19
19
<modelVersion >4.0.0</modelVersion >
20
20
<groupId >com.networknt</groupId >
21
21
<artifactId >light-rest-4j</artifactId >
22
- <version >1.3.5 </version >
22
+ <version >1.4.0 </version >
23
23
<packaging >pom</packaging >
24
24
<name >Parent POM</name >
25
25
<description >Light 4J Framework REST Components</description >
66
66
<properties >
67
67
<java .version>1.8</java .version>
68
68
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
69
- <version .light-4j>1.3.5 </version .light-4j>
69
+ <version .light-4j>1.4.0 </version .light-4j>
70
70
<version .jackson>2.8.7</version .jackson>
71
71
<version .slf4j>1.7.25</version .slf4j>
72
72
<version .jose4j>0.5.5</version .jose4j>
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >com.networknt</groupId >
23
23
<artifactId >light-rest-4j</artifactId >
24
- <version >1.3.5 </version >
24
+ <version >1.4.0 </version >
25
25
<relativePath >..</relativePath >
26
26
</parent >
27
27
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >com.networknt</groupId >
23
23
<artifactId >light-rest-4j</artifactId >
24
- <version >1.3.5 </version >
24
+ <version >1.4.0 </version >
25
25
<relativePath >..</relativePath >
26
26
</parent >
27
27
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >com.networknt</groupId >
23
23
<artifactId >light-rest-4j</artifactId >
24
- <version >1.3.5 </version >
24
+ <version >1.4.0 </version >
25
25
<relativePath >..</relativePath >
26
26
</parent >
27
27
You can’t perform that action at this time.
0 commit comments