Skip to content
Success

#28 (Apr 22, 2024, 1:40:09 PM)

Started 2 yr 2 mo ago
Took 2 sec
Build Artifacts
mqtt-client-0.0.2-SNAPSHOT-tests.jar26.17 KiB view
mqtt-client-0.0.2-SNAPSHOT.jar25.24 KiB view
mqtt-client-0.0.2-SNAPSHOT.pom2.88 KiB view
Ensure that the MQTT Client connects to servers eventually

If the server is not available then we should use the reconnection delay to wait and then reconnect.

Signed-off-by: Tim Ward <timothyjward@apache.org>
(commit: 2af00f0)
timothyjward at
Replace slf4j-simple with logback (v1.4.14)

Fixes #333

Signed-off-by: David Leangen <osgi@leangen.net>
(commit: 8d7cbbe)
osgi at
Added ability to configure logging (via logback) for JUnit tests in all projects that currently have tests.

Signed-off-by: David Leangen <osgi@leangen.net>
(commit: a165d94)
osgi at
Make the sensiNact build more CI friendly

Since Maven 3.5.0 poms have had the ability to be [CI-friendly](https://maven.apache.org/maven-ci-friendly.html) allowing a more flexible approach to releasing without the need to edit POM files. This also impacts the creation of our feature files, which can now flexibly alter the versions of the bundles they deploy to match what's being built in by CI. The end result should be a much simpler time when we want to tag or release any particular commit.

Signed-off-by: Tim Ward <timothyjward@apache.org>
(commit: 75ebfda)
timothyjward at
Changes in dependency
  1. sensinact-parent #27#28 (detail)
  2. Southbound MQTT :: Parent #27#28 (detail)
  3. Southbound Connectors #27#28 (detail)