The C++ version of MiNiFi is still maintained and released separately, since there is not a lot of code sharing going on with it. The codebase: https://github.com/apache/nifi-minifi-cpp
Being a small subproject, it doesn't get as much attention on the mailing lists, but it's still actively developed and maintained. Thanks, Marton On Wed, 7 Sept 2022 at 18:34, Joe Witt <[email protected]> wrote: > > Marc > > Please only post to one list. Moved security and dev to bcc as this > is just a user question. > > Apache NiFi's MiNiFi has two implementations one is Java based and the > other is CPP based. Given the version you reference I suspect you're > asking about the MiNiFI Java implementation. > > We used to run it as a separate codebase and we did a lot of copy and > paste from NiFi to it. That was found here > https://github.com/apache/nifi-minifi > > But we struggled to keep it well maintained and we got tired of > copying code over and over so we brought it to its rightful home back > in the main Apache NiFi codebase. That happened with the Apache NiFi > 1.14.0 release line. So now going forward whenever we release Apache > NiFi we are releasing Apache NiFi itself, Apache NiFi MiNiFi Java, > Apache NiFi Registry, Apache NiFi Stateless, Apache NiFi Toolkit, > etc.. > > So long story short - yes minifi java is a subset of the larger nifi > codebase in the 1.15.1 line and beyond. > > Thanks > > On Wed, Sep 7, 2022 at 11:15 AM Kruza, Marc S. [US-US] via security > <[email protected]> wrote: > > > > Apache folks, is the MiniFi subproject code a subset of the larger NiFi > > code (specifically, v1.15.1)? We're trying to use / reuse code that's > > already been approved through our internal process. > > > > v/r, > > Marc S. Kruza > > Security Administrator, Leidos > > 321-494-0693 > > [email protected]
