You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/03/13 06:38:48 UTC

[GitHub] [rocketmq-externals] yejiahao opened a new pull request #522: fix(rocketmq-console): remove unused imports in order to avoid buildi…

yejiahao opened a new pull request #522: fix(rocketmq-console): remove unused imports in order to avoid buildi…
URL: https://github.com/apache/rocketmq-externals/pull/522
 
 
   ## What is the reason of the change
   - **Conflict with checkstyle file when building [rocketmq-console] module**
   
   ***rmq_checkstyle.xml***
   ```xml
   <module name="UnusedImports">
   	<property name="processJavadoc" value="true"/>
   </module>
   ```
   
   - **So, please remove unused imports**
   
   ***org.apache.rocketmq.console.App***
   ```java
   -import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq-externals] vongosling merged pull request #522: fix(rocketmq-console): remove unused imports in order to avoid buildi…

Posted by GitBox <gi...@apache.org>.
vongosling merged pull request #522: fix(rocketmq-console): remove unused imports in order to avoid buildi…
URL: https://github.com/apache/rocketmq-externals/pull/522
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq-externals] vmstar commented on issue #522: fix(rocketmq-console): remove unused imports in order to avoid buildi…

Posted by GitBox <gi...@apache.org>.
vmstar commented on issue #522: fix(rocketmq-console): remove unused imports in order to avoid buildi…
URL: https://github.com/apache/rocketmq-externals/pull/522#issuecomment-602015309
 
 
   I got this problem too.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services