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

FMWK-459 Fix requiring id property from entities by AerospikeCache #752

Merged
merged 24 commits into from
Jun 20, 2024

Commits on Jun 10, 2024

  1. Set data key in AerospikeCache

    agrgr committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d99e2a2 View commit details
    Browse the repository at this point in the history
  2. add tests

    agrgr committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a27d434 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc0ebaf View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. cleanup

    agrgr committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3e301e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    c8c970c View commit details
    Browse the repository at this point in the history
  2. cleanup

    agrgr committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9eefab6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15ba1ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c9014e View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    6bb851b View commit details
    Browse the repository at this point in the history
  2. add a test

    agrgr committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    bd1d7f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. replace hash implementation with a faster one, make serialization and…

    … hashing methods overridable
    agrgr committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b998979 View commit details
    Browse the repository at this point in the history
  2. javadoc update

    agrgr committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    84310ec View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    9697cb0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into FMWK-459-cache-entities-without-id

    # Conflicts:
    #	src/test/java/org/springframework/data/aerospike/cache/AerospikeCacheManagerIntegrationTests.java
    agrgr committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e72f8e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    0b04b9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d650583 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e14355 View commit details
    Browse the repository at this point in the history
  4. add a test for null key

    agrgr committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    703ac9e View commit details
    Browse the repository at this point in the history
  5. create AerospikeCacheKeyProcessor bean to enable overriding it with a…

    … different implementation if needed, cleanup
    agrgr committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    35aad25 View commit details
    Browse the repository at this point in the history
  6. remove unused configuration

    agrgr committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4bc70aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d65c93f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. update javadoc

    agrgr committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ac3fff2 View commit details
    Browse the repository at this point in the history
  2. update documentation

    agrgr committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ea4a654 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18aaaf1 View commit details
    Browse the repository at this point in the history