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

[Plugins] Migrate from Micronaut HTTPClient to standard Java HTTP Client in plugins #4011

Closed
7 of 9 tasks
fhussonnois opened this issue Jun 12, 2024 · 2 comments
Closed
7 of 9 tasks
Assignees
Labels
area/backend Needs backend code changes bug Something isn't working kind/cooldown Great candidate for the cooldown period

Comments

@fhussonnois
Copy link
Member

fhussonnois commented Jun 12, 2024

Issue description

To reduce the use of Micronaut in plugins we should remove where possible the use of the Micronaut HTTP Client.

  • plugin-dbt
  • plugin-airbyte
  • plugin-servicenow
  • plugin-elasticsearch
  • plugin-powerbi
  • plugin-openapi
  • plugin-hightouch
  • plugin-fivetran
  • plugin-notification
@fhussonnois fhussonnois added area/backend Needs backend code changes technical-issue labels Jun 12, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Issues Jun 12, 2024
@tchiotludo tchiotludo added kind/cooldown Great candidate for the cooldown period and removed kind/technical-issue labels Jul 6, 2024
@loicmathieu
Copy link
Member

We now have support for a custom HttpClient on top of Apache Http CLient.
It would be a good idea to refactor all tasks that uses the Micronaut HTTP Client to this new client.

@anna-geller anna-geller added the bug Something isn't working label Feb 17, 2025
@aeSouid aeSouid moved this from Backlog to In progress in Issues Feb 19, 2025
@aeSouid aeSouid moved this from In progress to In review in Issues Feb 22, 2025
@aeSouid aeSouid moved this from In review to Done in Issues Feb 24, 2025
@aeSouid aeSouid closed this as completed by moving to Done in Issues Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/backend Needs backend code changes bug Something isn't working kind/cooldown Great candidate for the cooldown period
Projects
Status: Done
Development

No branches or pull requests

5 participants