Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 6b470ed

Browse files
committed
FAB-3905 1.0.0-alpha2 release
Change-Id: I6d0f02a30273284b2189edebb0cfb1edabdc78c7 Signed-off-by: rickr <cr22rc@gmail.com>
1 parent dec1772 commit 6b470ed

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff 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 &nbsp; />
36+
<p &nbsp; />
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 &nbsp; />
47+
<p &nbsp; />
48+
49+
`*************************************************`
2850

2951

3052
## Valid builds of Fabric and Fabric-ca

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

src/test/fixture/sdkintegration/.env

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ ORG_HYPERLEDGER_FABRIC_SDKTEST_INTEGRATIONTESTS_TLS=false
66
ORG_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=

0 commit comments

Comments
 (0)