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: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
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
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/).
3
+
> **Note:**This API is deprecated as of Fabric v2.5. When developing applications for Hyperledger Fabric v2.4 and later, you should use the [Fabric Gateway client API](https://hyperledger.github.io/fabric-gateway/).
4
4
5
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.
Copy file name to clipboardExpand all lines: pom.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
<packaging>jar</packaging>
12
12
13
13
<name>fabric-gateway-java</name>
14
-
<description>Simple API for interacting with Hyperledger Fabric blockchain networks</description>
14
+
<description>Simple API for interacting with Hyperledger Fabric blockchain networks. Deprecated as of Fabric v2.5, replaced by org.hyperledger.fabric:fabric-gateway.</description>
Copy file name to clipboardExpand all lines: src/main/javadoc/overview.html
+2-1
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,9 @@
4
4
<title>API Overview</title>
5
5
</head>
6
6
<body>
7
+
<p><strong>Note:</strong> this API is deprecated as of Fabric v2.5, replaced by the <ahref="https://hyperledger.github.io/fabric-gateway/">Fabric Gateway client API</a>.</p>
7
8
<p>
8
-
The Fabric Gateway SDK allows applications to interact with a Fabric blockchain network.
9
+
The Fabric Gateway SDK allows applications to interact with a Fabric blockchain network.
9
10
It provides a simple API to submit transactions to a ledger or query the contents of a ledger with minimal code.
10
11
The Gateway SDK implements the Fabric programming model as described in the
0 commit comments