v2.2.1 Java Chaincode - LTS
This is a bug fix release with the following..
- cef231c FABCJ-293 Remove gradle from image
- d2643ef Minor Performance Improvements
- 703558c FABCJ-291 Startkey needs additional checks For the open ended query, the start and empty keys are empty from the chaincode. However, in the shim, if the start key is an empty key, it is replaced with 0x01 which is nothing but a namespace for the non-composite key.