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 06:45:08 UTC

[servicecomb-java-chassis] branch dependabot/maven/org.springframework-spring-framework-bom-5.3.23 updated (d716c51e8 -> e19f7f092)

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

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


    omit d716c51e8 Bump spring-framework-bom from 5.3.22 to 5.3.23
     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 e19f7f092 Bump spring-framework-bom from 5.3.22 to 5.3.23

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   (d716c51e8)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.springframework-spring-framework-bom-5.3.23 (e19f7f092)

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                       |  2 +-
 .../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, 199 insertions(+), 70 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