Thanks Pierre - definitely a good time to pull together a release.  Were
you looking to do the RM work or do we need someone?  I'm happy to do it if
needed.

Thanks

On Tue, Jan 5, 2021 at 8:04 AM Pierre Villard <pierre.villard...@gmail.com>
wrote:

> Hi all,
>
> Happy new year to everyone, hope you all had a great time. I'm bumping this
> thread up as I think it'd make a lot of sense to release NiFi 1.13.0. We
> have a ton of bug fixes and improvements that would be very useful for our
> community.
>
> Let's try to see if there are any blockers for a release and start the
> process:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20NIFI%20AND%20resolution%20%3D%20Unresolved%20AND%20fixVersion%20%3D%201.13.0%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC
>
> Thanks!
>
>
> Le mar. 1 déc. 2020 à 14:49, Bryan Bende <bbe...@gmail.com> a écrit :
>
> > Chris,
> >
> > The illegal reflective access warnings are expected when running on Java
> > 11.
> >
> > The second warning about the provenance repo seems like a possible
> > issue due to some recent refactorings made for stateless, we should
> > take a look at that.
> >
> > Thanks,
> >
> > Bryan
> >
> > On Tue, Dec 1, 2020 at 3:58 AM Chris Sampson
> > <chris.samp...@naimuri.com.invalid> wrote:
> > >
> > > 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
> > > chris.samp...@naimuri.com
> > > <https://www.naimuri.com/>
> > >
> > >
> > > On Mon, 30 Nov 2020 at 18:50, Nissim Shiman <nshi...@yahoo.com.invalid
> >
> > > 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 <
> > > > mattyb...@apache.org> 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 <phillip@nifi.rocks
> >
> > > > 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 <
> > mikerthom...@gmail.com>
> > > > > 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 <
> > mikerthom...@gmail.com>
> > > > > > 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 <
> > ottobackwa...@gmail.com
> > > > >
> > > > > > 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 <pierre.villard...@gmail.com>
> > > > > > > > <pierre.villard...@gmail.com>
> > > > > > > > Reply: dev@nifi.apache.org <dev@nifi.apache.org> <
> > > > dev@nifi.apache.org>
> > > > > > > > Date: November 26, 2020 at 04:55:56
> > > > > > > > To: dev@nifi.apache.org <dev@nifi.apache.org> <
> > dev@nifi.apache.org
> > > > >
> > > > > > > > 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
> > > > > >
> > > >
> >
>

Reply via email to