Skip to content

Commit

Permalink
mark dubbo2 rpc protocol implementation deprecated (#339)
Browse files Browse the repository at this point in the history
Co-authored-by: wongoo <wongoo@apache.org>
  • Loading branch information
tiltwind and wongoo committed Dec 6, 2022
1 parent e579dda commit a6671d5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hessian.go
Expand Up @@ -15,6 +15,10 @@
* limitations under the License.
*/

// This file contains the implementation of
// [dubbo2 rpc protocol](https://dubbo.apache.org/zh/docs/concepts/rpc-protocol/#dubbo2), which is deprecated.
// Use the [implementation](https://github.com/apache/dubbo-go/tree/master/protocol/dubbo/hessian2) in dubbo-go project instead.

package hessian

import (
Expand Down
4 changes: 4 additions & 0 deletions request.go
Expand Up @@ -15,6 +15,10 @@
* limitations under the License.
*/

// This file contains the implementation of
// [dubbo2 rpc protocol](https://dubbo.apache.org/zh/docs/concepts/rpc-protocol/#dubbo2), which is deprecated.
// Use the [implementation](https://github.com/apache/dubbo-go/tree/master/protocol/dubbo/hessian2) in dubbo-go project instead.

package hessian

import (
Expand Down
4 changes: 4 additions & 0 deletions response.go
Expand Up @@ -15,6 +15,10 @@
* limitations under the License.
*/

// This file contains the implementation of
// [dubbo2 rpc protocol](https://dubbo.apache.org/zh/docs/concepts/rpc-protocol/#dubbo2), which is deprecated.
// Use the [implementation](https://github.com/apache/dubbo-go/tree/master/protocol/dubbo/hessian2) in dubbo-go project instead.

package hessian

import (
Expand Down

0 comments on commit a6671d5

Please sign in to comment.