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

[SELC-3816] Feat: Added UserV2Controller and Service for new API of BE-User #327

Closed
wants to merge 11 commits into from

Conversation

flaminiaScarciofolo
Copy link
Collaborator

List of Changes

  • Added the user controller and service V2 to make calls to the REST client of the new selfcare user microservice.

Motivation and Context

We need to expose new endpoints that will make calls to the new selfcare-user APIs, ensuring backward compatibility so that we can call and test both versions across different environments. The "old" endpoints will point to the ms-core client, while the new ones will point to the selfcare-user client.

How Has This Been Tested?

Screenshots (if appropriate):

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@flaminiaScarciofolo flaminiaScarciofolo requested a review from a team as a code owner February 6, 2024 10:04
Copy link

sonarcloud bot commented Feb 14, 2024

@Slf4j
@RestController
@Api(tags = "user")
@RequestMapping(value = "/v2", produces = MediaType.APPLICATION_JSON_VALUE)
Copy link
Contributor

Choose a reason for hiding this comment

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

you should do these actions before introduce /v2 path....

@manuraf manuraf deleted the feature/SELC-3816 branch March 12, 2024 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants