Skip to content

Conversation

r-vanooyen
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Aug 8, 2024

Code coverage report is ready! 📈

Copy link

github-actions bot commented Aug 8, 2024

Code coverage report is ready! 📈

@r-vanooyen
Copy link
Contributor Author

r-vanooyen commented Aug 8, 2024

unit tests are not executed in action. Reason could be, that the maven build in the GitHub action is using surefire plugin 2.x.x, and locally I am using 3.2.5.

Todo: Further investigation needed, why there is a mismatch in the default versions of maven plugins, fix the root cause and get coverage displayed here

Copy link

github-actions bot commented Aug 9, 2024

Code coverage report is ready! 📈

Copy link

github-actions bot commented Aug 9, 2024

Code coverage report is ready! 📈

@r-vanooyen
Copy link
Contributor Author

testcoverage fixed,
unit test fixed

ready for review

Copy link

@evshary evshary left a comment

Choose a reason for hiding this comment

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

To the best of my knowledge, I didn't find anything weird. However, it would be better to have someone else look into it, as Java and MQTT are beyond my scope.

@r-vanooyen r-vanooyen removed the request for review from stevenhartley September 4, 2024 14:17
private static final String USER_PROPERTIES_KEY_FOR_TOKEN = "10";
private static final String USER_PROPERTIES_KEY_FOR_TRACEPARENT = "11";
private static final String USER_PROPERTIES_KEY_FOR_PAYLOAD_FORMAT = "12";
public static final Logger LOG = LoggerFactory.getLogger(HiveMqMQTT5Client.class);
Copy link
Contributor

Choose a reason for hiding this comment

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

why do you need/want to make the logger public?

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