Skip to content

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.

4 participants