Messages by Thread
-
-
[jira] [Updated] (MINIFICPP-2870) Lint/Check python code with ruff
Martin Zink (Jira)
-
[jira] [Updated] (NIFI-16150) Bump Logback to 1.6.1, Azure to 1.3.8, ActiveMQ to 6.3.0, and others
Pierre Villard (Jira)
-
[PR] NIFI-16150 - Bump Logback to 1.6.1, Azure to 1.3.8, ActiveMQ to 6.3.0, and others [nifi]
via GitHub
-
[jira] [Created] (NIFI-16150) Bump Logback to 1.6.1, Azure to 1.3.8, ActiveMQ to 6.3.0, and others
Pierre Villard (Jira)
-
[jira] [Commented] (NIFI-16109) Summary Connections tab shows undefined when back pressure configuration is 0
Jason Romero (Jira)
-
[jira] [Commented] (NIFI-16081) Implement Migrate Connector Properties API
ASF subversion and git services (Jira)
-
[jira] [Commented] (NIFI-16149) Controller Service added to a versioned flow is not reported by "Show Local Changes"
ASF subversion and git services (Jira)
-
[PR] NIFI-15546 correct active load balance glyph location in UI [nifi]
via GitHub
-
[jira] [Resolved] (NIFI-16046) Implement Processor / Connector Backlog
Pierre Villard (Jira)
-
[jira] [Commented] (NIFI-16046) Implement Processor / Connector Backlog
ASF subversion and git services (Jira)
-
[jira] [Commented] (NIFI-16148) Align Parameter Context Update Method Authorization
ASF subversion and git services (Jira)
-
[jira] [Commented] (NIFI-15696) Add Rebase operation for versioned process groups
ASF subversion and git services (Jira)
-
[jira] [Updated] (NIFI-15696) Add Rebase operation for versioned process groups
David Handermann (Jira)
-
[PR] NIFI-16149 - Controller Service added to a versioned flow is not reported by 'Show Local Changes' [nifi]
via GitHub
-
[jira] [Created] (NIFI-16149) Controller Service added to a versioned flow is not reported by "Show Local Changes"
Pierre Villard (Jira)
-
[jira] [Updated] (NIFI-16149) Controller Service added to a versioned flow is not reported by "Show Local Changes"
Pierre Villard (Jira)
-
[jira] [Assigned] (NIFI-15698) NiFi Python bridge startup hang
Pierre Villard (Jira)
-
[jira] [Updated] (NIFI-15698) NiFi Python bridge startup hang
Pierre Villard (Jira)
-
[jira] [Resolved] (NIFI-8100) Provide a /health endpoint that do not require authentication for use in LoadBalancer (nifi UI)
David Handermann (Jira)
-
Re: [PR] NIFI-15698 - Fix Python bridge hang during startup with many Python processors [nifi]
via GitHub
-
[jira] [Updated] (NIFI-16148) Align Parameter Context Update Method Authorization
David Handermann (Jira)
-
[PR] NIFI-16148 Align Parameter Context Update Authorization [nifi]
via GitHub
-
[jira] [Commented] (NIFI-16146) FileUtils Sanitization incorrect handling for UTF-16 characters
ASF subversion and git services (Jira)
-
[jira] [Created] (NIFI-16148) Align Parameter Context Update Method Authorization
David Handermann (Jira)
-
[jira] [Commented] (NIFI-16142) Replace the use of bitwise operators to read a long from a byte array with Java API alternatives
ASF subversion and git services (Jira)
-
[jira] [Updated] (NIFI-16147) Remove unnecessary fully qualified names
Daniel Stieglitz (Jira)
-
[jira] [Created] (NIFI-16147) Remove unnecessary fully qualified names
Daniel Stieglitz (Jira)
-
[jira] [Updated] (NIFI-16146) FileUtils Sanitization incorrect handling for UTF-16 characters
David Handermann (Jira)
-
[PR] NIFI-16146 Fix FileUtils sanitization of UTF-16 in filenames [nifi]
via GitHub
-
[jira] [Created] (NIFI-16146) FileUtils Sanitization incorrect handling for UTF-16 characters
David Handermann (Jira)
-
[PR] MINIFICPP-2867 Implement ForkEnrichment/JoinEnrichmentAttributes [nifi-minifi-cpp]
via GitHub
-
[jira] [Created] (MINIFICPP-2870) Lint/Check python code with ruff
Martin Zink (Jira)
-
[jira] [Commented] (NIFI-16000) FileUtils.getSanitizedFilename rejects filenames containing spaces
ASF subversion and git services (Jira)
-
[jira] [Resolved] (NIFI-15989) Improve time format output in Provenance task logging
David Handermann (Jira)
-
[jira] [Resolved] (NIFI-16067) PutIcebergRecord maps fields by ordinal position instead of column name
David Handermann (Jira)
-
[jira] [Commented] (NIFI-15989) Improve time format output in Provenance task logging
ASF subversion and git services (Jira)
-
[jira] [Commented] (NIFI-16141) Align formatting of the error message in customValidate of JSLTTransformJSON with JoltTransformJSON
ASF subversion and git services (Jira)
-
[jira] [Commented] (NIFI-16144) Remove redundant String operations
ASF subversion and git services (Jira)
-
[jira] [Commented] (NIFI-16143) Remove unnecessary conversion to 'String'
ASF subversion and git services (Jira)
-
[PR] NIFI-16145 - Branch creation with Flow Registry Clients [nifi]
via GitHub
-
[jira] [Updated] (NIFI-16145) Registry Clients - Support for branch creation - frontend
Pierre Villard (Jira)
-
[jira] [Updated] (NIFI-16144) Remove redundant String operations
Daniel Stieglitz (Jira)
-
[PR] NIFI-16144 Removed redundant String operations [nifi]
via GitHub
-
[jira] [Created] (NIFI-16145) Registry Clients - Support for branch creation - backend
Pierre Villard (Jira)
-
[jira] [Created] (NIFI-16144) Remove redundant String operations
Daniel Stieglitz (Jira)
-
[PR] NIFI-16143 Removed unnecessary calls of String.valueOf on a String. [nifi]
via GitHub
-
[jira] [Updated] (NIFI-16143) Remove unnecessary conversion to 'String'
Daniel Stieglitz (Jira)
-
[jira] [Created] (NIFI-16143) Remove unnecessary conversion to 'String'
Daniel Stieglitz (Jira)
-
[PR] NIFI-13125 - Flow Version Diff View [nifi]
via GitHub
-
[PR] NIFI-16142 Replaced code which applied bitwise operations to convert an 8-byte array into a 64-bit long integer using Big-Endian byte ordering with use of Java's java.nio.ByteBuffer and MethodHandles.byteArrayViewVarHandle. [nifi]
via GitHub
-
[jira] [Updated] (NIFI-14861) Add EnrichGraphRecord processor
Matt Burgess (Jira)
-
[jira] [Commented] (NIFI-14861) Add EnrichGraphRecord processor
ASF subversion and git services (Jira)
-
[PR] MINIFICPP-2869 Improve rust api property validation and property getters [nifi-minifi-cpp]
via GitHub
-
[jira] [Created] (MINIFICPP-2869) Improve rust api property validation and property getters
Martin Zink (Jira)
-
[jira] [Updated] (NIFI-16142) Replace the use of bitwise operators to read a long from a byte array with Java API alternatives
Daniel Stieglitz (Jira)
-
[jira] [Updated] (NIFI-16142) Replace the use of bitwise operators to read a long from a byte array with ByteBuffer
Daniel Stieglitz (Jira)
-
[jira] [Updated] (NIFI-16142) Replace the use of bitwise operators to read a long from a byte array with java.lang.invoke.VarHandle
Daniel Stieglitz (Jira)
-
[jira] [Created] (NIFI-16142) Replace the use of bitwise operators to read a long from a byte array with java.lang.invoke.VarHandle
Daniel Stieglitz (Jira)
-
[PR] NIFI-16141 Aligned formatting of the error message in customValidate of JSLTTransformJSON with JoltTransformJSON [nifi]
via GitHub
-
[jira] [Updated] (NIFI-16141) Align formatting of the error message in customValidate of JSLTTransformJSON with JoltTransformJSON
Daniel Stieglitz (Jira)
-
[jira] [Updated] (NIFI-16141) Align formatting of error message of JSLTTransformJSON in customValidate with JoltTransformJSON
Daniel Stieglitz (Jira)
-
[jira] [Updated] (NIFI-16141) Align JSLTTransformJSON validation message with JoltTransformJSON
Daniel Stieglitz (Jira)
-
[jira] [Assigned] (NIFI-16141) Align JSLTTransformJSON validation message with JoltTransformJSON
Daniel Stieglitz (Jira)
-
[jira] [Created] (NIFI-16141) Align JSLTTransformJSON validation message with JoltTransformJSON
Daniel Stieglitz (Jira)
-
[jira] [Commented] (NIFI-16139) Add Source and Destination to Connection Status Events
ASF subversion and git services (Jira)
-
[PR] Bump ws, engine.io and socket.io-adapter in /nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main [nifi]
via GitHub
-
[jira] [Commented] (NIFI-16140) Bump Logback to 1.6.0, Okio to 3.18.0, Tika to 3.3.2, and others
ASF subversion and git services (Jira)
-
[PR] MINIFICPP-2868 - Remove getProcessorType from ProcessorApi [nifi-minifi-cpp]
via GitHub
-
[PR] Bump http-proxy-middleware from 2.0.9 to 2.0.10 in /nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main [nifi]
via GitHub
-
[PR] Bump uuid and webpack-dev-server in /nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main [nifi]
via GitHub
-
[PR] MINIFICPP-2866 Add Conan support for SOCI and iODBC libraries [nifi-minifi-cpp]
via GitHub
-
[jira] [Updated] (NIFI-16139) Add Source and Destination to Connection Status Events
David Handermann (Jira)
-
[PR] NIFI-16139 Add Source and Destination to Connection Status Events [nifi]
via GitHub
-
[jira] [Created] (MINIFICPP-2868) Remove getProcessorType from ProcessorApi
Adam Debreceni (Jira)
-
[jira] [Created] (NIFI-16140) Bump Logback to 1.6.0, Okio to 3.18.0, Tika to 3.3.2, and others
Pierre Villard (Jira)
-
[jira] [Created] (MINIFICPP-2867) Implement ForkEnrichment/JoinEnrichmentAttributes processors
Martin Zink (Jira)
-
[PR] NIFI-16140 - Bump Logback to 1.6.0, Okio to 3.18.0, Tika to 3.3.2, and others [nifi]
via GitHub
-
[jira] [Updated] (NIFI-16140) Bump Logback to 1.6.0, Okio to 3.18.0, Tika to 3.3.2, and others
Pierre Villard (Jira)
-
[PR] MINIFICPP-2787 Do not encrypt empty properties and parameters [nifi-minifi-cpp]
via GitHub
-
[PR] MINIFICPP-2861 Add Conan support for docker and clang CI builds [nifi-minifi-cpp]
via GitHub
-
[jira] [Created] (NIFI-16139) Add Source and Destination to Connection Status Events
David Handermann (Jira)
-
[jira] [Updated] (NIFI-16097) Add enable.idemotence Option in Publish Kafka Processor
Guy Aviani (Jira)
-
[jira] [Closed] (NIFI-16097) Add enable.idemotence Option in Publish Kafka Processor
Guy Aviani (Jira)
-
[PR] Bump webpack-dev-server and @nx/angular in /nifi-frontend/src/main/frontend [nifi]
via GitHub