This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/dubbo-samples-mesh-k8s/dubbo-samples-mesh-consumer/org.springframework-spring-framework-bom-4.3.29.RELEASE
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git
discard edc6635f Bump spring-framework-bom
add 1d1b9c09 add injvm invoke server async test case (#448)
add 69af42d3 support metadata service for triple protocol (#445)
add 86fa8dc1 Dubbo samples mesh k8s (#470)
add 75724f52 add spring boot sample (#478)
add ccb550b0 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 (edc6635f)
\
N -- N -- N
refs/heads/dependabot/maven/dubbo-samples-mesh-k8s/dubbo-samples-mesh-consumer/org.springframework-spring-framework-bom-4.3.29.RELEASE
(ccb550b0)
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:
.../dubbo/samples/local/api/DemoService.java | 2 +
.../dubbo/samples/local/impl/DemoServiceImpl.java | 16 ++++++
.../apache/dubbo/samples/local/DemoServiceIT.java | 4 ++
dubbo-samples-mesh-k8s/README.md | 15 +++---
.../dubbo-samples-mesh-consumer/pom.xml | 7 ++-
.../src/main/resources/k8s/Deployment.yml | 26 ++++++----
.../dubbo-samples-mesh-provider/pom.xml | 5 +-
.../src/main/resources/k8s/Deployment.yml | 29 +++++++----
dubbo-samples-spring-boot/README.md | 10 ++++
.../dubbo-samples-spring-boot-consumer}/pom.xml | 49 +++++++++++-------
.../demo/consumer/ConsumerApplication.java | 25 +++++++--
.../src/main/resources/application.yml | 20 +++++---
.../src/main/resources/log4j.properties | 2 +-
.../dubbo-samples-spring-boot-interface}/pom.xml | 12 ++---
.../apache/dubbo/springboot/demo}/DemoService.java | 7 ++-
.../dubbo-samples-spring-boot-provider}/pom.xml | 44 +++++++++++-----
.../springboot}/demo/provider/DemoServiceImpl.java | 14 ++---
.../demo/provider}/EmbeddedZooKeeper.java | 2 +-
.../demo/provider/ProviderApplication.java | 18 ++++---
.../src/main/resources/application.yml | 20 +++++---
.../src/main/resources/log4j.properties | 2 +-
.../pom.xml | 59 ++++++++++++----------
dubbo-samples-triple/pom.xml | 2 +-
.../MetadataGreeterImpl.java} | 27 ++++++++--
.../TriMetadataClient.java} | 30 ++++++-----
.../TriMetadataServer.java} | 22 +++++---
.../tri/direct/TriDirectMetadataClientTest.java} | 48 ++++++------------
pom.xml | 1 +
28 files changed, 325 insertions(+), 193 deletions(-)
create mode 100644 dubbo-samples-spring-boot/README.md
copy
{dubbo-samples-cloud-native/servicediscovery-transfer/servicediscovery-transfer-provider-instance
=> dubbo-samples-spring-boot/dubbo-samples-spring-boot-consumer}/pom.xml (63%)
copy
dubbo-samples-protostuff/dubbo-samples-protostuff-consumer/src/main/java/org/dubbo/samples/protostuff/consumer/ConsumerApp.java
=>
dubbo-samples-spring-boot/dubbo-samples-spring-boot-consumer/src/main/java/org/apache/dubbo/springboot/demo/consumer/ConsumerApplication.java
(53%)
copy dubbo-samples-api/case-configuration.yml =>
dubbo-samples-spring-boot/dubbo-samples-spring-boot-consumer/src/main/resources/application.yml
(72%)
copy
{dubbo-samples-cloud-native/dubbo-demo-servicediscovery-xml/servicediscovery-provider
=>
dubbo-samples-spring-boot/dubbo-samples-spring-boot-consumer}/src/main/resources/log4j.properties
(90%)
copy
{dubbo-samples-cloud-native/dubbo-servicediscovery-migration/dubbo-servicediscovery-migration-api
=> dubbo-samples-spring-boot/dubbo-samples-spring-boot-interface}/pom.xml (83%)
copy {dubbo-samples-consul/src/main/java/org/apache/dubbo/samples/consul/api
=>
dubbo-samples-spring-boot/dubbo-samples-spring-boot-interface/src/main/java/org/apache/dubbo/springboot/demo}/DemoService.java
(79%)
copy
{dubbo-samples-cloud-native/dubbo-servicediscovery-migration/dubbo-servicediscovery-migration-consumer
=> dubbo-samples-spring-boot/dubbo-samples-spring-boot-provider}/pom.xml (64%)
copy
{dubbo-samples-cloud-native/dubbo-call-scdubbo/dubbo-scdubbo-provider2/src/main/java/org/apache/dubbo
=>
dubbo-samples-spring-boot/dubbo-samples-spring-boot-provider/src/main/java/org/apache/dubbo/springboot}/demo/provider/DemoServiceImpl.java
(74%)
copy {dubbo-samples-autowire/src/main/java/org/apache/dubbo/samples/autowire
=>
dubbo-samples-spring-boot/dubbo-samples-spring-boot-provider/src/main/java/org/apache/dubbo/springboot/demo/provider}/EmbeddedZooKeeper.java
(99%)
copy
dubbo-samples-cloud-native/sc-call-dubbo/sc-dubbo-consumer/src/main/java/org/apache/dubbo/samples/microservices/sc/Application.java
=>
dubbo-samples-spring-boot/dubbo-samples-spring-boot-provider/src/main/java/org/apache/dubbo/springboot/demo/provider/ProviderApplication.java
(78%)
copy dubbo-samples-api/case-configuration.yml =>
dubbo-samples-spring-boot/dubbo-samples-spring-boot-provider/src/main/resources/application.yml
(72%)
copy
{dubbo-samples-cloud-native/dubbo-demo-servicediscovery-xml/servicediscovery-provider
=>
dubbo-samples-spring-boot/dubbo-samples-spring-boot-provider}/src/main/resources/log4j.properties
(90%)
copy {dubbo-samples-configcenter/dubbo-samples-configcenter-api =>
dubbo-samples-spring-boot}/pom.xml (69%)
copy
dubbo-samples-triple/src/main/java/org/apache/dubbo/sample/tri/{manual/ManualGreeterImpl.java
=> metadata/MetadataGreeterImpl.java} (72%)
copy
dubbo-samples-triple/src/main/java/org/apache/dubbo/sample/tri/{stub/TriStubClient.java
=> metadata/TriMetadataClient.java} (77%)
copy
dubbo-samples-triple/src/main/java/org/apache/dubbo/sample/tri/{stub/TriStubServer.java
=> metadata/TriMetadataServer.java} (78%)
copy
dubbo-samples-triple/src/{main/java/org/apache/dubbo/sample/tri/stub/TriStubClient.java
=>
test/java/org/apache/dubbo/sample/tri/direct/TriDirectMetadataClientTest.java}
(56%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]