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

Common classes in Nacos should be unified #2025

Closed
nkorange opened this issue Nov 7, 2019 · 2 comments · Fixed by #2086
Closed

Common classes in Nacos should be unified #2025

nkorange opened this issue Nov 7, 2019 · 2 comments · Fixed by #2086

Comments

@nkorange
Copy link
Collaborator

nkorange commented Nov 7, 2019

Currently there are several HttpClient classes in Nacos, they should be merged to one class. So we can avoid repeated changes like in #2018

@nkorange nkorange changed the title HttpClient in Nacos should be unified Common classes in Nacos should be unified Nov 7, 2019
@nkorange
Copy link
Collaborator Author

nkorange commented Nov 7, 2019

Actually there are more than one kind of classes should be unified. Some of the candidates are:

  • HttpClient
  • IOUtils
  • StringUtils
  • ...

@haochencheng
Copy link

Actually there are more than one kind of classes should be unified. Some of the candidates are:

  • HttpClient
  • IOUtils
  • StringUtils
  • ...

i create a pull request to unified IOUtils and StringUtils
the branch name is haochencheng:feature/unifiedCommonClasses
how should i do to finished this pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants