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

Refactoring: testable code in JdbcScimUserProvisioning #2863

Merged
merged 5 commits into from
May 6, 2024

Commits on May 2, 2024

  1. Refactoring: testable code in JdbcScimUserProvisioning

    * Create bean for extra SimpleSearchQueryConverter
    * Need an extra SimpleSearchQueryConverter for the search with join
    but this object can be created once.
    
    * Need NamedParameterJdbcTemplate for the search but this
    object can be created once
    
    * Removed interface methods which are never used
    
    Created JUnit tests for all cases in retrieveByScimFilterOnlyActive and
    verify the existence of LOWER
    strehle committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1f5b038 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17cf8fd View commit details
    Browse the repository at this point in the history
  3. Add test

    strehle committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0972f8e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Review

    strehle committed May 3, 2024
    Configuration menu
    Copy the full SHA
    cb80682 View commit details
    Browse the repository at this point in the history
  2. adopt parameter

    becaue of refactoring from review
    strehle committed May 3, 2024
    Configuration menu
    Copy the full SHA
    629cd0b View commit details
    Browse the repository at this point in the history