fix(deps): update dependency com.google.protobuf:protobuf-java to v4 - autoclosed #1398
Annotations
10 errors and 2 warnings
Execution failed for task ':kompendium-protobuf-java-converter:compileTestJava'.
> Compilation failed; see the compiler output below.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
/home/runner/work/kompendium/kompendium/protobuf-java-converter/src/test/java/io/bkbn/kompendium/protobufjavaconverter/SimpleTestMessage.java:145: error: cannot find symbol
makeExtensionsImmutable();
^
symbol: method makeExtensionsImmutable()
location: class SimpleTestMessage
/home/runner/work/kompendium/kompendium/protobuf-java-converter/src/test/java/io/bkbn/kompendium/protobufjavaconverter/DoubleNestedMessage.java:80: error: cannot find symbol
makeExtensionsImmutable();
^
symbol: method makeExtensionsImmutable()
location: class DoubleNestedMessage
/home/runner/work/kompendium/kompendium/protobuf-java-converter/src/test/java/io/bkbn/kompendium/protobufjavaconverter/NestedMessage.java:80: error: cannot find symbol
makeExtensionsImmutable();
^
symbol: method makeExtensionsImmutable()
location: class NestedMessage
/home/runner/work/kompendium/kompendium/protobuf-java-converter/src/test/java/io/bkbn/kompendium/protobufjavaconverter/RepeatedMessage.java:81: error: cannot find symbol
makeExtensionsImmutable();
^
symbol: method makeExtensionsImmutable()
location: class RepeatedMessage
/home/runner/work/kompendium/kompendium/protobuf-java-converter/src/test/java/io/bkbn/kompendium/protobufjavaconverter/EnumMessage.java:74: error: cannot find symbol
makeExtensionsImmutable();
^
symbol: method makeExtensionsImmutable()
location: class EnumMessage
/home/runner/work/kompendium/kompendium/protobuf-java-converter/src/test/java/io/bkbn/kompendium/protobufjavaconverter/GoogleTypes.java:93: error: cannot find symbol
makeExtensionsImmutable();
^
symbol: method makeExtensionsImmutable()
location: class GoogleTypes
/home/runner/work/kompendium/kompendium/protobuf-java-converter/src/test/java/io/bkbn/kompendium/protobufjavaconverter/SimpleMapMessage.java:81: error: cannot find symbol
makeExtensionsImmutable();
^
symbol: method makeExtensionsImmutable()
location: class SimpleMapMessage
/home/runner/work/kompendium/kompendium/protobuf-java-converter/src/test/java/io/bkbn/kompendium/protobufjavaconverter/NestedMapMessage.java:81: error: cannot find symbol
makeExtensionsImmutable();
^
symbol: method makeExtensionsImmutable()
location: class NestedMapMessage
/home/runner/work/kompendium/kompendium/protobuf-java-converter/src/test/java/io/bkbn/kompendium/protobufjavaconverter/RepeatedEnumMessage.java:95: error: cannot find symbol
makeExtensionsImmutable();
^
symbol: method makeExtensionsImmutable()
location: class RepeatedEnumMessage
9 errors
|
[ant:jacocoReport] /home/runner/work/kompendium/kompendium/protobuf-java-converter/src/test/java/io/bkbn/kompendium/protobufjavaconverter/SimpleTestMessage.java#L145
[Task :kompendium-protobuf-java-converter:compileTestJava] cannot find symbol
|
[ant:jacocoReport] /home/runner/work/kompendium/kompendium/protobuf-java-converter/src/test/java/io/bkbn/kompendium/protobufjavaconverter/DoubleNestedMessage.java#L80
[Task :kompendium-protobuf-java-converter:compileTestJava] cannot find symbol
|
[ant:jacocoReport] /home/runner/work/kompendium/kompendium/protobuf-java-converter/src/test/java/io/bkbn/kompendium/protobufjavaconverter/NestedMessage.java#L80
[Task :kompendium-protobuf-java-converter:compileTestJava] cannot find symbol
|
protobuf-java-converter/src/test/java/io/bkbn/kompendium/protobufjavaconverter/RepeatedMessage.java#L81
[Task :kompendium-protobuf-java-converter:compileTestJava] cannot find symbol
makeExtensionsImmutable();
^
symbol: method makeExtensionsImmutable()
|
[ant:jacocoReport] /home/runner/work/kompendium/kompendium/protobuf-java-converter/src/test/java/io/bkbn/kompendium/protobufjavaconverter/EnumMessage.java#L74
[Task :kompendium-protobuf-java-converter:compileTestJava] cannot find symbol
|
[ant:jacocoReport] /home/runner/work/kompendium/kompendium/protobuf-java-converter/src/test/java/io/bkbn/kompendium/protobufjavaconverter/GoogleTypes.java#L93
[Task :kompendium-protobuf-java-converter:compileTestJava] cannot find symbol
|
[ant:jacocoReport] /home/runner/work/kompendium/kompendium/protobuf-java-converter/src/test/java/io/bkbn/kompendium/protobufjavaconverter/SimpleMapMessage.java#L81
[Task :kompendium-protobuf-java-converter:compileTestJava] cannot find symbol
|
[ant:jacocoReport] /home/runner/work/kompendium/kompendium/protobuf-java-converter/src/test/java/io/bkbn/kompendium/protobufjavaconverter/NestedMapMessage.java#L81
[Task :kompendium-protobuf-java-converter:compileTestJava] cannot find symbol
|
[ant:jacocoReport] /home/runner/work/kompendium/kompendium/protobuf-java-converter/src/test/java/io/bkbn/kompendium/protobufjavaconverter/RepeatedEnumMessage.java#L95
[Task :kompendium-protobuf-java-converter:compileTestJava] cannot find symbol
|
|
|
This job failed
Loading