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

Refactor ScimUserProvisioning Dependency Injection #3026

Merged
merged 9 commits into from
Sep 10, 2024

Conversation

adrianhoelzl-sap
Copy link
Contributor

No description provided.

@adrianhoelzl-sap adrianhoelzl-sap added the DO NOT MERGE Internal Test or WIP, please DO NOT MERGE label Sep 4, 2024
@adrianhoelzl-sap adrianhoelzl-sap force-pushed the refactor-scimuserprovisioning-di-new branch from e72d23d to 9a9a5b1 Compare September 4, 2024 09:03
@adrianhoelzl-sap adrianhoelzl-sap marked this pull request as ready for review September 4, 2024 11:50
@adrianhoelzl-sap adrianhoelzl-sap removed the DO NOT MERGE Internal Test or WIP, please DO NOT MERGE label Sep 4, 2024
@adrianhoelzl-sap adrianhoelzl-sap requested a review from a team September 5, 2024 09:59
@@ -131,8 +130,6 @@ public Logger getLogger() {

private static final RowMapper<ScimUser> mapper = new ScimUserRowMapper();

private Pattern usernamePattern = Pattern.compile("[\\p{L}+0-9+\\-_.@'!]+");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you provide some context on how this is now an obsolete property. Is this property obsolete globally in UAA, or just obsolete in JdbcScimUserProvisioning?

If the former (globally), this property still exist in these places and need to be cleaned up:

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the hint, I removed the variable in commit c7c8bdc.

@adrianhoelzl-sap adrianhoelzl-sap merged commit ee49a30 into develop Sep 10, 2024
22 checks passed
@adrianhoelzl-sap adrianhoelzl-sap deleted the refactor-scimuserprovisioning-di-new branch September 10, 2024 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants