-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-3850] disable java chaincode as its WIP
Java CC has made good progress with https://jira.hyperledger.org/browse/FAB-3218. However its not quite ready yet. Its better to disable it for alpha2 and enable it when its more usable. The disable will add endorser and CLI checks to error out if accessing java chaincode. We may just prevent install/instantiate/upgrade of Java CC to make it less invasive (ie, not checking invoke as we cannot invoke what's not instantiated). Change-Id: I6109833cc9276c5d7f0679b9987e43677125778a Signed-off-by: Srinivasan Muralidharan <muralisr@us.ibm.com>
- Loading branch information
Srinivasan Muralidharan
committed
May 11, 2017
1 parent
f3bb8b7
commit 29e0c40
Showing
3 changed files
with
71 additions
and
0 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