nifi/nifi-commons
Koji Kawamura 4db5446c87 NIFI-6082: Refactor the way to handle fields nullable
- Make enriched fields nullable at LookupRecord.
- Removed unnecessary AvroConversionOptions and reader schema creation,
because ResultSetRecordSet can generate NiFi Record Schema from RS
directly. No Avro schema is needed to do that.
2019-03-14 09:33:39 +09:00
..
nifi-data-provenance-utils NIFI-6029-RC2 prepare for next development iteration 2019-02-16 21:50:35 -05:00
nifi-expression-language NIFI-6097 - Upgraded the fasterxml jackson version to 2.9.8. Ensure that the version is consistent across modules using a maven property defined in the root pom. 2019-03-04 19:30:35 -05:00
nifi-flowfile-packager NIFI-6029-RC2 prepare for next development iteration 2019-02-16 21:50:35 -05:00
nifi-hl7-query-language NIFI-6029-RC2 prepare for next development iteration 2019-02-16 21:50:35 -05:00
nifi-json-utils NIFI-6097 - Upgraded the fasterxml jackson version to 2.9.8. Ensure that the version is consistent across modules using a maven property defined in the root pom. 2019-03-04 19:30:35 -05:00
nifi-logging-utils NIFI-6029-RC2 prepare for next development iteration 2019-02-16 21:50:35 -05:00
nifi-properties Added tests for commons utilities StringUtils and FormatUtils 2019-03-06 13:59:35 -05:00
nifi-record NIFI-6082: Refactor the way to handle fields nullable 2019-03-14 09:33:39 +09:00
nifi-record-path NIFI-6029-RC2 prepare for next development iteration 2019-02-16 21:50:35 -05:00
nifi-schema-utils NIFI-6029-RC2 prepare for next development iteration 2019-02-16 21:50:35 -05:00
nifi-security-utils NIFI-6029-RC2 prepare for next development iteration 2019-02-16 21:50:35 -05:00
nifi-site-to-site-client NIFI-6097 - Upgraded the fasterxml jackson version to 2.9.8. Ensure that the version is consistent across modules using a maven property defined in the root pom. 2019-03-04 19:30:35 -05:00
nifi-socket-utils NIFI-6029-RC2 prepare for next development iteration 2019-02-16 21:50:35 -05:00
nifi-utils Added tests for commons utilities StringUtils and FormatUtils 2019-03-06 13:59:35 -05:00
nifi-web-utils NIFI-6097 - Upgraded the fasterxml jackson version to 2.9.8. Ensure that the version is consistent across modules using a maven property defined in the root pom. 2019-03-04 19:30:35 -05:00
nifi-write-ahead-log NIFI-6110: Updated StandardProcessSession such that if we fail to update the FlowFile Repository, we do not decrement claimant counts for any FlowFiles that were removed. Doing so can cause an issue where a FlowFile is removed, then the FlowFileRepo update fails, resulting in the flowfile being rolled back, but after its claimant count is decremented. It will then be processed again, which can result in the same thing, and we'll end up decrementing the claimant count repeatedly. Also updated LengthDelimitedJournal so that if the overflow directory already exists, it does not fail when trying to create the directory and instead just moves on. Updated unit tests to test both of these new fixes and updated DummyRecordSerde to be thread-safe because the TestLengthDelimitedJournal now needs it to be thread safe due to the new unit test that was added. 2019-03-08 10:32:38 -05:00
pom.xml NIFI-6029-RC2 prepare for next development iteration 2019-02-16 21:50:35 -05:00