nifi/nifi-commons
Mark Payne 8ad3c731da
NIFI-12797 Refactored Record.incorporateInactiveFields
Refactored Record.incorporateInactiveFields to handle when an updated field and an inactive field have the same name (which can happen if incorporateInactiveFields is called multiple times). Also refactored the setValue(String, Object) method to call setValue(RecordField, Object) because the logic had diverged. Also exposed the text of Expression Language, which led to the discovery of this bug.

This closes #8413

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-03-08 15:25:49 -06:00
..
nifi-build NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-calcite-utils NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-data-provenance-utils NIFI-12832 Removed unnecessary dependencies from nifi-mock 2024-02-23 15:13:21 -06:00
nifi-deprecation-log NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-expression-language NIFI-12797 Refactored Record.incorporateInactiveFields 2024-03-08 15:25:49 -06:00
nifi-flow-encryptor NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-flowfile-packager NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-hashicorp-vault NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-hashicorp-vault-api NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-hl7-query-language NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-jetty-configuration NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-json-schema-api NIFI-12725 Upgraded json-schema-validator from 1.1.0 to 1.3.2 2024-02-15 15:11:01 -06:00
nifi-json-schema-shared NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-json-utils NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-kubernetes-client NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-metrics NIFI-12705 Update metrics-jvm to 4.2.25 2024-02-01 10:51:21 +04:00
nifi-parameter NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-per-process-group-logging NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-properties NIFI-11443 Route Python Framework Logging to SLF4J (#8407) 2024-03-05 16:55:04 -05:00
nifi-property-encryptor NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-property-protection-api NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-property-protection-aws NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-property-protection-azure NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-property-protection-cipher NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-property-protection-factory NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-property-protection-gcp NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-property-protection-hashicorp NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-property-protection-loader NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-property-protection-shared NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-property-utils NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-record NIFI-12797 Refactored Record.incorporateInactiveFields 2024-03-08 15:25:49 -06:00
nifi-record-path NIFI-12797 Refactored Record.incorporateInactiveFields 2024-03-08 15:25:49 -06:00
nifi-repository-encryption NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-schema-utils NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-security-cert NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-security-cert-builder NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-security-crypto-key NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-security-identity NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-security-kerberos NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-security-kerberos-api NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-security-kms NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-security-socket-ssl NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-security-ssl NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-security-utils NIFI-12764 Removed Commons Codec and Lang3 from security-utils (#8380) 2024-02-09 16:00:06 -05:00
nifi-security-utils-api NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-single-user-utils NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-site-to-site-client NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-socket-utils NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-swagger-integration NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-utils NIFI-12832 Removed unnecessary dependencies from nifi-mock 2024-02-23 15:13:21 -06:00
nifi-uuid5 NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-web-client NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-web-client-api NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-web-utils NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-write-ahead-log NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-xml-processing NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
pom.xml NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00