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

github-bot pushed a change to branch 
dependabot/maven/dubbo-samples-kubernetes/dubbo-samples-apiserver-provider/org.springframework-spring-framework-bom-4.3.29.RELEASE
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git


    omit 6b90b333 Bump spring-framework-bom
     add 351075aa doc: update mesh doc && fix title serial number error (#495)
     add 03522035 Add integration test for unary call with StreamObserver (#486)
     add f17c34b3 Revert "Add integration test for unary call with 
StreamObserver (#486)" (#497)
     add 135797c8 update: recover readinessProbe (#498)
     add c24c19f9 Add sample and IT for triple reactive stream (#491)
     add efa0a0d5 Bump junit from 4.12 to 4.13.1 in 
/dubbo-samples-triple-reactor (#500)
     add 0f1a53af Fix configuration
     add 3d9a1a64 Fix triple reactor samples (#502)
     add a35e278e Fix Kubernetes samples pom (#504)
     add 78fe2a06 Bump spring-framework-bom

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   (6b90b333)
            \
             N -- N -- N   
refs/heads/dependabot/maven/dubbo-samples-kubernetes/dubbo-samples-apiserver-provider/org.springframework-spring-framework-bom-4.3.29.RELEASE
 (78fe2a06)

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:
 .github/workflows/dubbo-3.yml                      |  2 +-
 .github/workflows/nightly-dubbo-3.yml              |  2 +-
 .../dubbo-samples-apiserver-consumer/pom.xml       |  8 +-
 .../dubbo-samples-apiserver-provider/pom.xml       |  8 +-
 dubbo-samples-mesh-k8s/README.md                   | 31 ++++----
 .../deploy/consumer/Deployment.yml                 | 12 +--
 .../deploy/provider/Deployment-v2.yml              | 14 ++--
 .../deploy/provider/Deployment.yml                 | 14 ++--
 .../apache/dubbo/samples/ConsumerBootstrap.java    | 20 ++++-
 .../samples/action/GreetingServiceConsumer.java    | 19 +++++
 .../StdoutStreamObserver.java}                     | 39 ++++++----
 .../case-configuration.yml                         | 35 +++------
 .../case-versions.conf                             |  5 +-
 .../pom.xml                                        | 49 ++++++------
 .../samples/triple/reactor/ReactorConsumer.java    | 89 +++++++++++++++++++++
 .../samples/triple/reactor/ReactorServer.java      | 29 +++----
 .../triple/reactor/impl/GreeterServiceImpl.java    | 69 +++++++++++++++++
 .../triple/reactor/util}/EmbeddedZooKeeper.java    |  2 +-
 .../src/main/proto/greeter.proto                   | 26 +++++++
 .../src/main/resources/log4j.properties            |  0
 .../samples/triple/reactor/ReactorServerTest.java  | 90 ++++++++++++++++++++++
 pom.xml                                            |  1 +
 22 files changed, 434 insertions(+), 130 deletions(-)
 copy 
dubbo-samples-mesh-k8s/dubbo-samples-mesh-consumer/src/main/java/org/apache/dubbo/samples/{action/GreetingServiceConsumer.java
 => util/StdoutStreamObserver.java} (56%)
 copy {dubbo-samples-consul => 
dubbo-samples-triple-reactor}/case-configuration.yml (64%)
 copy {dubbo-samples-api => dubbo-samples-triple-reactor}/case-versions.conf 
(94%)
 copy {dubbo-samples-triple => dubbo-samples-triple-reactor}/pom.xml (83%)
 create mode 100644 
dubbo-samples-triple-reactor/src/main/java/org/apache/dubbo/samples/triple/reactor/ReactorConsumer.java
 copy 
dubbo-samples-triple/src/main/java/org/apache/dubbo/sample/tri/migration/ApiMigrationBothProvider.java
 => 
dubbo-samples-triple-reactor/src/main/java/org/apache/dubbo/samples/triple/reactor/ReactorServer.java
 (63%)
 create mode 100644 
dubbo-samples-triple-reactor/src/main/java/org/apache/dubbo/samples/triple/reactor/impl/GreeterServiceImpl.java
 copy {dubbo-samples-autowire/src/main/java/org/apache/dubbo/samples/autowire 
=> 
dubbo-samples-triple-reactor/src/main/java/org/apache/dubbo/samples/triple/reactor/util}/EmbeddedZooKeeper.java
 (99%)
 create mode 100644 dubbo-samples-triple-reactor/src/main/proto/greeter.proto
 copy {dubbo-samples-triple => 
dubbo-samples-triple-reactor}/src/main/resources/log4j.properties (100%)
 create mode 100644 
dubbo-samples-triple-reactor/src/test/java/org/apache/dubbo/samples/triple/reactor/ReactorServerTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to