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/05/12 11:20:10 UTC

[servicecomb-java-chassis] branch dependabot/maven/io.prometheus-simpleclient_bom-0.15.0 updated (0e8a82dd3 -> 99c4325cb)

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

github-bot pushed a change to branch dependabot/maven/io.prometheus-simpleclient_bom-0.15.0
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


 discard 0e8a82dd3 Bump simpleclient_bom from 0.12.0 to 0.15.0
     add 2490ec62c Bump awaitility from 3.0.0 to 4.2.0 (#2873)
     add 7dc131f51 Bump mockserver-netty from 3.10.4 to 5.13.2 in /dependencies/default (#2872)
     add 3e1cb6612 Bump slf4j.version from 1.7.32 to 1.7.36 (#2876)
     add e0a5604e3 [SCB-2503]Add timeout for workflows (#2871)
     add d36bd8848 [#SCB-2504] remove unused "LOGGER" private field (#2879)
     add c7d669168 prepare 2.8.0-SNAPSHOT (#2880)
     add 192196028 Bump aspectjweaver from 1.9.3 to 1.9.9.1 (#2877)
     add 99c4325cb Bump simpleclient_bom from 0.12.0 to 0.15.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   (0e8a82dd3)
            \
             N -- N -- N   refs/heads/dependabot/maven/io.prometheus-simpleclient_bom-0.15.0 (99c4325cb)

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/workflows/checkstyle.yml                                    | 1 +
 .github/workflows/maven.yml                                         | 1 +
 .github/workflows/rat_check.yml                                     | 1 +
 .github/workflows/spotbugs.yml                                      | 1 +
 .github/workflows/unit-test-jdk11.yml                               | 1 +
 .github/workflows/unit-test-jdk17.yml                               | 1 +
 archetypes/business-service-jaxrs/pom.xml                           | 2 +-
 archetypes/business-service-pojo/pom.xml                            | 2 +-
 archetypes/business-service-spring-boot2-starter/pom.xml            | 2 +-
 archetypes/business-service-springmvc/pom.xml                       | 2 +-
 archetypes/pom.xml                                                  | 2 +-
 clients/config-center-client/pom.xml                                | 2 +-
 clients/config-common/pom.xml                                       | 2 +-
 clients/config-kie-client/pom.xml                                   | 2 +-
 clients/http-client-common/pom.xml                                  | 2 +-
 clients/pom.xml                                                     | 2 +-
 clients/service-center-client/pom.xml                               | 2 +-
 common/common-access-log/pom.xml                                    | 2 +-
 common/common-protobuf/pom.xml                                      | 2 +-
 common/common-rest/pom.xml                                          | 2 +-
 .../main/java/org/apache/servicecomb/common/rest/UploadConfig.java  | 4 ----
 common/pom.xml                                                      | 2 +-
 core/pom.xml                                                        | 2 +-
 .../org/apache/servicecomb/core/transport/AbstractTransport.java    | 3 ---
 coverage-reports/pom.xml                                            | 2 +-
 demo/demo-crossapp/crossapp-client/pom.xml                          | 2 +-
 demo/demo-crossapp/crossapp-server/pom.xml                          | 2 +-
 demo/demo-crossapp/pom.xml                                          | 2 +-
 demo/demo-cse-v1/consumer/pom.xml                                   | 2 +-
 demo/demo-cse-v1/gateway/pom.xml                                    | 2 +-
 demo/demo-cse-v1/pom.xml                                            | 2 +-
 demo/demo-cse-v1/provider-canary/pom.xml                            | 2 +-
 demo/demo-cse-v1/provider/pom.xml                                   | 2 +-
 demo/demo-cse-v1/test-client/pom.xml                                | 2 +-
 demo/demo-cse-v2/consumer/pom.xml                                   | 2 +-
 demo/demo-cse-v2/gateway/pom.xml                                    | 2 +-
 demo/demo-cse-v2/pom.xml                                            | 2 +-
 demo/demo-cse-v2/provider/pom.xml                                   | 2 +-
 demo/demo-cse-v2/test-client/pom.xml                                | 2 +-
 demo/demo-edge/authentication/pom.xml                               | 2 +-
 demo/demo-edge/business-1-1-0/pom.xml                               | 2 +-
 demo/demo-edge/business-1.0.0/pom.xml                               | 2 +-
 demo/demo-edge/business-2.0.0/pom.xml                               | 2 +-
 demo/demo-edge/consumer/pom.xml                                     | 2 +-
 demo/demo-edge/edge-service/pom.xml                                 | 2 +-
 demo/demo-edge/model/pom.xml                                        | 2 +-
 demo/demo-edge/pom.xml                                              | 2 +-
 demo/demo-filter/filter-client/pom.xml                              | 2 +-
 demo/demo-filter/filter-server/pom.xml                              | 2 +-
 demo/demo-filter/pom.xml                                            | 2 +-
 demo/demo-jaxrs/jaxrs-client/pom.xml                                | 2 +-
 demo/demo-jaxrs/jaxrs-server/pom.xml                                | 2 +-
 demo/demo-jaxrs/pom.xml                                             | 2 +-
 demo/demo-local-registry/demo-local-registry-client/pom.xml         | 2 +-
 demo/demo-local-registry/demo-local-registry-server/pom.xml         | 2 +-
 demo/demo-local-registry/pom.xml                                    | 2 +-
 demo/demo-multi-registries/demo-multi-registries-client/pom.xml     | 2 +-
 demo/demo-multi-registries/demo-multi-registries-server/pom.xml     | 2 +-
 demo/demo-multi-registries/pom.xml                                  | 2 +-
 .../demo-multi-service-center-client/pom.xml                        | 2 +-
 .../demo-multi-service-center-serverA/pom.xml                       | 2 +-
 .../demo-multi-service-center-serverB/pom.xml                       | 2 +-
 demo/demo-multi-service-center/pom.xml                              | 2 +-
 demo/demo-multiple/a-client/pom.xml                                 | 2 +-
 demo/demo-multiple/a-server/pom.xml                                 | 2 +-
 demo/demo-multiple/b-client/pom.xml                                 | 2 +-
 demo/demo-multiple/b-server/pom.xml                                 | 2 +-
 demo/demo-multiple/multiple-client/pom.xml                          | 2 +-
 demo/demo-multiple/multiple-server/pom.xml                          | 2 +-
 demo/demo-multiple/pom.xml                                          | 2 +-
 demo/demo-pojo/pojo-client/pom.xml                                  | 2 +-
 demo/demo-pojo/pojo-server/pom.xml                                  | 2 +-
 demo/demo-pojo/pom.xml                                              | 2 +-
 .../demo-register-url-prefix-client/pom.xml                         | 2 +-
 .../demo-register-url-prefix-server/pom.xml                         | 2 +-
 demo/demo-register-url-prefix/pom.xml                               | 2 +-
 demo/demo-schema/pom.xml                                            | 2 +-
 demo/demo-signature/pom.xml                                         | 2 +-
 .../demo-spring-boot-provider/demo-spring-boot-jaxrs-client/pom.xml | 2 +-
 .../demo-spring-boot-provider/demo-spring-boot-jaxrs-server/pom.xml | 2 +-
 demo/demo-spring-boot-provider/pom.xml                              | 2 +-
 .../demo-spring-boot-transport/demo-spring-boot-pojo-client/pom.xml | 2 +-
 .../demo-spring-boot-transport/demo-spring-boot-pojo-server/pom.xml | 2 +-
 .../demo-spring-boot-springmvc-client/pom.xml                       | 2 +-
 .../demo-spring-boot-springmvc-server/pom.xml                       | 2 +-
 demo/demo-spring-boot-transport/pom.xml                             | 2 +-
 demo/demo-springmvc/pom.xml                                         | 2 +-
 demo/demo-springmvc/springmvc-client/pom.xml                        | 2 +-
 demo/demo-springmvc/springmvc-server/pom.xml                        | 2 +-
 .../demo-zeroconfig-schemadiscovery-registry-client/pom.xml         | 2 +-
 .../demo-zeroconfig-schemadiscovery-registry-edge/pom.xml           | 2 +-
 .../demo-zeroconfig-schemadiscovery-registry-server/pom.xml         | 2 +-
 .../demo-zeroconfig-schemadiscovery-registry-tests/pom.xml          | 2 +-
 demo/demo-zeroconfig-schemadiscovery-registry/pom.xml               | 2 +-
 demo/docker-build-config/pom.xml                                    | 2 +-
 demo/docker-run-config-edge/pom.xml                                 | 2 +-
 demo/docker-run-config-local/pom.xml                                | 2 +-
 demo/docker-run-config/pom.xml                                      | 2 +-
 demo/pom.xml                                                        | 2 +-
 dependencies/bom/pom.xml                                            | 2 +-
 dependencies/default/pom.xml                                        | 4 ++--
 dependencies/pom.xml                                                | 2 +-
 deployment/pom.xml                                                  | 2 +-
 distribution/pom.xml                                                | 2 +-
 dynamic-config/config-apollo/pom.xml                                | 2 +-
 dynamic-config/config-cc/pom.xml                                    | 2 +-
 dynamic-config/config-kie/pom.xml                                   | 2 +-
 dynamic-config/config-nacos/pom.xml                                 | 2 +-
 dynamic-config/pom.xml                                              | 2 +-
 edge/edge-core/pom.xml                                              | 2 +-
 edge/pom.xml                                                        | 2 +-
 foundations/foundation-common/pom.xml                               | 2 +-
 foundations/foundation-config/pom.xml                               | 2 +-
 .../src/main/java/org/apache/servicecomb/config/YAMLUtil.java       | 4 ----
 foundations/foundation-metrics/pom.xml                              | 2 +-
 foundations/foundation-protobuf/pom.xml                             | 2 +-
 foundations/foundation-registry/pom.xml                             | 2 +-
 foundations/foundation-spi/pom.xml                                  | 2 +-
 foundations/foundation-ssl/pom.xml                                  | 2 +-
 foundations/foundation-test-scaffolding/pom.xml                     | 2 +-
 foundations/foundation-vertx/pom.xml                                | 2 +-
 foundations/pom.xml                                                 | 2 +-
 governance/pom.xml                                                  | 2 +-
 handlers/handler-bizkeeper/pom.xml                                  | 2 +-
 handlers/handler-fault-injection/pom.xml                            | 2 +-
 handlers/handler-flowcontrol-qps/pom.xml                            | 2 +-
 handlers/handler-governance/pom.xml                                 | 2 +-
 handlers/handler-loadbalance/pom.xml                                | 2 +-
 handlers/handler-publickey-auth/pom.xml                             | 2 +-
 handlers/handler-router/pom.xml                                     | 2 +-
 handlers/handler-tracing-zipkin/pom.xml                             | 2 +-
 handlers/pom.xml                                                    | 2 +-
 huawei-cloud/darklaunch/pom.xml                                     | 2 +-
 huawei-cloud/dashboard/pom.xml                                      | 2 +-
 huawei-cloud/environment/pom.xml                                    | 2 +-
 huawei-cloud/pom.xml                                                | 2 +-
 huawei-cloud/servicestage/pom.xml                                   | 2 +-
 inspector/pom.xml                                                   | 2 +-
 integration-tests/dynamic-config-tests/pom.xml                      | 2 +-
 integration-tests/it-common/pom.xml                                 | 2 +-
 integration-tests/it-consumer/pom.xml                               | 2 +-
 integration-tests/it-edge/pom.xml                                   | 2 +-
 integration-tests/it-producer-deploy-springboot2-servlet/pom.xml    | 6 +++---
 integration-tests/it-producer-deploy-springboot2-standalone/pom.xml | 2 +-
 integration-tests/it-producer/pom.xml                               | 2 +-
 integration-tests/jaxrs-tests/pom.xml                               | 2 +-
 integration-tests/pojo-test/pom.xml                                 | 2 +-
 integration-tests/pom.xml                                           | 2 +-
 integration-tests/spring-jaxrs-tests/pom.xml                        | 4 ++--
 integration-tests/spring-pojo-connection-limit-test/pom.xml         | 2 +-
 integration-tests/spring-pojo-tests/pom.xml                         | 2 +-
 integration-tests/springmvc-tests/common/pom.xml                    | 2 +-
 integration-tests/springmvc-tests/connection-limit/pom.xml          | 4 ++--
 integration-tests/springmvc-tests/general-with-springboot/pom.xml   | 2 +-
 integration-tests/springmvc-tests/general/pom.xml                   | 4 ++--
 integration-tests/springmvc-tests/pom.xml                           | 2 +-
 .../springmvc-tests/simplified-mapping-with-springboot/pom.xml      | 4 ++--
 integration-tests/springmvc-tests/simplified-mapping/pom.xml        | 4 ++--
 integration-tests/test-common/pom.xml                               | 2 +-
 integration-tests/tracing-tests/pom.xml                             | 2 +-
 metrics/metrics-core/pom.xml                                        | 2 +-
 .../servicecomb/metrics/core/meter/os/cpu/ProcessCpuUsage.java      | 4 ----
 metrics/metrics-integration/metrics-prometheus/pom.xml              | 2 +-
 metrics/metrics-integration/pom.xml                                 | 2 +-
 metrics/pom.xml                                                     | 2 +-
 parents/default/pom.xml                                             | 2 +-
 parents/pom.xml                                                     | 2 +-
 pom.xml                                                             | 2 +-
 providers/pom.xml                                                   | 2 +-
 providers/provider-jaxrs/pom.xml                                    | 2 +-
 providers/provider-pojo/pom.xml                                     | 2 +-
 providers/provider-rest-common/pom.xml                              | 2 +-
 providers/provider-springmvc/pom.xml                                | 2 +-
 service-registry/pom.xml                                            | 2 +-
 service-registry/registry-lightweight/pom.xml                       | 2 +-
 service-registry/registry-local/pom.xml                             | 2 +-
 service-registry/registry-schema-discovery/pom.xml                  | 2 +-
 service-registry/registry-service-center/pom.xml                    | 2 +-
 service-registry/registry-zero-config/pom.xml                       | 2 +-
 solutions/pom.xml                                                   | 2 +-
 solutions/solution-basic/pom.xml                                    | 2 +-
 spring-boot/pom.xml                                                 | 2 +-
 .../java-chassis-spring-boot-starter-servlet/pom.xml                | 2 +-
 .../java-chassis-spring-boot-starter-standalone/pom.xml             | 2 +-
 .../spring-boot-starters/java-chassis-spring-boot-starter/pom.xml   | 2 +-
 spring-boot/spring-boot-starters/pom.xml                            | 2 +-
 swagger/pom.xml                                                     | 2 +-
 swagger/swagger-generator/generator-core/pom.xml                    | 2 +-
 swagger/swagger-generator/generator-jaxrs/pom.xml                   | 2 +-
 swagger/swagger-generator/generator-spring-data/pom.xml             | 2 +-
 swagger/swagger-generator/generator-springmvc/pom.xml               | 2 +-
 swagger/swagger-generator/pom.xml                                   | 2 +-
 swagger/swagger-invocation/invocation-core/pom.xml                  | 2 +-
 .../apache/servicecomb/swagger/engine/SwaggerProducerOperation.java | 3 ---
 swagger/swagger-invocation/invocation-jaxrs/pom.xml                 | 2 +-
 swagger/swagger-invocation/invocation-springmvc/pom.xml             | 2 +-
 swagger/swagger-invocation/invocation-validator/pom.xml             | 2 +-
 swagger/swagger-invocation/pom.xml                                  | 2 +-
 tracing/pom.xml                                                     | 2 +-
 tracing/tracing-common/pom.xml                                      | 2 +-
 tracing/tracing-zipkin/pom.xml                                      | 2 +-
 transports/pom.xml                                                  | 2 +-
 transports/transport-common/pom.xml                                 | 2 +-
 transports/transport-highway/pom.xml                                | 2 +-
 transports/transport-rest/pom.xml                                   | 2 +-
 transports/transport-rest/transport-rest-client/pom.xml             | 2 +-
 transports/transport-rest/transport-rest-servlet/pom.xml            | 2 +-
 transports/transport-rest/transport-rest-vertx/pom.xml              | 2 +-
 208 files changed, 211 insertions(+), 223 deletions(-)