You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,10 @@ docs to learn how to make contributions to this exciting project.
9
9
10
10
## Code of Conduct Guidelines <aname="conduct"></a>
11
11
12
-
See our [Code of Conduct Guidelines](../blob/master/CODE_OF_CONDUCT.md).
12
+
See our [Code of Conduct Guidelines](../blob/main/CODE_OF_CONDUCT.md).
13
13
14
14
## Maintainers <aname="maintainers"></a>
15
15
16
-
Should you have any questions or concerns, please reach out to one of the project's [Maintainers](../blob/master/MAINTAINERS.md).
16
+
Should you have any questions or concerns, please reach out to one of the project's [Maintainers](../blob/main/MAINTAINERS.md).
17
17
18
18
<arel="license"href="http://creativecommons.org/licenses/by/4.0/"><imgalt="Creative Commons License"style="border-width:0"src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <arel="license"href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
-
# Hyperledger Fabric Gateway SDK for Java
1
+
# Hyperledger Fabric Gateway SDK for Java <ahref="https://github.com/hyperledger/fabric-gateway-java/actions/workflows/schedule.yml"><imgsrc="https://github.com/hyperledger/fabric-gateway-java/actions/workflows/schedule.yml/badge.svg"alt="Build status"style="float: right"></a>
2
+
3
+
> **Note:** When developing applications for Hyperledger Fabric v2.4 and later, you should use the [Fabric Gateway client API](https://hyperledger.github.io/fabric-gateway/).
2
4
3
5
The Fabric Gateway SDK allows applications to interact with a Fabric blockchain network. It provides a simple API to submit transactions to a ledger or query the contents of a ledger with minimal code.
4
6
@@ -62,7 +64,7 @@ class Sample {
62
64
### API documentation
63
65
64
66
Full Javadoc documentation is published for each of the following versions:
The following table shows versions of Fabric, Java and other dependencies that are explicitly tested and that are supported for use with version 2.2 of the Fabric Gateway SDK. Refer to the appropriate GitHub branch for compatibility of other release versions.
91
93
92
-
|| Tested | Supported |
93
-
| --- | ------|--------- |
94
+
|| Tested | Supported |
95
+
| --- | --- | --- |
94
96
|**Fabric**| 2.2 | 2.2 |
95
-
|**Java**| 8, 11 | 8+ |
96
-
|**Platform**| Ubuntu 20.04 ||
97
+
|**Java**| 8, 11, 17| 8+ |
98
+
|**Platform**| Ubuntu 22.04 ||
97
99
98
100
#### Client applications running on POWER architecture
99
101
To run Java SDK clients on IBM POWER systems (e.g. zLinux), use Java 11 and set the SSL provider to ‘JDK’ by either supplying the -D command line option:
0 commit comments