You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2022/07/21 08:47:02 UTC

[dubbo] branch 3.1 updated (e780d43fbe -> 28e760e331)

This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a change to branch 3.1
in repository https://gitbox.apache.org/repos/asf/dubbo.git


    from e780d43fbe Replacing logger implementation of classes in registry module. (#10337)
     add 71c6e604f0 Bump kubernetes-client from 5.3.0 to 5.3.2 in /dubbo-dependencies-bom (#10324)
     add 3ec4f889f5 refactor: inspect code of exchange classes. (#10332)
     add e6aba4202b refector: inspect code of AbstractCodec (#10333)
     add 4aacd09ee7 fix_metadatainfo_out_of_memory (#10311)
     new 28e760e331 Merge branch 'apache-3.0' into apache-3.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 dubbo-dependencies-bom/pom.xml                     |  2 +-
 .../org/apache/dubbo/metadata/MetadataInfo.java    |  2 ++
 .../apache/dubbo/metadata/MetadataInfoTest.java    | 24 +++++++++++++++++++
 .../apache/dubbo/remoting/exchange/Request.java    | 14 +++++------
 .../remoting/exchange/support/DefaultFuture.java   | 25 +++++++++++++-------
 .../exchange/support/header/CloseTimerTask.java    |  3 +--
 .../support/header/HeaderExchangeServer.java       | 27 ++++++----------------
 .../dubbo/remoting/transport/AbstractCodec.java    | 10 +++-----
 8 files changed, 61 insertions(+), 46 deletions(-)


[dubbo] 01/01: Merge branch 'apache-3.0' into apache-3.1

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch 3.1
in repository https://gitbox.apache.org/repos/asf/dubbo.git

commit 28e760e33178b02282dd462dde341fe471e4896c
Merge: e780d43fbe 4aacd09ee7
Author: Albumen Kevin <jh...@gmail.com>
AuthorDate: Thu Jul 21 16:46:34 2022 +0800

    Merge branch 'apache-3.0' into apache-3.1

 dubbo-dependencies-bom/pom.xml                     |  2 +-
 .../org/apache/dubbo/metadata/MetadataInfo.java    |  2 ++
 .../apache/dubbo/metadata/MetadataInfoTest.java    | 24 +++++++++++++++++++
 .../apache/dubbo/remoting/exchange/Request.java    | 14 +++++------
 .../remoting/exchange/support/DefaultFuture.java   | 25 +++++++++++++-------
 .../exchange/support/header/CloseTimerTask.java    |  3 +--
 .../support/header/HeaderExchangeServer.java       | 27 ++++++----------------
 .../dubbo/remoting/transport/AbstractCodec.java    | 10 +++-----
 8 files changed, 61 insertions(+), 46 deletions(-)