-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(deps): rebase moquette on 0.17 release #122
Conversation
moquette-0.17/broker/src/main/java/io/moquette/broker/BrokerConfiguration.java
Show resolved
Hide resolved
moquette-0.17/broker/src/main/java/io/moquette/broker/Server.java
Outdated
Show resolved
Hide resolved
moquette-0.17/broker/src/main/java/io/moquette/broker/unsafequeues/QueuePool.java
Show resolved
Hide resolved
moquette-0.17/broker/src/main/java/io/moquette/broker/Server.java
Outdated
Show resolved
Hide resolved
moquette-0.17/broker/src/main/java/io/moquette/broker/unsafequeues/QueuePool.java
Show resolved
Hide resolved
moquette-0.17/broker/src/main/java/io/moquette/broker/subscriptions/CTrie.java
Show resolved
Hide resolved
moquette-0.17/broker/src/main/java/io/moquette/broker/unsafequeues/QueuePool.java
Show resolved
Hide resolved
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.
CodeQL found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
27a8f1a
to
b955755
Compare
Unit Tests Coverage Report
Minimum allowed coverage is Generated by 🐒 cobertura-action against bcc368e |
Working on getting Windows tests passing. Moquette doesn't properly close all file handles, so it then cannot delete the tempdir used by tests. |
moquette-0.17/broker/src/test/java/io/moquette/integration/IntegrationUtils.java
Fixed
Show fixed
Hide fixed
moquette-0.17/broker/src/test/java/io/moquette/integration/IntegrationUtils.java
Dismissed
Show dismissed
Hide dismissed
b3c7dc0
to
e0ae0c3
Compare
Issue #, if available:
Description of changes:
Update to the released version of 0.17, keeping our specific changes for Greengrass and removing the telemetry added by moquette.
Why is this change necessary:
How was this change tested:
Existing tests are passing including integration. Further testing will happen in the pipelines.
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.