Closed AdrianVasiliu closed 6 months ago
Resolves #96.
As there are no tests specifically for the logs, the validation of the PR is done manually as follows:
mvn clean test -Dtest=JavaNetHttpPollingClientConnectionTest
=> the log contains:
Received status code [201] for RestTableSource request with Server response body [{ "id": "COUNTER", [...] ]
Without the fix, it is:
Received status code [%s] for RestTableSource request with Server response body [%s]
Released in 0.14.0
Description
Resolves #96.
As there are no tests specifically for the logs, the validation of the PR is done manually as follows:
mvn clean test -Dtest=JavaNetHttpPollingClientConnectionTest
=> the log contains:
Without the fix, it is:
PR Checklist