-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release version 2.0.0 Signed-off-by: Matthew B White <[email protected]>
- Loading branch information
Showing
7 changed files
with
68 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
v2.0.0 20 January 2020 | ||
-------------------------- | ||
|
||
Release Notes | ||
------------- | ||
Java chaincode v2.0.0 includes multiple improvements: | ||
|
||
Javaenv docker images is now based on Alpine to reduce the size. | ||
Integration tests have been improved. | ||
Java chaincode extra validation during start. | ||
Added support for maven projects. | ||
|
||
adoptopenjdk/openjdk11:jdk-11.0.4_11-alpine is now used instead of baseimage for the basis of javaenv Docker image. | ||
|
||
Known Vulnerabilities | ||
--------------------- | ||
none | ||
|
||
Resolved Vulnerabilities | ||
------------------------ | ||
none | ||
|
||
Known Issues & Workarounds | ||
-------------------------- | ||
none | ||
|
||
Change Log | ||
---------- | ||
https://github.com/hyperledger/fabric-chaincode-java/blob/master/CHANGELOG.md#v200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters