ShadowySpirits opened a new issue, #6165:
URL: https://github.com/apache/rocketmq/issues/6165

   ```
   INFO: From Building tieredstore/libtieredstore.jar (33 source files):
   
tieredstore/src/main/java/org/apache/rocketmq/tieredstore/metadata/TieredMetadataManager.java:62:
 warning: [strict] Using type com.alibaba.fastjson.JSON from an indirect 
dependency (TOOL_INFO: 
"bazel-out/k8-fastbuild/bin/external/maven/v1/https/repo1.maven.org/maven2/com/alibaba/fastjson/1.2.76/header_fastjson-1.2.76.jar").
               JSON.toJSONString(dataWrapper, 
SerializerFeature.DisableCircularReferenceDetect, 
SerializerFeature.PrettyFormat);
               ^
   INFO: From Building tieredstore/libtests.jar 
([18](https://github.com/apache/rocketmq/actions/runs/4248785613/jobs/7388314465#step:4:19)
 source files):
   
tieredstore/src/test/java/org/apache/rocketmq/tieredstore/TieredMessageStoreTest.java:85:
 warning: [strict] Using type 
org.apache.rocketmq.logging.org.slf4j.LoggerFactory from an indirect dependency 
(TOOL_INFO: 
"bazel-out/k8-fastbuild/bin/external/maven/v1/https/repo1.maven.org/maven2/io/github/aliyunmq/rocketmq-slf4j-api/1.0.0/header_rocketmq-slf4j-api-1.0.0.jar").
           configuration = new 
Configuration(LoggerFactory.getLogger(TieredStoreUtil.TIERED_STORE_LOGGER_NAME),
 "/tmp/rmqut/config", storeConfig, brokerConfig);
                                             ^
   
tieredstore/src/test/java/org/apache/rocketmq/tieredstore/provider/posix/PosixFileSegmentTest.java:68:
 warning: [strict] Using type com.google.common.io.ByteStreams from an indirect 
dependency (TOOL_INFO: 
"bazel-out/k8-fastbuild/bin/external/maven/v1/https/repo1.maven.org/maven2/com/google/guava/guava/31.0.1-jre/header_guava-31.0.1-jre.jar").
           ByteStreams.read(Files.asByteSource(file).openStream(), result, 0, 
4096);
   ```
   
   See 
https://github.com/apache/rocketmq/actions/runs/4248785613/jobs/7388314465 for 
details.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to