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/13 02:42:01 UTC

[servicecomb-java-chassis] branch dependabot/maven/slf4j.version-2.0.0 updated (576a09713 -> 312c02aad)

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

github-bot pushed a change to branch dependabot/maven/slf4j.version-2.0.0
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


 discard 576a09713 Bump slf4j.version from 1.7.36 to 2.0.0
     add 76813bc18 [SCB-2674] Dashboard data reporting environment variables are not submitted (#3311)
     add acf54d570 Bump checkstyle from 10.3.2 to 10.3.3 (#3306)
     add 075b13966 migrate inspector to mockito (#3316)
     add 26d74688f migrate edge-core to mockito (#3313)
     add 6ae203a07 migrate service-center-client to mockito (#3314)
     add e76c120d3 [SCB-2475] migrate edge-core module to junit5 (#3319)
     add b2591d461 [SCB-2475] migrate inspector to junit5 (#3318)
     add 2aa25b101 Bump jackson-bom from 2.13.3 to 2.13.4 (#3321)
     add 2a210911f Bump spotbugs-maven-plugin from 4.7.1.1 to 4.7.2.0 (#3322)
     add 3ca9b2f5e Bump jersey.version from 2.36 to 2.37 (#3325)
     add 36e99c983 [SCB-2680]remove some deprecated methods (#3324)
     add 9b594dc5d Bump netty-bom from 4.1.79.Final to 4.1.81.Final (#3327)
     add 062e26d00 Bump brave.version from 5.13.11 to 5.14.0 (#3329)
     add 13e9fadba [SCB-2681] Add dependeny bot ignore logback (#3328)
     add 8a28acae8 Bump snakeyaml from 1.31 to 1.32 (#3332)
     add 312c02aad Bump slf4j.version from 1.7.36 to 2.0.0

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   (576a09713)
            \
             N -- N -- N   refs/heads/dependabot/maven/slf4j.version-2.0.0 (312c02aad)

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                             |  4 ++
 .../dashboard/client/model/MonitorData.java        | 10 +++
 clients/service-center-client/pom.xml              |  5 --
 .../client/ServiceCenterAddressManagerTest.java    |  7 +-
 .../common/rest/filter/HttpClientFilter.java       | 26 ++------
 .../HttpClientFilterBeforeSendRequestExecutor.java |  2 +-
 .../common/rest/filter/HttpServerFilter.java       | 20 +-----
 ...HttpServerFilterBeforeSendResponseExecutor.java |  2 +-
 .../common/rest/TestAbstractRestInvocation.java    | 28 ++++----
 .../common/rest/filter/TestHttpServerFilter.java   | 15 +++--
 .../core/handler/impl/AbstractHandler.java         | 30 ---------
 .../core/transport/TransportManager.java           |  4 ++
 .../service/encrypt/filter/DecodeBodyFilter.java   |  7 ++
 .../jaxrs/server/JaxrsDemoHttpServerFilter.java    |  6 +-
 .../demo/signature/ServerSignature.java            | 19 ++----
 dependencies/default/pom.xml                       | 10 +--
 edge/edge-core/pom.xml                             |  4 +-
 .../edge/core/URLMappedEdgeDispatcher.java         |  6 ++
 .../edge/core/TestAbstractEdgeDispatcher.java      | 57 ++++------------
 .../edge/core/TestDefaultEdgeDispatcher.java       | 76 +++++++++++-----------
 .../edge/core/TestEdgeBootListener.java            | 10 +--
 .../edge/core/TestURLMappedEdgeDispatcher.java     | 75 ++++++++++-----------
 .../servicecomb/registry/RegistrationManager.java  |  6 ++
 .../registry/api/registry/Microservice.java        | 16 -----
 .../monitor/model/MonitorDataProvider.java         |  1 +
 inspector/pom.xml                                  |  4 +-
 .../inspector/internal/InspectorImpl.java          |  6 ++
 .../inspector/internal/TestInspectorImpl.java      | 68 +++++++++----------
 .../it/edge/encrypt/filter/DecodeBodyFilter.java   |  7 ++
 .../it/edge/filter/CheckRawFormParamFilter.java    |  7 ++
 pom.xml                                            |  4 +-
 .../client/ServiceRegistryClient.java              | 22 -------
 .../client/LocalServiceRegistryClientImplTest.java | 44 ++++---------
 .../client/http/TestServiceRegistryClientImpl.java | 34 +++-------
 .../servicecomb/swagger/invocation/Response.java   |  5 --
 .../rest/client/http/DefaultHttpClientFilter.java  |  7 ++
 .../rest/vertx/AbstractVertxHttpDispatcher.java    |  6 ++
 37 files changed, 268 insertions(+), 392 deletions(-)
 delete mode 100644 core/src/main/java/org/apache/servicecomb/core/handler/impl/AbstractHandler.java