You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by gi...@apache.org on 2022/12/16 05:45:32 UTC

[dubbo-samples] branch dependabot/maven/99-integration/dubbo-samples-test-11096/org.springframework-spring-framework-bom-4.3.29.RELEASE updated (e548567d -> 4efc72a2)

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

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


 discard e548567d Bump spring-framework-bom in /99-integration/dubbo-samples-test-11096
     add c3cfcd71 Add test cases to verify apache/dubbo#11137 (#627)
     add 05e71b13 Bump junit in /99-integration/dubbo-samples-test-11137 (#629)
     add 2bd87efd Bump junit in /99-integration/dubbo-samples-test-11096 (#626)
     add cc517979 Bump junit in /99-integration/dubbo-samples-test-9806 (#624)
     add e1fc84a8 Add test cases to verify 11159 (#630)
     add 319f05d4 Bump junit in /99-integration/dubbo-samples-isolation-executor (#612)
     add 4efc72a2 Bump spring-framework-bom in /99-integration/dubbo-samples-test-11096

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   (e548567d)
            \
             N -- N -- N   refs/heads/dependabot/maven/99-integration/dubbo-samples-test-11096/org.springframework-spring-framework-bom-4.3.29.RELEASE (4efc72a2)

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-isolation-executor/pom.xml       |   2 +-
 99-integration/dubbo-samples-test-11096/pom.xml    |   2 +-
 .../case-configuration.yml                         |  16 +-
 .../case-versions.conf                             |   0
 .../pom.xml                                        |  64 ++++----
 .../java/org/apache/dubbo/samples/FakeMain.java    |   0
 .../org/apache/dubbo/samples/test/DemoService.java |   0
 .../apache/dubbo/samples/test/DemoService2.java}   |   2 +-
 .../dubbo/samples/test/DemoService2Impl.java}      |  10 +-
 .../apache/dubbo/samples/test/DemoServiceImpl.java |   8 +
 .../org/apache/dubbo/samples/test/NacosIT.java     | 171 +++++++++++++++++++++
 .../org/apache/dubbo/samples/test/ZookeeperIT.java | 171 +++++++++++++++++++++
 .../src/test}/resources/log4j.properties           |   0
 .../case-configuration.yml                         |   2 +
 .../case-versions.conf                             |   0
 .../pom.xml                                        |  62 ++++----
 .../java/org/apache/dubbo/samples/FakeMain.java    |   0
 .../org/apache/dubbo/samples/test/DemoService.java |   0
 .../apache/dubbo/samples/test/DemoServiceImpl.java |   8 +
 .../org/apache/dubbo/samples/test/ZookeeperIT.java |  46 ++++++
 .../src/test}/resources/log4j.properties           |   0
 99-integration/dubbo-samples-test-9806/pom.xml     |   2 +-
 99-integration/pom.xml                             |   2 +
 23 files changed, 487 insertions(+), 81 deletions(-)
 copy 99-integration/{dubbo-samples-empty-protection-nacos => dubbo-samples-test-11137}/case-configuration.yml (81%)
 copy 99-integration/{dubbo-samples-nacos-merge => dubbo-samples-test-11137}/case-versions.conf (100%)
 copy 99-integration/{dubbo-samples-empty-protection-nacos => dubbo-samples-test-11137}/pom.xml (78%)
 copy 99-integration/{dubbo-samples-test-11096 => dubbo-samples-test-11137}/src/main/java/org/apache/dubbo/samples/FakeMain.java (100%)
 copy 99-integration/{dubbo-samples-test-11096 => dubbo-samples-test-11137}/src/test/java/org/apache/dubbo/samples/test/DemoService.java (100%)
 copy 99-integration/{dubbo-samples-test-11096/src/test/java/org/apache/dubbo/samples/test/DemoService.java => dubbo-samples-test-11137/src/test/java/org/apache/dubbo/samples/test/DemoService2.java} (96%)
 copy 99-integration/{dubbo-samples-test-11096/src/test/java/org/apache/dubbo/samples/test/DemoServiceImpl.java => dubbo-samples-test-11137/src/test/java/org/apache/dubbo/samples/test/DemoService2Impl.java} (76%)
 copy 99-integration/{dubbo-samples-test-11096 => dubbo-samples-test-11137}/src/test/java/org/apache/dubbo/samples/test/DemoServiceImpl.java (80%)
 create mode 100644 99-integration/dubbo-samples-test-11137/src/test/java/org/apache/dubbo/samples/test/NacosIT.java
 create mode 100644 99-integration/dubbo-samples-test-11137/src/test/java/org/apache/dubbo/samples/test/ZookeeperIT.java
 copy {1-basic/dubbo-samples-basic/src/main => 99-integration/dubbo-samples-test-11137/src/test}/resources/log4j.properties (100%)
 copy 99-integration/{dubbo-samples-test-11096 => dubbo-samples-test-11159}/case-configuration.yml (96%)
 copy 99-integration/{dubbo-samples-nacos-merge => dubbo-samples-test-11159}/case-versions.conf (100%)
 copy 99-integration/{dubbo-samples-empty-protection-nacos => dubbo-samples-test-11159}/pom.xml (78%)
 copy 99-integration/{dubbo-samples-test-11096 => dubbo-samples-test-11159}/src/main/java/org/apache/dubbo/samples/FakeMain.java (100%)
 copy 99-integration/{dubbo-samples-test-11096 => dubbo-samples-test-11159}/src/test/java/org/apache/dubbo/samples/test/DemoService.java (100%)
 copy 99-integration/{dubbo-samples-test-11096 => dubbo-samples-test-11159}/src/test/java/org/apache/dubbo/samples/test/DemoServiceImpl.java (80%)
 create mode 100644 99-integration/dubbo-samples-test-11159/src/test/java/org/apache/dubbo/samples/test/ZookeeperIT.java
 copy {1-basic/dubbo-samples-basic/src/main => 99-integration/dubbo-samples-test-11159/src/test}/resources/log4j.properties (100%)


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org