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

Terminate stream with error on null values returned by RedisElementReader for top-level elements #2672

Closed
wants to merge 3 commits into from

Commits on Aug 17, 2023

  1. Prepare issue branch.

    mp911de committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    7d3e805 View commit details
    Browse the repository at this point in the history
  2. Terminate stream with error on null values returned by `RedisElemen…

    …tReader` for top-level elements.
    
    We now emit InvalidDataAccessApiUsageException when a RedisElementReader returns null in the context of a top-level stream to indicate invalid API usage although RedisElementReader.read can generally return null values if these are being collected in a container or value wrapper or parent complex object.
    mp911de committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    549f815 View commit details
    Browse the repository at this point in the history
  3. Polishing.

    Consistent operations documentation wording.
    mp911de committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    0b123d2 View commit details
    Browse the repository at this point in the history