This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/com.google.protobuf-protobuf-java-3.21.1
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
discard c902600f4 Bump protobuf-java from 3.20.1 to 3.21.1
add 7f8a452b4 Bump checkstyle from 10.2 to 10.3 (#3015)
add 93db4f051 [SCB-2532] simplify if statement of SwaggerToProtoGenerator
(#3004)
add ab7da3b58 [SCB-2536]Use protobuf-maven-plugin generat java class in
common-protobuf (#3018)
add 4748938b0 Bump protobuf-java from 3.20.1 to 3.21.1
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 (c902600f4)
\
N -- N -- N
refs/heads/dependabot/maven/com.google.protobuf-protobuf-java-3.21.1 (4748938b0)
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:
common/common-protobuf/pom.xml | 25 +
.../converter/SwaggerToProtoGenerator.java | 5 +-
.../io/protostuff/runtime/model/ModelProtobuf.java | 2900 --------------------
.../runtime/model => proto}/ModelProtobuf.proto | 5 +-
pom.xml | 13 +-
5 files changed, 42 insertions(+), 2906 deletions(-)
delete mode 100644
common/common-protobuf/src/test/java/io/protostuff/runtime/model/ModelProtobuf.java
rename common/common-protobuf/src/test/{java/io/protostuff/runtime/model =>
proto}/ModelProtobuf.proto (90%)