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

FINERACT-1932: Add configuration for useradministration service #3372

Merged

Conversation

abhinav7sinha
Copy link
Contributor

…NERACT-1932)

Description

Describe the changes made and why they were made.

Ignore if these details are present on the associated Apache Fineract JIRA ticket.

Checklist

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Write the commit message as per https://github.com/apache/fineract/#pull-requests

  • Acknowledge that we will not review PRs that are not passing the build ("green") - it is your responsibility to get a proposed PR to pass the build, not primarily the project's maintainers.

  • Create/update unit or integration tests for verifying the changes made.

  • Follow coding conventions at https://cwiki.apache.org/confluence/display/FINERACT/Coding+Conventions.

  • Add required Swagger annotation and update API documentation at fineract-provider/src/main/resources/static/legacy-docs/apiLive.htm with details of any API changes

  • Submission is not a "code dump". (Large changes can be made "in repository" via a branch. Ask on the developer mailing list for guidance, if required.)

FYI our guidelines for code reviews are at https://cwiki.apache.org/confluence/display/FINERACT/Code+Review+Guide.

@abhinav7sinha abhinav7sinha force-pushed the FINERACT-1932/useradministration-module branch from fd246c8 to c9ee7b8 Compare August 16, 2023 09:57
@vidakovic vidakovic self-requested a review August 17, 2023 08:34
@abhinav7sinha abhinav7sinha force-pushed the FINERACT-1932/useradministration-module branch 2 times, most recently from 8df4314 to 9ffa2c9 Compare August 17, 2023 14:26
@@ -6,9 +6,9 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* <p>
Copy link
Contributor

Choose a reason for hiding this comment

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

This will probably fail. Before you submit please run ./gradlew spotlessApply to fix (most) of these (formatting) errors.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done. I'll make sure to review git differecnes before opening future PRs to avoid this.

@abhinav7sinha abhinav7sinha force-pushed the FINERACT-1932/useradministration-module branch 2 times, most recently from f7088f6 to d414b3d Compare August 17, 2023 19:10
@vidakovic vidakovic changed the title Add custom AutoConfiguration class for useradministration service (FI… FINERACT-1932: Add auto configuration for useradministration service Aug 17, 2023
@abhinav7sinha abhinav7sinha force-pushed the FINERACT-1932/useradministration-module branch from d414b3d to 7d3a3e0 Compare August 17, 2023 19:33
Copy link
Contributor

@adamsaghy adamsaghy left a comment

Choose a reason for hiding this comment

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

LGTM

import org.springframework.jdbc.core.JdbcTemplate;

@Configuration
public class UserAdministrationAutoConfiguration {
Copy link
Contributor

Choose a reason for hiding this comment

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

This is not auto configuration. Please rename it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@abhinav7sinha abhinav7sinha force-pushed the FINERACT-1932/useradministration-module branch from 7d3a3e0 to f18a27c Compare August 22, 2023 14:24
@abhinav7sinha abhinav7sinha changed the title FINERACT-1932: Add auto configuration for useradministration service FINERACT-1932: Add configuration for useradministration service Aug 22, 2023
@abhinav7sinha abhinav7sinha force-pushed the FINERACT-1932/useradministration-module branch from f18a27c to a7668fa Compare August 25, 2023 15:53
@galovics galovics merged commit 6910759 into apache:develop Aug 30, 2023
8 checks passed
@abhinav7sinha abhinav7sinha deleted the FINERACT-1932/useradministration-module branch December 4, 2023 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants