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

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


    omit 2695d5885 Bump guice.version from 5.1.0 to 7.0.0
     add a3c4fb8de [SCB-2794]process unknown parameters so that can compatible 
to old ve… (#3799)
     add 2fe69d98a Bump docker-maven-plugin from 0.42.1 to 0.43.0 (#3808)
     add e0151e8c1 Bump swagger-core from 1.6.10 to 1.6.11 (#3806)
     add 9822e01a0 Bump spring-boot-maven-plugin from 2.7.11 to 3.1.0 (#3805)
     add c9c92449f Bump protobuf-java from 3.22.4 to 3.23.1 (#3802)
     add 210b4c525 Bump vertx.version from 4.4.1 to 4.4.2 (#3792)
     add b96f2aa20 Bump spectator-reg-servo from 1.6.3 to 1.6.5 (#3793)
     add 8a20f6d40 Bump checkstyle from 10.10.0 to 10.11.0 (#3796)
     add b980c27e5 Bump micrometer-bom from 1.10.6 to 1.11.0 (#3794)
     add ff45560b8 Bump brave.version from 5.15.1 to 5.16.0 (#3791)
     add a188fba9a Bump kryo-shaded from 4.0.2 to 4.0.3 (#3804)
     add 2e21994ea [#3784]fix HttpUtils cannot correctly resolve file names 
(#3801)
     add 7e141f6ab Bump netty-bom from 4.1.92.Final to 4.1.93.Final (#3816)
     add c57aac59f Bump checkstyle from 10.11.0 to 10.12.0 (#3817)
     add b5f7ed22c Bump nacos-client from 2.2.2 to 2.2.3 (#3815)
     add 29f53fb8d Bump gmavenplus-plugin from 2.1.0 to 3.0.0 (#3814)
     add b79c806be Bump protobuf-java from 3.23.1 to 3.23.2 (#3813)
     add 6e8e8dd38 Bump guava from 31.1-jre to 32.0.0-jre (#3812)
     add 41f678768 Bump guice.version from 5.1.0 to 7.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   (2695d5885)
            \
             N -- N -- N   refs/heads/dependabot/maven/guice.version-7.0.0 
(41f678768)

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:
 .../springmvc/client/ICompatible1xTestSchema.java  | 28 +++++----
 .../client/TestCompatible1xTestSchema.java         | 69 ++++++++++++++++++++++
 .../springmvc/server/Compatible1xTestSchema.java}  | 35 ++++++-----
 .../demo/springmvc/server/CompatibleQueryBean.java |  4 +-
 .../springmvc/server/ProducerTestsAfterBootup.java |  4 +-
 dependencies/default/pom.xml                       | 20 +++----
 .../foundation/common/http/HttpUtils.java          |  5 +-
 .../foundation/common/http/TestHttpUtils.java      | 30 ++++------
 pom.xml                                            |  8 +--
 .../arguments/AbstractArgumentsMapperCreator.java  | 13 ++--
 .../consumer/ConsumerArgumentsMapperCreator.java   | 11 ++--
 11 files changed, 153 insertions(+), 74 deletions(-)
 copy 
swagger/swagger-invocation/invocation-core/src/main/java/org/apache/servicecomb/swagger/invocation/arguments/producer/ProducerInvocationContextMapperFactory.java
 => 
demo/demo-springmvc/springmvc-client/src/main/java/org/apache/servicecomb/demo/springmvc/client/ICompatible1xTestSchema.java
 (59%)
 create mode 100644 
demo/demo-springmvc/springmvc-client/src/main/java/org/apache/servicecomb/demo/springmvc/client/TestCompatible1xTestSchema.java
 copy 
demo/{demo-multi-registries/demo-multi-registries-server/src/main/java/org/apache/servicecomb/demo/registry/ServerEndpoint.java
 => 
demo-springmvc/springmvc-server/src/main/java/org/apache/servicecomb/demo/springmvc/server/Compatible1xTestSchema.java}
 (52%)
 copy 
swagger/swagger-generator/generator-jaxrs/src/test/java/org/apache/servicecomb/swagger/generator/jaxrs/model/BeanParamInvalidDefaultBody.java
 => 
demo/demo-springmvc/springmvc-server/src/main/java/org/apache/servicecomb/demo/springmvc/server/CompatibleQueryBean.java
 (91%)

Reply via email to