exceptionfactory commented on pull request #5358:
URL: https://github.com/apache/nifi/pull/5358#issuecomment-914634000


   > @exceptionfactory Does any of the doc generation stuff sound familiar? I 
know you've been improving the Github Actions lately, I wonder if there's some 
caching issue or something that would cause this disconnect
   
   The error message is not something I have observed in local or automated 
GitHub builds:
   ```
   An API incompatibility was encountered while executing 
org.apache.nifi:nifi-nar-maven-plugin:1.3.2:nar:
   java.lang.NoSuchMethodError: 'void 
org.apache.avro.Schema.setLogicalType(org.apache.avro.LogicalType)
   ```
   The error seems like it is related to different versions of Avro on the 
class path during NAR plugin execution, but the source of the problem is not 
clear.  Multiple NiFi modules reference Avro 1.8.1, MiNiFi references 1.7.7. It 
seems odd that this would show up in this particular build, but thus far that 
is the only Avro version discrepancy I have found.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to