Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NIFI-9677 Fixed LookupRecord issue that an empty JSON array caused mismatch #8266

Closed
wants to merge 3 commits into from

Commits on Jan 18, 2024

  1. NIFI-9677 Fixed issue that an empty JSON array causes flow file to be…

    … considered unmatched even though it should be considered as a match.
    jsteinebrey committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    590a614 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Refactored to avoid streaming over the list twice.

    jsteinebrey committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    47cccab View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Tweaked unit test, so it works in NiFi 1.x also.

    jsteinebrey committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    8f58811 View commit details
    Browse the repository at this point in the history