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/06/15 08:01:55 UTC

[servicecomb-java-chassis] branch dependabot/maven/org.jmockit-jmockit-1.49 updated (4c9fbe65a -> b85230ae6)

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

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


 discard 4c9fbe65a Bump jmockit from 1.30 to 1.49
     add 0b7a4e1a4 [SCB-2569] migrate handler-tracing-zipkin module to junit5 (#3071)
     add dfe336fb3 [SCB-2568] migrate deployment module to junit5 (#3070)
     add 83ebcbad6 [SCB-2567] enable checkstyle NeedBraces (#3069)
     add eb7945c54 [SCB-2566]Remove unused tcnative dependency version define (#3068)
     add 7324432ae Bump docker-maven-plugin from 0.40.0 to 0.40.1 (#3062)
     add 494ff198b [SCB-2475] migrate foundation-common module to junit5 (part 1) (#3076)
     add 816317eb6 [SCB-2571] enable checkstyle LeftCurly (#3074)
     add 23b6c16ed Bump jersey.version from 2.35 to 2.36 (#3077)
     add b85230ae6 Bump jmockit from 1.30 to 1.49

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   (4c9fbe65a)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.jmockit-jmockit-1.49 (b85230ae6)

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:
 ci/checkstyle/checkstyle.xml                            |  9 +++++++++
 dependencies/default/pom.xml                            |  8 +-------
 .../apache/servicecomb/deployment/TestDeployment.java   |  6 +++---
 .../foundation/common/event/TestEventBus.java           |  2 +-
 .../foundation/common/part/TestFilePart.java            | 10 +++++-----
 .../common/spring/TestPaasNamespaceHandler.java         | 10 +++++-----
 .../foundation/common/utils/Log4jUtilsTest.java         |  6 +++---
 .../foundation/common/utils/TestBeanUtils.java          |  8 ++++----
 .../common/utils/TestRollingFileAppenderExt.java        | 17 ++++++-----------
 .../repeated/impl/ints/SFixed32PackedWriteSchemas.java  |  3 +--
 .../repeated/impl/ints/SInt32PackedWriteSchemas.java    |  3 +--
 .../repeated/impl/ints/UInt32PackedWriteSchemas.java    |  6 ++----
 .../tracing/zipkin/ZipkinTracingHandlerTest.java        | 11 +++++------
 pom.xml                                                 |  2 +-
 .../client/http/WebsocketClientUtil.java                |  3 +--
 15 files changed, 48 insertions(+), 56 deletions(-)