You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@linkis.apache.org by GitBox <gi...@apache.org> on 2022/04/13 09:30:43 UTC

[GitHub] [incubator-linkis] jackxu2011 opened a new issue, #1964: [Feature] update the spotless-maven-plugin version to fix the import orders not work bug

jackxu2011 opened a new issue, #1964:
URL: https://github.com/apache/incubator-linkis/issues/1964

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar feature requirement.
   
   
   ### Problem Description
   
   @see [spotless-maven-plugin](https://github.com/diffplug/spotless/issues/731)   the not worked as the plugin config
   `<importOrder>
                                   <order>org.apache.linkis,org.apache,org.springframework,javax,java,scala,\#</order>
                               </importOrder>`
   
   ### Description
   
   in linkis-metadata module's HiveUtils https://github.com/apache/incubator-linkis/blob/master/linkis-public-enhancements/linkis-datasource/linkis-metadata/src/main/java/org/apache/linkis/metadata/util/HiveUtils.java the import order is
   ```java
   import org.apache.commons.lang.StringUtils;
   import org.apache.hadoop.conf.Configuration;
   import org.apache.hadoop.fs.Path;
   
   import org.slf4j.Logger;
   import org.slf4j.LoggerFactory;
   
   import java.io.File;
   
   import sun.misc.BASE64Decoder;
   ```
   
   ### Use case
   
   _No response_
   
   ### solutions
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!


-- 
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: dev-unsubscribe@linkis.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] jackxu2011 commented on issue #1964: [Feature] code import orders format not work bug

Posted by GitBox <gi...@apache.org>.
jackxu2011 commented on issue #1964:
URL: https://github.com/apache/incubator-linkis/issues/1964#issuecomment-1239074611

   finish


-- 
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@linkis.apache.org

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


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


[GitHub] [incubator-linkis] jackxu2011 closed issue #1964: [Feature] code import orders format not work bug

Posted by GitBox <gi...@apache.org>.
jackxu2011 closed issue #1964: [Feature] code import orders format not work bug
URL: https://github.com/apache/incubator-linkis/issues/1964


-- 
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@linkis.apache.org

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


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


[GitHub] [incubator-linkis] jackxu2011 commented on issue #1964: [Feature] update the spotless-maven-plugin version to fix the import orders not work bug

Posted by GitBox <gi...@apache.org>.
jackxu2011 commented on issue #1964:
URL: https://github.com/apache/incubator-linkis/issues/1964#issuecomment-1097818510

   and the import order string should be 
   ```xml
     <importOrder>
         <order>org.apache.linkis,org.apache,org.springframework,javax,java,scala,,\\#</order>
     </importOrder>
   ```


-- 
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: dev-unsubscribe@linkis.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org