You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/07/01 13:46:28 UTC

[GitHub] [pulsar] willome opened a new issue #4652: [Build] erroneous aspectj weaving processing on

willome opened a new issue #4652: [Build] erroneous aspectj weaving processing on 
URL: https://github.com/apache/pulsar/issues/4652
 
 
   While building the project, I see this error  in *pulsar-zookeeper-utils*  module :  
   
   ```bad version number found in /root/.m2/repository/org/aspectj/aspectjrt/1.9.2/aspectjrt-1.9.2.jar expected 1.9.1 found 1.9.2```
   
   and
   
   ```You aren't using a compiler supported by lombok, so lombok will not work and has been disabled.
   Your processor is: org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch.BatchProcessingEnvImpl
   Lombok supports: sun/apple javac 1.6, ECJ
       <unknown source file>:<no line information>```
   
   This probably means that the weaving is not working as expected on this module.

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