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

[Currency] Remove the use of Spring REST Template #8554

Open
mandy-chessell opened this issue Jan 3, 2025 · 0 comments
Open

[Currency] Remove the use of Spring REST Template #8554

mandy-chessell opened this issue Jan 3, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request pinned Keep open (do not time out)

Comments

@mandy-chessell
Copy link
Contributor

Existing/related issue?

No response

Please describe the new behavior that that will improve Egeria

The clinet-side REST API calls in Egeria are issued through Spring's RestTemplate class. This is deprecated and does not support calls such as HTTP PATCH needed for some integrations.

The calls are issued from a REST Connector implementation. The plan is to update/replace the existing Spring-based connector with one that uses the standard Java nio classes.

Alternatives

Carry on as we are, or use another library.

Any Further Information?

No response

Would you be prepared to be assigned this issue to work on?

No response

@mandy-chessell mandy-chessell added enhancement New feature or request pinned Keep open (do not time out) labels Jan 3, 2025
@mandy-chessell mandy-chessell self-assigned this Jan 3, 2025
@mandy-chessell mandy-chessell moved this from In Progress to Todo in Currency and Simplification Jan 3, 2025
@mandy-chessell mandy-chessell changed the title [Technical Debt] Remove the use of Spring REST Template [Currency] Remove the use of Spring REST Template Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pinned Keep open (do not time out)
Projects
Development

No branches or pull requests

1 participant