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

Fixed issues with RecordExistsAction #157

Closed
wants to merge 1 commit into from

Commits on May 19, 2024

  1. Fixed issues with RecordExistsAction

    If a policy with a RecordExistsAction is passed into `save(obj)` the
    save passed UPDATE instead of the actual policy which should be used.
    Corrected this by checking to see if the REA on the poiicy was UPDATE
    before overwriting it. See
    https://discuss.aerospike.com/t/recordexistsaction-create-only-and-sendkey-isnt-working-on-java-object-mapper/11111/7
    tim-aero committed May 19, 2024
    Configuration menu
    Copy the full SHA
    cfbf15d View commit details
    Browse the repository at this point in the history