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

[Spring Cleanup] Remove Spring dependencies in claim management API #690

Conversation

NipuniBhagya
Copy link
Contributor

Purpose

This PR removes dependencies and usages of the Spring framework in the claim management REST API.

Related Issue(s)

@NipuniBhagya NipuniBhagya changed the base branch from master to feature-spring-cleanup October 9, 2024 08:50
@NipuniBhagya NipuniBhagya force-pushed the feature-remove-spring-claims branch from 699e9c7 to a271da3 Compare October 15, 2024 09:08
@NipuniBhagya NipuniBhagya force-pushed the feature-remove-spring-claims branch from a271da3 to 9088953 Compare October 15, 2024 09:12
@@ -174,7 +183,7 @@ public Response exportClaimDialectToFile(String dialectId, String accept) {

return Response.ok()
.type(fileContent.getFileType())
.header(HttpHeaders.CONTENT_DISPOSITION, "attachment; filename=\""
.header("Content-Disposition", "attachment; filename=\""
Copy link
Contributor

Choose a reason for hiding this comment

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

Shall we make this as a constant?

@lashinijay
Copy link
Contributor

Comments will be addressed with #756

@lashinijay lashinijay merged commit 10e454c into wso2:feature-spring-cleanup Dec 9, 2024
1 check passed
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