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

Replace http client for alarm log app #3225

Merged
merged 2 commits into from
Jan 9, 2025
Merged

Replace http client for alarm log app #3225

merged 2 commits into from
Jan 9, 2025

Conversation

georgweiss
Copy link
Collaborator

Replaces Jersey for the native http client in the alarm log app.

A few more changes:

  1. Common code needed to create valid request params from MultiValuedMap moved to core-util. Reduces code duplication.
  2. Superfluous jakarta-json dependency in alarm log app removed.

@georgweiss georgweiss requested a review from shroffk January 7, 2025 15:32

String queryParamString = QueryParamsHelper.mapToQueryParams(map);

assertEquals(queryParamString, "key1=value1,value2&key2=value+3&key3=value%3A4&");
Copy link
Collaborator

Choose a reason for hiding this comment

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

There is a superfluous '&' at the end. Might not matter, but suggests that there's one more "key=value" to follow

@shroffk shroffk merged commit ee828ea into master Jan 9, 2025
2 checks 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