Re: Build of 2.x failing on Centos 7

2024-04-19 Thread Michael Moser
Perhaps this was an unintentional change to the nifi-web-ui from the NIFI-13035 PR that was merged recently? -- Mike On Fri, Apr 19, 2024 at 12:06 PM Dan S wrote: > Thanks David! > I did not have this problem the other day when I submitted a PR for > NIFI-12960. > > On Fri, Apr 19, 2024 at

Re: Build of 2.x failing on Centos 7

2024-04-19 Thread Michael Moser
Thanks for explaining the intent, David, and it makes perfect sense. -- Mike On Fri, Apr 19, 2024 at 12:26 PM David Handermann < exceptionfact...@apache.org> wrote: > Mike, > > The change was intentional from my understanding as Node.js 16 reached > end of life last year [1]. Registry should

Re: ...not the most recent version of this FlowFile within this session...

2024-05-08 Thread Michael Moser
; ``` > final Map attributes = new HashMap<>(); > flowFile.getAttributes().forEach( (key, value) -> { > if (key.startsWith(“foo”)) { > attributes.put(“original-“ + key, value); > } > } > > flowFIle = session.putAllAttributes(flowFile, attributes); > ```

Re: [VOTE] Release Apache NiFi 1.26.0 (RC1)

2024-05-06 Thread Michael Moser
+1 (binding) verified signature, hashes, commit ID had a glance at the README, LICENSE, NOTICE files built on: Apache Maven 3.9.6 Maven home: /home/mwmoser/.m2/wrapper/dists/apache-maven-3.9.6/a53741d1 Java version: 1.8.0_412, vendor: Red Hat, Inc., runtime:

Re: [VOTE] Release Apache NiFi 2.0.0-M3 (RC1)

2024-05-16 Thread Michael Moser
+1 (binding) Stepped through the release helper to verify the things. Apache Maven 3.9.6 Java version: 21.0.3 Red Hat Enterprise Linux 8.9 Upgraded NiFi from 2.0.0-M2 to 2.0.0-M3. Upgraded NiFi Registry from 2.0.0-M2 to 2.0.0-M3 Tested a few flows with no problems. -- Mike On Thu, May 16,

Re: ...not the most recent version of this FlowFile within this session...

2024-05-08 Thread Michael Moser
Wow, thanks for this information! Just last week I saw code that modified attributes in a stream: flowFile.getAttributes().entrySet().stream().filter(e -> e.getKey().startsWith("foo")) .forEach(e -> session.putAttribute(flowFile, "original-" + e.getKey, e.getValue())); and I wondered how

Re: Jira contributor access

2024-03-01 Thread Michael Moser
Hello, The bbobcik user in Apache Jira has contributor access to the NiFi project. Is it not working for you? What action in Jira are you trying to do? -- Mike On Fri, Mar 1, 2024 at 9:48 AM Boleslav Bobcik wrote: > Hello, I just wanted to check whether my request for contributor access is

Re: [DISCUSS] Progress Update on new UI

2024-05-30 Thread Michael Moser
Would we prefer Jira tickets or dev emails to discuss design of the new UI? For example: On the Summary page the old UI could show 25 rows in the table before scrolling but the new UI shows 14 rows. Is there any way we can make the height of each row a bit smaller to fit more on the screen? I

<    1   2