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

DataAccessUtils result accessors with Optional return value #27735

Merged
merged 11 commits into from
Jul 14, 2023

Commits on Nov 26, 2021

  1. extend DataAccessUtils

    KaidosGH committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    f86cf08 View commit details
    Browse the repository at this point in the history
  2. cleanup

    KaidosGH committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    ff503c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b98e7ad View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2021

  1. Configuration menu
    Copy the full SHA
    8a5fc7d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Update spring-tx/src/main/java/org/springframework/dao/support/DataAc…

    …cessUtils.java
    
    
    re-use newly added singleResult methods
    
    Co-authored-by: Vigneswaran <rkvigneswaran@gmail.com>
    KaidosGH and rkvigneswaran committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    1e7d103 View commit details
    Browse the repository at this point in the history
  2. Update spring-tx/src/main/java/org/springframework/dao/support/DataAc…

    …cessUtils.java
    
    
    re-use newly added singleResult methods
    
    Co-authored-by: Vigneswaran <rkvigneswaran@gmail.com>
    KaidosGH and rkvigneswaran committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    6522003 View commit details
    Browse the repository at this point in the history
  3. Update spring-tx/src/main/java/org/springframework/dao/support/DataAc…

    …cessUtils.java
    
    
    re-use newly added singleResult methods
    
    Co-authored-by: Vigneswaran <rkvigneswaran@gmail.com>
    KaidosGH and rkvigneswaran committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    4ee08be View commit details
    Browse the repository at this point in the history
  4. fix closing bracket

    KaidosGH committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    3017beb View commit details
    Browse the repository at this point in the history
  5. Update spring-tx/src/main/java/org/springframework/dao/support/DataAc…

    …cessUtils.java
    
    
    use "public IncorrectResultSizeDataAccessException(int expectedSize)" in stream and iterator method
    
    Co-authored-by: Kwangyong Kim <banana.yong@gmail.com>
    KaidosGH and bananayong committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    9206303 View commit details
    Browse the repository at this point in the history
  6. Update spring-tx/src/main/java/org/springframework/dao/support/DataAc…

    …cessUtils.java
    
    
    use "public IncorrectResultSizeDataAccessException(int expectedSize)" in stream and iterator method
    
    Co-authored-by: Vigneswaran <rkvigneswaran@gmail.com>
    KaidosGH and rkvigneswaran committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    7c096e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1891fa4 View commit details
    Browse the repository at this point in the history