You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/09/06 09:04:14 UTC

[GitHub] [dubbo] startjava opened a new issue #8694: 能不能统一一下log4j的版本啊。

startjava opened a new issue #8694:
URL: https://github.com/apache/dubbo/issues/8694


   ```
             <!-- Zookeeper dependencies -->
               <dependency>
                   <groupId>org.apache.dubbo</groupId>
                   <artifactId>dubbo-dependencies-zookeeper</artifactId>
                   <version>${dubbo.version}</version>
                   <type>pom</type>
               </dependency>
   ```
   
   这个依赖中的zk中使用的log4j版本,,,而dubbo-spring-xxx中使用的是log4j2版本,导致我在测试check时,如果不配置logger不出现异常,,,,能不能统一一下日志框架版本呢,
   
   不然我得在idea中的其它子模块中显式使用排除:
   ```
           <dependency>
               <groupId>org.apache.zookeeper</groupId>
               <artifactId>zookeeper</artifactId>
               <exclusions>
                   <exclusion>
                       <groupId>log4j</groupId>
                       <artifactId>log4j</artifactId>
                   </exclusion>
               </exclusions>
           </dependency>
   ```
   
   代码很冗余啊,很多模块用到了zk,而zk用到了log4j。


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] plusmancn commented on issue #8694: 能不能统一一下log4j的版本啊。

Posted by GitBox <gi...@apache.org>.
plusmancn commented on issue #8694:
URL: https://github.com/apache/dubbo/issues/8694#issuecomment-914977944


   @plusmancn mark


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] startjava commented on issue #8694: 能不能统一一下log4j的版本啊。

Posted by GitBox <gi...@apache.org>.
startjava commented on issue #8694:
URL: https://github.com/apache/dubbo/issues/8694#issuecomment-913478027


   @a364176773 
   
   大佬 !


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org