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

GH-3444: Add Custom TTL support for RedisLock, and JdbcLock #9053

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Mar 30, 2024

  1. spring-projectsGH-3444: Add Custom TTL support for RedisLock, and Jdb…

    …cLock
    
    Fixes: spring-projects#3444
    
    * Add `CustomTtlLock`, and `CustomTtlLockRegistry` interfaces
    * Modify `RedisLockRegistry` to implement the interfaces.
    * Modify ddl of `INT_LOCK` table, `LockRepository`, `DefaultLockRepository`, and `JdbcLockRegistry` to implement the interfaces.
    * Fix potential concurrency issue of `unlock` method of `JdbcLock`.
    * Maintain existing test cases and add new test cases.
    EddieChoCho committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    dea939e View commit details
    Browse the repository at this point in the history
  2. Refactor

    EddieChoCho committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    3f08936 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Rename CustomTtlLock to DistributedLock

    Remove `CustomTtlLockRegistry`
    EddieChoCho committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    637247d View commit details
    Browse the repository at this point in the history