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 2019/10/31 01:12:37 UTC

[GitHub] [rocketmq] duhenglucky commented on issue #1558: Whether module `acl` can compatible with 1.6 as same as module `client`

duhenglucky commented on issue #1558: Whether module `acl` can compatible with 1.6 as same as module `client`
URL: https://github.com/apache/rocketmq/issues/1558#issuecomment-548175884
 
 
   @geektao good question, would you like to pull a request to change the ACL client dependency to 1.6? add the maven property in pom.xml 
          <maven.compiler.source>1.6</maven.compiler.source>
           <maven.compiler.target>1.6</maven.compiler.target> 
   
   and modify relative errors led by this change, more errors maybe the Map or List definition.

----------------------------------------------------------------
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