This repository was archived by the owner on Apr 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +28
-4
lines changed
src/test/fixture/sdkintegration Expand file tree Collapse file tree 3 files changed +28
-4
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,31 @@ SDK's `Enrollment` interface.
2222 on this 1.0 version ` preview ` may need updating
2323 with subsequent updates of the SDK.
2424
25- ## Known limitations
25+ ## Known limitations and restrictions
2626
2727* TCerts are not supported: JIRA FAB-1401
28+ * HSM not supported. JIRA FAB-3137
29+ * Single Crypto strength 256 JIRA FAB-2564
30+ * Network configuration updates not supported JIRA FAB-3103
31+
32+
33+
34+
35+ <p />
36+ <p />
37+
38+ ` ************************************************* `
39+ ## * v1.0.0-Alpha2*
40+
41+ There is a git tagged v1.0.0-Alpha2 [ dec17727ddb6b269f8fb30930e10d89bc185225f] release of the SDK where there is no
42+ need to build the Fabric and Fabric-ca described below.
43+ The provided docker-compose.yaml for the integration tests should pull alpha2 images
44+ from Docker hub.
45+
46+ <p />
47+ <p />
48+
49+ ` ************************************************* `
2850
2951
3052## Valid builds of Fabric and Fabric-ca
Original file line number Diff line number Diff line change 44 <groupId >org.hyperledger.fabric-sdk-java</groupId >
55 <artifactId >fabric-sdk-java</artifactId >
66 <packaging >jar</packaging >
7- <version >1.0.0-alpha2 </version >
7+ <version >1.0.0-SNAPSHOT </version >
88 <name >fabric-java-sdk</name >
99 <description >Java SDK for Hyperledger fabric project</description >
1010 <url >https://www.hyperledger.org/community/projects</url >
Original file line number Diff line number Diff line change @@ -6,5 +6,7 @@ ORG_HYPERLEDGER_FABRIC_SDKTEST_INTEGRATIONTESTS_TLS=false
66ORG_HYPERLEDGER_FABRIC_SDKTEST_INTEGRATIONTESTS_CA_TLS =
77#
88# Image tags:
9- IMAGE_TAG_FABRIC = :x86_64-1.0.0-alpha2
10- IMAGE_TAG_FABRIC_CA = :x86_64-1.0.0-alpha2
9+ # IMAGE_TAG_FABRIC=:x86_64-1.0.0-alpha2
10+ # IMAGE_TAG_FABRIC_CA=:x86_64-1.0.0-alpha2
11+ IMAGE_TAG_FABRIC =
12+ IMAGE_TAG_FABRIC_CA =
You can’t perform that action at this time.
0 commit comments