bbende commented on PR #9433:
URL: https://github.com/apache/nifi/pull/9433#issuecomment-2429386499

   It looks like some tweaking will be needed to make this compatible with Java 
8, the two failing builds show errors for this
   ```
   2024-10-21T20:15:41.8320930Z [ERROR] 
/Users/runner/work/nifi/nifi/nifi-registry/nifi-registry-core/nifi-registry-framework/src/main/java/org/apache/nifi/registry/event/EventFactory.java:[97,110]
 error: cannot find symbol
   2024-10-21T20:15:41.8321900Z [ERROR]   symbol:   method 
requireNonNullElse(String,String)
   2024-10-21T20:15:41.8322250Z [ERROR]   location: class Objects
   ```
   I assume that method was added in Java 11 since the 11 and 17 builds pass, 
but the 8 builds don't.


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