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/22 11:39:38 UTC

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

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


 discard 88fe7632d Bump spring-framework-bom from 5.3.22 to 5.3.23
     add ebe59e07d Bump maven-jar-plugin from 3.2.2 to 3.3.0 (#3344)
     add ad457d16b [SCB-2684]fix idle time out and keep alive timeout not properly set problem (#3346)
     add 618f4b7f9 Bump log4j2.version from 2.18.0 to 2.19.0 (#3347)
     add 6030685f4 [SCB-2686]fix date time from edge not parsed by highway problem (#3348)
     add 5804e9b98 [SCB-2686]fix date time from edge not parsed by highway problem (#3349)
     add c098d8d23 Bump junit-bom from 5.9.0 to 5.9.1 (#3352)
     add 0d51f5a53 [SCB-2690]support configure url prefix for vert.x rest dispatcher (#3355)
     add 6419c5b8f Bump spectator-reg-servo from 1.3.7 to 1.3.8 (#3356)
     add f8366f381 Bump dependency-check-maven from 7.2.0 to 7.2.1 (#3353)
     add d716c51e8 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   (88fe7632d)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.springframework-spring-framework-bom-5.3.23 (d716c51e8)

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:
 .../servicecomb/core/governance/MatchType.java     | 14 +++--
 demo/demo-cse-v2/README.md                         |  6 +--
 .../gateway/src/main/resources/application.yml     | 12 +----
 .../test-client/src/main/resources/application.yml |  4 +-
 .../src/main/resources/application.yml             |  2 +-
 .../src/main/resources/microservice.yaml           |  7 +--
 .../springmvc/client/TestMaxHttpUrlLength.java     |  4 +-
 .../client/TestThirdPartyRegistration.java         |  9 +++-
 .../src/main/resources/microservice.yaml           |  2 +-
 .../servicecomb/demo/springmvc/third/Register.java |  9 +++-
 .../src/main/resources/microservice.yaml           |  4 ++
 .../client/{IRpcEndpoint.java => ClientModel.java} | 15 ++++--
 .../zeroconfig/client/ClientServerEndpoint.java    |  5 ++
 .../src/main/resources/application.yml             |  2 +
 .../demo/zeroconfig/tests/ClientModel.java         | 15 +++---
 .../demo/zeroconfig/tests/ServerTest.java          | 25 +++++++++
 .../ClientServerEndpoint.yaml                      | 63 +++++++++++++++++++++-
 dependencies/default/pom.xml                       |  6 +--
 .../serializer/scalar/Int64WriteSchemas.java       | 34 +++++++-----
 .../protobuf/TestISODateTimeParsing.java           | 29 +++++-----
 .../foundation/vertx/tcp/TcpConnection.java        |  6 ++-
 .../governance/marker/TrafficMarker.java           | 12 -----
 .../qps/ProviderQpsFlowControlHandler.java         | 11 ++--
 .../servicecomb/qps/QpsControllerManager.java      | 33 +++++-------
 pom.xml                                            |  4 +-
 .../client/http/RegistryHttpClientOptionsSPI.java  |  6 ++-
 .../client/HttpTransportHttpClientOptionsSPI.java  |  2 +-
 .../rest/client/TransportClientConfig.java         | 15 ++++++
 .../transport/rest/vertx/VertxRestDispatcher.java  |  2 +-
 .../transport/rest/vertx/VertxRestTransport.java   | 24 ++++++++-
 30 files changed, 266 insertions(+), 116 deletions(-)
 copy demo/demo-spring-boot-transport/{demo-spring-boot-springmvc-server => demo-spring-boot-springmvc-client}/src/main/resources/microservice.yaml (91%)
 copy demo/demo-zeroconfig-schemadiscovery-registry/demo-zeroconfig-schemadiscovery-registry-client/src/main/java/org/apache/servicecomb/demo/zeroconfig/client/{IRpcEndpoint.java => ClientModel.java} (79%)
 copy clients/service-center-client/src/main/java/org/apache/servicecomb/service/center/client/model/MicroserviceResponse.java => demo/demo-zeroconfig-schemadiscovery-registry/demo-zeroconfig-schemadiscovery-registry-tests/src/main/java/org/apache/servicecomb/demo/zeroconfig/tests/ClientModel.java (75%)
 copy common/common-rest/src/test/java/org/apache/servicecomb/common/rest/codec/param/TestCookieProcessorCreator.java => foundations/foundation-protobuf/src/test/java/org/apache/servicecomb/foundation/protobuf/TestISODateTimeParsing.java (52%)