You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by gi...@apache.org on 2022/09/28 08:59:14 UTC

[servicecomb-java-chassis] branch dependabot/maven/org.springframework.boot-spring-boot-dependencies-2.7.4 updated (0e00fdb22 -> 0308d7a7a)

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

github-bot pushed a change to branch dependabot/maven/org.springframework.boot-spring-boot-dependencies-2.7.4
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


 discard 0e00fdb22 Bump spring-boot-dependencies from 2.6.7 to 2.7.4
     add eb2961c6b [SCB-2424]RpcReference support setter injection (#3358)
     add 6d20460e7 [SCB-2691] Add dependeny bot ignore hibernate (#3362)
     add 25196ea2f Bump checkstyle from 10.3.3 to 10.3.4 (#3364)
     add 05aa97f0e [SCB-2341]map external http headers and query params to invocation context (#3366)
     add e498f1185 Bump hibernate-validator.version from 6.2.4.Final to 6.2.5.Final (#3365)
     add 820efca34 Bump swagger-core from 1.6.6 to 1.6.7 (#3368)
     add 02c383775 Bump spring-framework-bom from 5.3.22 to 5.3.23 (#3345)
     add 0308d7a7a Bump spring-boot-dependencies from 2.6.7 to 2.7.4

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   (0e00fdb22)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.springframework.boot-spring-boot-dependencies-2.7.4 (0308d7a7a)

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/dependabot.yml                             |  3 ++
 .../common/rest/AbstractRestInvocation.java        | 42 +++++++++++++++++++++-
 .../apache/servicecomb/common/rest/RestConst.java  |  4 +++
 ...onListener.java => SCBApplicationListener.java} |  2 +-
 .../main/resources/META-INF/spring/cse.bean.xml    |  2 +-
 ...stener.java => TestSCBApplicationListener.java} |  4 +--
 ...o.java => TestRpcReferenceMethodInjection.java} | 28 ++++++++-------
 .../src/main/resources/microservice.yaml           |  4 ++-
 .../zeroconfig/client/ClientServerEndpoint.java    | 23 +++++++++---
 .../src/main/resources/application.yml             |  7 +++-
 .../src/main/resources/application.yml             |  5 +++
 .../demo/zeroconfig/tests/ServerTest.java          | 19 ++++++++++
 .../ClientServerEndpoint.yaml                      | 25 +++++++++++++
 dependencies/default/pom.xml                       |  6 ++--
 .../servicecomb/edge/core/EdgeInvocation.java      |  2 ++
 .../org/apache/servicecomb/config/YAMLUtil.java    | 14 ++++----
 governance/README.md                               | 24 -------------
 pom.xml                                            |  2 +-
 .../servicecomb/provider/pojo/RpcReference.java    |  3 +-
 .../pojo/reference/RpcReferenceProcessor.java      | 35 ++++++++++++++----
 .../serviceregistry/auth/TokenCacheManager.java    | 13 +++++--
 .../starter/ServiceCombSpringConfiguration.java    |  6 ++--
 22 files changed, 201 insertions(+), 72 deletions(-)
 rename core/src/main/java/org/apache/servicecomb/core/{CseApplicationListener.java => SCBApplicationListener.java} (99%)
 rename core/src/test/java/org/apache/servicecomb/core/{TestCseApplicationListener.java => TestSCBApplicationListener.java} (94%)
 copy demo/demo-pojo/pojo-client/src/main/java/org/apache/servicecomb/demo/pojo/client/{TestSchemeInterfacePojo.java => TestRpcReferenceMethodInjection.java} (72%)
 delete mode 100644 governance/README.md