This is an automated email from the ASF dual-hosted git repository.
huxing pushed a change to branch dubbo-4200
in repository https://gitbox.apache.org/repos/asf/dubbo.git.
discard 02171c3 [Dubbo-4200] Nacos group should be not resolved from key.
omit 4b97a0b fix for #4175: ServiceConfigurationListener should override
ProviderConfigurationListener (#4179)
omit 21cfe11 Create security.md (#4165)
omit 61ab320 Delete dead code (#4189)
omit 28bea9c [DUBBO-3137]: get rid of ConfigConstants, RpcConstatns,
RemotingConstants (#4138)
add ae1e3bd sync pull request 4138 (#4181)
add 321afae Remove licence from dependency (#4186)
add bfc6202 performance tuning: avoid reflection on the critical path
(#4190)
add d2ba946 2.7.2 release note (#4187)
new 23eb7fb [Dubbo-4200] Nacos group should be not resolved from key.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (02171c3)
\
N -- N -- N refs/heads/dubbo-4200 (23eb7fb)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
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:
CHANGES.md | 89 ++++++++++++++++++++++
SECURITY.md | 31 --------
.../apache/dubbo/common/config/Configuration.java | 4 +
.../com/alibaba/dubbo/rpc/support/RpcUtils.java | 5 --
dubbo-dependencies-bom/pom.xml | 6 ++
.../registry/integration/RegistryProtocol.java | 2 +-
.../main/java/org/apache/dubbo/rpc/Constants.java | 4 -
.../java/org/apache/dubbo/rpc/RpcInvocation.java | 2 +-
.../dubbo/rpc/proxy/AbstractProxyInvoker.java | 6 +-
.../org/apache/dubbo/rpc/support/RpcUtils.java | 18 ++---
.../dubbo/rpc/protocol/dubbo/DubboCodec.java | 5 +-
11 files changed, 110 insertions(+), 62 deletions(-)
delete mode 100644 SECURITY.md