Skip to content

Releases: hyperledger/fabric-chaincode-java

v1.4.6 Java Chaincode

04 Mar 11:20
Compare
Choose a tag to compare

v1.4.6 04 March 2020

Release Notes

This release includes changes to tolerate the use of Java 11.
It does not update default JVM used, but backports fixes from v2.0.

baseimage version: 0.4.15
Java version: openjdk version "1.8.0_181"

Known Vulnerabilities

none

Resolved Vulnerabilities

none

Known Issues & Workarounds

none
Change Log

https://github.com/hyperledger/fabric-chaincode-java/blob/release-1.4/CHANGELOG.md#v146

v2.0.0

24 Jan 13:07
Compare
Choose a tag to compare

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

v1.4.5

16 Jan 17:11
Compare
Choose a tag to compare

v1.4.5 16 January 2020

Release Notes

The work in this release has been primarily the move to github, Azure Pipelines
and artifactory

The main fix is to correct set the default values of the internal thread pools
(https://jira.hyperledger.org/browse/FAB-17100)

For more information on the Contract Programming Model please
see https://hyperledger-fabric.readthedocs.io/en/developapps/developing_applications.html

baseimage version: 0.4.15
Java version: openjdk version "1.8.0_181"

Known Vulnerabilities

none

Resolved Vulnerabilities

none

Known Issues & Workarounds

none
Change Log

https://github.com/hyperledger/fabric-chaincode-java/blob/release-1.4/CHANGELOG.md#v145

v2.0.0-beta

12 Dec 13:40
Compare
Choose a tag to compare
v2.0.0-beta Pre-release
Pre-release

v2.0.0-beta December 12, 2019

Release Notes

Java chaincode v2.0.0-alpha 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-beta

[FAB-17045] Release v1.4.4 Java Chaincode

13 Nov 15:30
Compare
Choose a tag to compare

v1.4.4 11 November 2019

Release Notes

The Contract Programming model was introduced with v1.4.3; this release has fixes
upong the original version that improvde stability and performance.

This version should be used in real scenarios.

For more information on the Contract Programming Model please
see https://hyperledger-fabric.readthedocs.io/en/developapps/developing_applications.html

baseimage version: 0.4.15
Java version: openjdk version "1.8.0_181"

Known Vulnerabilities

none

Resolved Vulnerabilities

none

Known Issues & Workarounds

none
Change Log

https://github.com/hyperledger/fabric-chaincode-java/blob/release-1.4/CHANGELOG.md#v144