Just spotted the following during startup of NiFi 1.13.0-SNAPSHOT on my local machine, which might be worth looking at (although I've not deleted and re-created the binaries in a little while, so I could have something wrong in my /lib folder or such):
2020-12-01 08:52:48,382 ERROR [NiFi logging handler] org.apache.nifi.StdErr WARNING: An illegal reflective access operation has occurred 2020-12-01 08:52:48,383 ERROR [NiFi logging handler] org.apache.nifi.StdErr WARNING: Illegal reflective access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector (file:.../nifi-1.13.0-SNAPSHOT/lib/java11/jaxb-impl-2.3.0.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int) 2020-12-01 08:52:48,383 ERROR [NiFi logging handler] org.apache.nifi.StdErr WARNING: Please consider reporting this to the maintainers of com.sun.xml.bind.v2.runtime.reflect.opt.Injector 2020-12-01 08:52:48,383 ERROR [NiFi logging handler] org.apache.nifi.StdErr WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations 2020-12-01 08:52:48,383 ERROR [NiFi logging handler] org.apache.nifi.StdErr WARNING: All illegal access operations will be denied in a future release Also: 2020-12-01 08:52:52,486 WARN [main] o.a.n.n.StandardExtensionDiscoveringManager Failed to register extension org.apache.nifi.provenance.VolatileProvenanceRepository due to: Attempt was made to load org.apache.nifi.provenance.VolatileProvenanceRepository from org.apache.nifi:nifi-provenance-repository-nar:1.13.0-SNAPSHOT but that class name is already loaded/registered from org.apache.nifi:nifi-stateless-nar:1.13.0-SNAPSHOT and multiple versions are not supported for this type These log messages appear just before the NAR extraction logs during instance startup. Don't know whether these are things that should be fixed before 1.13.0 and/or have already been looked into, but figured I'd mention them so they're at least known about. --- *Chris Sampson* IT Consultant [email protected] <https://www.naimuri.com/> On Mon, 30 Nov 2020 at 18:50, Nissim Shiman <[email protected]> wrote: > Hello Nifi Team, > > NIFI-7738 [1] https://github.com/apache/nifi/pull/4563 > has already been reviewed/tested by a fellow contributer > I would greatly appreciate a committer moving this to main for 1.13.0 > Thanks, > Nissim Shiman > > [1] https://issues.apache.org/jira/browse/NIFI-7738 > On Sunday, November 29, 2020, 07:12:12 PM EST, Matt Burgess < > [email protected]> wrote: > > I just merged Mike's Cassandra DMC PR, reviewing the graph stuff now. > > I have a bunch of open PRs [1], I don't think any are blockers for > 1.13.0 but thought I'd take this opportunity to find some reviewers :) > > Regards, > Matt > > [1] https://github.com/apache/nifi/pulls/mattyb149 > > On Sat, Nov 28, 2020 at 10:13 AM Phillip Grenier <[email protected]> > wrote: > > > > I wouldn't mind https://github.com/apache/nifi/pull/4554 making it in. > Have > > seen a couple more instances where people have created custom processors > to > > work around this PR. > > > > On Thu, Nov 26, 2020 at 11:10 AM Mike Thomsen <[email protected]> > > wrote: > > > > > Also, for most of us (committers and community members), it's a > > > holiday season so might be good to delay a release to early January > > > anyway. Just a thought. > > > > > > On Thu, Nov 26, 2020 at 11:08 AM Mike Thomsen <[email protected]> > > > wrote: > > > > > > > > https://github.com/apache/nifi/pull/4638 - This is a big increase in > > > > graph functionality, and I want to give him a chance to get his first > > > > contribution in with 1.13 (we may have some more of his work we can > > > > open source). > > > > > > > > Matt's also reviewing some of my Cassandra and graph tickets as well. > > > > I wouldn't call those **blockers**, but having the Cassandra DMC > fully > > > > fleshed out would be nice. > > > > > > > > On Thu, Nov 26, 2020 at 9:10 AM Otto Fowler <[email protected] > > > > > wrote: > > > > > > > > > > NIFI-7795 https://github.com/apache/nifi/pull/4656 > > > > > NIFI-7761 https://github.com/apache/nifi/pull/4513 > > > > > NIFI-2072 https://github.com/apache/nifi/pull/4384 > > > > > > > > > > From: Pierre Villard <[email protected]> > > > > > <[email protected]> > > > > > Reply: [email protected] <[email protected]> < > [email protected]> > > > > > Date: November 26, 2020 at 04:55:56 > > > > > To: [email protected] <[email protected]> <[email protected] > > > > > > > Subject: [DISCUSS] Release of Apache NiFi 1.13.0 > > > > > > > > > > Hi community, > > > > > > > > > > Starting a discussion thread around the release of NiFi 1.13.0. We > > > added > > > > > quite a lot of significant improvements and features since the > release > > > of > > > > > 1.12.1 - I see 143 JIRAs with 1.13.0 as the fix version. I think it > > > makes > > > > > sense to consider a new release. > > > > > > > > > > Please share here the JIRAs with opened pull requests that we would > > > need to > > > > > look at to make this release happen. > > > > > > > > > > Thanks, > > > > > Pierre > > > >
