This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.0.0
in repository https://gitbox.apache.org/repos/asf/dubbo.git
omit 9cf2fcb831 Bump maven-failsafe-plugin from 3.0.0-M9 to 3.0.0
add 91b7f5a1c8 Bump byte-buddy from 1.14.1 to 1.14.2 (#11815)
add 7a4bcde906 Bump protobuf-java.version from 3.22.0 to 3.22.2 (#11810)
add c76607dadc Add spring configuration for QOS function. (#11823)
add 6cb053a8d6 Bump micrometer-core from 1.10.4 to 1.10.5 (#11820)
add d093579106 Bump micrometer-tracing-bom from 1.0.2 to 1.0.3 (#11819)
add 6b7a735a4d Triple read compressor from config (#11850)
add 3fafcc47b1 Prepare 3.2.0-beta.6 release
add 9824850387 Merge branch 'apache-3.2' into 3.2.0-beta.6-release
add daf0d7ce3e Merge branch 'apache-3.2' into 3.2.0-beta.6-release
add 33951abe51 Merge branch 'apache-3.2' into 3.2.0-beta.6-release
add 48f3169809 Merge branch '3.2.0-beta.6-release' into apache-3.2
add a6ef8910ca Fix 2.6.x LoadBalance SPI not work (#11730)
add b19f89bef7 Fix issue #11790 (#11824)
add 4f6528fb86 Call onClose() when deser error (#11838)
add ae28d17897 Prepare 3.1.8 release
add 436e203283 Merge branch 'apache-3.1' into 3.1.8-release
add 569c3f5a36 Merge branch 'apache-3.1' into 3.1.8-release
add e368fdeef6 Merge branch 'apache-3.1' into 3.1.8-release
add 1927e9206c Merge branch '3.1.8-release' into apache-3.1
add 7d9e955cf8 Bump to 3.1.9-SNAPSHOT
add f742e25ba2 Merge branch 'apache-3.1' into apache-3.2
add ae259ce21b Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 (#11847)
add cb0cdafc5a Bump reactor-core from 3.5.3 to 3.5.4 (#11845)
add d9313a53e0 Bump maven-failsafe-plugin from 3.0.0-M9 to 3.0.0
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 (9cf2fcb831)
\
N -- N -- N
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.0.0
(d9313a53e0)
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.
No new revisions were added by this update.
Summary of changes:
.../main/java/com/alibaba/dubbo/rpc/Invoker.java | 5 ++++
.../main/java/com/alibaba/dubbo/rpc/Result.java | 5 ++++
.../src/main/resources/META-INF/dubbo.xsd | 30 ++++++++++++++++++++++
dubbo-demo/dubbo-demo-spring-boot/pom.xml | 2 +-
dubbo-dependencies-bom/pom.xml | 12 ++++-----
.../dubbo-dependencies-zookeeper-curator5/pom.xml | 2 +-
.../dubbo-dependencies-zookeeper/pom.xml | 2 +-
.../dubbo/rpc/protocol/dubbo/DubboInvoker.java | 3 +++
dubbo-rpc/dubbo-rpc-triple/pom.xml | 2 +-
.../dubbo/rpc/protocol/tri/TripleInvoker.java | 15 +++++++++--
.../rpc/protocol/tri/call/TripleClientCall.java | 6 +++--
.../pom.xml | 2 +-
pom.xml | 4 +--
13 files changed, 73 insertions(+), 17 deletions(-)