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-9291: Enhanced unlock() method of JdbcLock to verify successful unlocking #9292

Merged
merged 3 commits into from
Jul 2, 2024

Commits on Jul 2, 2024

  1. spring-projectsGH-9291: Enhanced unlock() method of JdbcLock to verif…

    …y successful unlocking
    
    Fixes: spring-projects#9291
    * Modify `unlock()` method of `JdbcLock`: if the lock ownership can not be removed due to data expiration, a `ConcurrentModificationException` should be thrown.
    * Modify `unlock()` method of `RedisLock`: if the lock ownership can not be removed due to data expiration, a `ConcurrentModificationException` should be thrown.
    * Maintain test cases
    EddieChoCho committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2665cd4 View commit details
    Browse the repository at this point in the history
  2. Updates from feedback

    EddieChoCho committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    98ff051 View commit details
    Browse the repository at this point in the history
  3. Updates from feedback

    EddieChoCho committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    1f5b7a9 View commit details
    Browse the repository at this point in the history