-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: ssl for mqtt3 integ tests #161
Conversation
4a51b67
to
cc6719b
Compare
cc6719b
to
7a89c0c
Compare
Code Coverage Report
Minimum allowed coverage is Generated by 🐒 cobertura-action against 8b0d749 |
@@ -74,7 +74,7 @@ | |||
<dependency> | |||
<groupId>io.moquette</groupId> | |||
<artifactId>moquette-broker</artifactId> | |||
<version>0.15</version> | |||
<version>0.17</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this break backwards compatibility?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Never mind, I see the scope now.
Issue #, if available:
Description of changes:
Configure SSL for Moquette within bridge's integration test extension. This allows us to test SSL communication between bridge's local MQTT3 client and Moquette.
The Moquette version used for integ tests has also been bumped from 0.15 to 0.17, to match the latest version used in the public Greengrass Moquette component.
Why is this change necessary:
How was this change tested:
Any additional information or context required to review the change:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.