Re: Anyone else seeing this on macOS with the RC1 build?

2022-04-27 Thread David Handermann
Mike, Following up on this thread, I created the following Jira issue and pull request to address the problem for future builds on Java 17: https://issues.apache.org/jira/browse/NIFI-9968 https://github.com/apache/nifi/pull/6000 Regards, David Handermann On Mon, Apr 25, 2022 at 4:32 PM David

Re: Anyone else seeing this on macOS with the RC1 build?

2022-04-25 Thread David Handermann
Mike, I observed the same behavior when attempting to build on Java 17. The problem appears specific to Java 17, and does not appear on Java 8 or 11. The root cause appears to be that the `user.timezone` System property is not set by default on Java 17, causing System.setProperty() to fail with

Anyone else seeing this on macOS with the RC1 build?

2022-04-25 Thread Mike Thomsen
This laptop can be a little wonky at times because of the corporate lockdowns, so I wanted to see if any other committers/PMC members have seen this in nifi-record-path: [INFO] Running org.apache.nifi.record.path.util.TestFieldValueWalker [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0,