Skip to content
Success

Changes

Summary

  1. Explicitly ignore null values in configuration (commit: cb96860) (details)
  2. Fixes #306. Bump spifly from v1.3.6 to v1.3.7 (commit: 803aa2f) (details)
  3. Update Feature Service implementation version (commit: 4a6300f) (details)
  4. Update Felix Configuration reader and Johnzon versions (commit: 6b499fb) (details)
  5. Package regsitration and Model Package Uri (commit: b36801f) (details)
  6. Bumped slf4j to v2.0.11 (Issue #328) (commit: 27f4420) (details)
  7. Replace slf4j-simple with logback (v1.4.14) (commit: 8d7cbbe) (details)
  8. Trivial update, but required to pass the GitHub tests. (commit: dce1c53) (details)
  9. Added ability to configure logging (via logback) for JUnit tests in all projects that currently have tests. (commit: a165d94) (details)
  10. Use the new verify goal of the bnd-resolver-maven-plugin in CI (commit: b80b716) (details)
  11. Make the sensiNact build more CI friendly (commit: 75ebfda) (details)
Commit cb968604e96879d9bb76f749844e16d5afa35dcc by thomas.calmant
Explicitly ignore null values in configuration
(commit: cb96860)
The file was addeddistribution/launcher/src/test/resources/configs/invalid/configuration-null.json
The file was modifieddistribution/launcher/src/test/java/org/eclipse/sensinact/gateway/launcher/ConfigurationManagerTest.java
The file was modifieddistribution/launcher/src/main/java/org/eclipse/sensinact/gateway/launcher/ConfigurationManager.java
Commit 803aa2f9d1836c3dc1bf7216a43fe6aa9af85859 by osgi
Fixes #306. Bump spifly from v1.3.6 to v1.3.7

Signed-off-by: David Leangen <osgi@leangen.net>
(commit: 803aa2f)
The file was modifiednorthbound/websocket/integration-test.bndrun
The file was modifieddistribution/launcher/export.bndrun
The file was modifiednorthbound/rest/integration-test.bndrun
The file was modifiednorthbound/sensorthings/rest.gateway/integration-test.bndrun
The file was modifiedpom.xml
Commit 4a6300ff286ab62caf66a0b804614fce9c48b519 by timothyjward
Update Feature Service implementation version

Signed-off-by: Tim Ward <timothyjward@apache.org>
(commit: 4a6300f)
The file was modifiedpom.xml
The file was modifieddistribution/launcher/export.bndrun
Commit 6b499fb35ba57339a62d4cf705649e3f47e10649 by timothyjward
Update Felix Configuration reader and Johnzon versions

Signed-off-by: Tim Ward <timothyjward@apache.org>
(commit: 6b499fb)
The file was modifieddistribution/features/northbound-oidc-authenticator-feature/pom.xml
The file was modified.gitignore
The file was modifieddistribution/launcher/src/test/java/org/eclipse/sensinact/gateway/launcher/integration/FeatureLaunchingIntegrationTest.java
The file was modifiedpom.xml
The file was modifieddistribution/features/timescale-history-provider-feature/src/test/java/org/eclipse/sensinact/gateway/feature/integration/history/timescale/TimescaleHistoryFeatureIntegrationTest.java
The file was modifieddistribution/launcher/pom.xml
The file was removeddistribution/launcher/src/test/java/org/eclipse/sensinact/gateway/launcher/integration/InputStreamConsumer.java
The file was modifieddistribution/launcher/export.bndrun
The file was modifieddistribution/launcher/src/main/java/org/eclipse/sensinact/gateway/launcher/ConfigurationManager.java
The file was modifieddistribution/features/timescale-history-provider-feature/pom.xml
The file was modifiednorthbound/sensorthings/rest.gateway/integration-test.bndrun
Commit b36801f639d99ca28bfc041b7e716e9cccd38cc7 by j.albert
Package regsitration and Model Package Uri

Signed-off-by: Juergen Albert <j.albert@data-in-motion.biz>
(commit: b36801f)
The file was modifiednorthbound/rest/integration-test.bndrun
The file was modifiedcore/impl/src/test/java/org/eclipse/sensinact/core/model/nexus/impl/NexusTest.java
The file was modifiedsouthbound/history/timescale-provider/src/main/java/org/eclipse/sensinact/gateway/southbound/history/timescale/TimescaleHistoricalStore.java
The file was modifiedcore/impl/src/main/java/org/eclipse/sensinact/core/model/nexus/ModelNexus.java
The file was modifiednorthbound/rest/src/test/java/org/eclipse/sensinact/northbound/rest/integration/notification/ResourceNotificationsTest.java
The file was modifieddistribution/features/core-feature/src/main/resources/core-feature.json
The file was modifiedcore/impl/src/test/java/org/eclipse/sensinact/core/command/impl/WhiteboardImplTest.java
The file was modifieddistribution/launcher/export.bndrun
The file was modifieddistribution/launcher/pom.xml
The file was modifiedsouthbound/mqtt/mqtt-device-factory/integration-test.bndrun
The file was modifiedcore/emf-api/dependency-check.bndrun
The file was modifiedcore/api/src/main/java/org/eclipse/sensinact/core/notification/AbstractResourceNotification.java
The file was modifiedcore/impl/src/main/java/org/eclipse/sensinact/core/command/impl/ResourcePullHandler.java
The file was modifiedcore/api/src/main/java/org/eclipse/sensinact/core/twin/SensinactDigitalTwin.java
The file was modifiedcore/annotation/src/main/java/org/eclipse/sensinact/core/annotation/verb/SET.java
The file was modifiedcore/impl/src/main/java/org/eclipse/sensinact/core/command/impl/ActionHandler.java
The file was modifiedcore/impl/src/main/java/org/eclipse/sensinact/core/whiteboard/impl/RegistryKey.java
The file was modifiedsouthbound/history/timescale-provider/integration-test.bndrun
The file was modifiedcore/impl/src/main/java/org/eclipse/sensinact/core/notification/impl/AbstractNotificationAccumulatorImpl.java
The file was modifiedsouthbound/history/timescale-provider/src/test/java/org/eclipse/sensinact/gateway/southbound/history/timescale/integration/TimescaleHistoryTest.java
The file was modifiedcore/impl/src/main/java/org/eclipse/sensinact/core/whiteboard/impl/AbstractResourceMethod.java
The file was modifiedcore/impl/src/main/java/org/eclipse/sensinact/core/dto/impl/AbstractUpdateDto.java
The file was modifiedcore/impl/src/main/java/org/eclipse/sensinact/core/impl/SetValueCommand.java
The file was modifiedcore/impl/src/test/java/org/eclipse/sensinact/core/notification/impl/NotificationSenderTest.java
The file was modifiedcore/models/provider/src/main/resources/model/sensinact.ecore
The file was modifiedcore/impl/src/main/java/org/eclipse/sensinact/core/whiteboard/impl/SetMethod.java
The file was modifiedcore/impl/src/test/java/org/eclipse/sensinact/core/extract/impl/AnnotationBasedDtoExtractorTest.java
The file was modifiednorthbound/query-handler/integration-test.bndrun
The file was modifiednorthbound/sensorthings/mqtt/pom.xml
The file was modifiedcore/annotation/src/main/java/org/eclipse/sensinact/core/annotation/verb/ACT.java
The file was modifiedcore/impl/src/main/java/org/eclipse/sensinact/core/command/impl/ResourcePushHandler.java
The file was addedcore/annotation/src/main/java/org/eclipse/sensinact/core/annotation/dto/ModelPackageUri.java
The file was modifiedcore/impl/src/main/java/org/eclipse/sensinact/core/model/nexus/emf/EMFUtil.java
The file was modifiedsouthbound/http/http-callback-whiteboard/integration-test.bndrun
The file was modifiedcore/annotation/src/main/java/org/eclipse/sensinact/core/annotation/verb/GET.java
The file was modifiedcore/impl/src/main/java/org/eclipse/sensinact/core/model/impl/SensinactModelManagerImpl.java
The file was modifiednorthbound/security/openid-connect/integration-test.bndrun
The file was modifiedcore/impl/src/main/java/org/eclipse/sensinact/core/model/nexus/emf/compare/EMFCompareUtil.java
The file was modifiedcore/impl/src/test/java/org/eclipse/sensinact/core/model/nexus/impl/SubscriptionTest.java
The file was modifiedcore/api/src/main/java/org/eclipse/sensinact/core/command/ResourceCommand.java
The file was modifiedcore/api/src/main/java/org/eclipse/sensinact/core/notification/NotificationAccumulator.java
The file was modifiedsouthbound/virtual/virtual-temperature-sensor/src/test/java/org/eclipse/sensinact/gateway/southbound/virtual/temperature/integration/TemperatureSensorTest.java
The file was modifiedcore/impl/src/main/java/org/eclipse/sensinact/core/extract/impl/AnnotationMapping.java
The file was modifiedcore/impl/src/test/java/org/eclipse/sensinact/core/command/impl/GatewayThreadImplTest.java
The file was modifiedsouthbound/http/http-device-factory/integration-test.bndrun
The file was modifiednorthbound/websocket/integration-test.bndrun
The file was modifiednorthbound/sensorthings/mqtt/integration-test.bndrun
The file was modifiedcore/impl/src/main/java/org/eclipse/sensinact/core/whiteboard/impl/GetMethod.java
The file was modifiedcore/impl/integration-test.bndrun
The file was modifiedcore/api/dependency-check.bndrun
The file was modifiedcore/impl/src/main/java/org/eclipse/sensinact/core/twin/impl/SensinactResourceImpl.java
The file was modifiedcore/impl/src/main/java/org/eclipse/sensinact/core/whiteboard/impl/SensinactWhiteboard.java
The file was modifiedpom.xml
The file was modifiedcore/api/src/main/java/org/eclipse/sensinact/core/model/SensinactModelManager.java
The file was modifiedcore/api/src/main/java/org/eclipse/sensinact/core/push/dto/BaseValueDto.java
The file was modifiednorthbound/filters/ldap/integration-test.bndrun
The file was modifiedcore/impl/src/main/java/org/eclipse/sensinact/core/twin/impl/SensinactDigitalTwinImpl.java
The file was modifiedcore/impl/src/main/java/org/eclipse/sensinact/core/notification/impl/ImmediateNotificationAccumulator.java
The file was modifiedcore/models/provider/src/main/resources/model/sensinact.genmodel
The file was modifiedcore/annotation/src/main/java/org/eclipse/sensinact/core/annotation/verb/UriParam.java
The file was modifiednorthbound/sensorthings/rest.gateway/src/test/java/org/eclipse/sensinact/sensorthings/sensing/rest/integration/ObservationHistoryTest.java
The file was modifieddistribution/features/core-feature/src/test/java/org/eclipse/sensinact/gateway/feature/integration/core/CoreFeatureTest.java
The file was modifiedcore/impl/src/main/java/org/eclipse/sensinact/core/twin/impl/SensinactProviderImpl.java
The file was modifiedcore/impl/src/main/java/org/eclipse/sensinact/core/extract/impl/GenericDtoDataExtractor.java
The file was modifiedsouthbound/virtual/virtual-temperature-sensor/integration-test.bndrun
The file was modifiedcore/impl/src/test/java/org/eclipse/sensinact/core/twin/impl/SensinactTwinTest.java
The file was modifiedcore/impl/src/main/java/org/eclipse/sensinact/core/notification/impl/NotificationAccumulatorImpl.java
The file was modifiedexamples/model-based/src/main/java/org/eclipse/sensinact/prototype/resource/ResourceModelProvider.java
The file was modifiedsouthbound/history/timescale-provider/src/main/java/org/eclipse/sensinact/gateway/southbound/history/timescale/TimescaleDatabaseWorker.java
The file was modifiedcore/impl/src/main/java/org/eclipse/sensinact/core/model/impl/ModelBuilderImpl.java
The file was modifiednorthbound/sensorthings/mqtt/src/test/java/org/eclipse/sensinact/gateway/northbound/sensorthings/mqtt/integration/InsecureMqttNotificationsTest.java
The file was modifiednorthbound/sensorthings/rest.gateway/integration-test.bndrun
The file was modifiedcore/emf-api/src/main/java/org/eclipse/sensinact/core/emf/twin/SensinactEMFDigitalTwin.java
The file was modifiedcore/impl/src/main/java/org/eclipse/sensinact/core/impl/SetMetadataCommand.java
The file was modifiedcore/impl/src/main/java/org/eclipse/sensinact/core/whiteboard/impl/ActMethod.java
The file was modifiedcore/impl/src/test/java/org/eclipse/sensinact/core/integration/notification/SubscribeTest.java
Commit 27f44202c8be61baf2318cb6d620ae6964b34ce5 by osgi
Bumped slf4j to v2.0.11 (Issue #328)

Signed-off-by: David Leangen <osgi@leangen.net>
(commit: 27f4420)
The file was modifieddistribution/launcher/export.bndrun
The file was modifiednorthbound/rest/integration-test.bndrun
The file was modifiednorthbound/sensorthings/rest.gateway/integration-test.bndrun
The file was modifiedsouthbound/virtual/virtual-temperature-sensor/integration-test.bndrun
The file was modifiednorthbound/websocket/integration-test.bndrun
The file was modifiednorthbound/query-handler/integration-test.bndrun
The file was modifiednorthbound/sensorthings/mqtt/integration-test.bndrun
The file was modifiednorthbound/security/openid-connect/integration-test.bndrun
The file was modifiedsouthbound/mqtt/mqtt-device-factory/integration-test.bndrun
The file was modifiednorthbound/filters/ldap/integration-test.bndrun
The file was modifieddistribution/features/core-feature/src/test/java/org/eclipse/sensinact/gateway/feature/integration/core/CoreFeatureTest.java
The file was modifiedsouthbound/http/http-device-factory/integration-test.bndrun
The file was modifiedsouthbound/http/http-callback-whiteboard/integration-test.bndrun
The file was modifiedsouthbound/history/timescale-provider/integration-test.bndrun
The file was modifiedcore/impl/integration-test.bndrun
The file was modifiedpom.xml
Commit 8d7cbbe82210172554fa8ad2422d62c8ca762856 by osgi
Replace slf4j-simple with logback (v1.4.14)

Fixes #333

Signed-off-by: David Leangen <osgi@leangen.net>
(commit: 8d7cbbe)
The file was modifiednorthbound/filters/filters.core/pom.xml
The file was modifiedsouthbound/mqtt/mqtt-client/pom.xml
The file was modifiednorthbound/rest/pom.xml
The file was modifiednorthbound/sensorthings/filter/pom.xml
The file was modifiedsouthbound/device-factory/parser-csv/pom.xml
The file was modifiedsouthbound/mqtt/mqtt-device-factory/pom.xml
The file was modifiedsouthbound/http/http-callback-whiteboard/pom.xml
The file was modifiednorthbound/websocket/integration-test.bndrun
The file was modifiedpom.xml
The file was modifiednorthbound/query-handler/pom.xml
The file was modifiednorthbound/sensorthings/rest.gateway/integration-test.bndrun
The file was modifiedsouthbound/mqtt/mqtt-device-factory/integration-test.bndrun
The file was modifiedsouthbound/virtual/virtual-temperature-sensor/integration-test.bndrun
The file was modifiednorthbound/websocket/pom.xml
The file was modifiednorthbound/rest/integration-test.bndrun
The file was modifiedsouthbound/http/http-device-factory/pom.xml
The file was modifiednorthbound/filters/ldap/integration-test.bndrun
The file was modifiednorthbound/filters/ldap/pom.xml
The file was modifiednorthbound/query-handler/integration-test.bndrun
The file was modifieddistribution/launcher/export.bndrun
The file was modifiednorthbound/sensorthings/mqtt/integration-test.bndrun
The file was modifiednorthbound/security/openid-connect/integration-test.bndrun
The file was modifieddistribution/features/core-feature/src/test/java/org/eclipse/sensinact/gateway/feature/integration/core/CoreFeatureTest.java
The file was modifiedcore/impl/integration-test.bndrun
The file was modifiedsouthbound/http/http-callback-whiteboard/integration-test.bndrun
The file was modifiedsouthbound/history/timescale-provider/integration-test.bndrun
The file was modifiedsouthbound/http/http-device-factory/integration-test.bndrun
Commit dce1c53c05898c07eec46990cc403c5a206b1456 by osgi
Trivial update, but required to pass the GitHub tests.
Removed trailing whitespace from bnd file.

Signed-off-by: David Leangen <osgi@leangen.net>
(commit: dce1c53)
The file was modifieddistribution/launcher/export.bndrun
Commit a165d946b54518df25d6746daf778f74ea4a7497 by osgi
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)
The file was addednorthbound/sensorthings/filter/src/test/resources/logback-test.xml
The file was addednorthbound/sensorthings/mqtt/src/test/resources/logback-test.xml
The file was addedsouthbound/mqtt/mqtt-client/src/test/resources/logback-test.xml
The file was addedsouthbound/mqtt/mqtt-device-factory/src/test/resources/logback-test.xml
The file was addedsouthbound/virtual/virtual-temperature-sensor/src/test/resources/logback-test.xml
The file was addednorthbound/sensorthings/rest.gateway/src/test/resources/logback-test.xml
The file was addedsouthbound/history/timescale-provider/src/test/resources/logback-test.xml
The file was addednorthbound/filters/ldap/src/test/resources/logback-test.xml
The file was addednorthbound/sensorthings/dto/src/test/resources/logback-test.xml
The file was modifiedpom.xml
The file was addedsouthbound/device-factory/device-factory-core/src/test/resources/logback-test.xml
The file was addednorthbound/websocket/src/test/resources/logback-test.xml
The file was addedcore/geo-json/src/test/resources/logback-test.xml
The file was addedsouthbound/device-factory/parser-json/src/test/resources/logback-test.xml
The file was addednorthbound/query-handler/src/test/resources/logback-test.xml
The file was addednorthbound/security/openid-connect/src/test/resources/logback-test.xml
The file was addedsouthbound/device-factory/parser-csv/src/test/resources/logback-test.xml
The file was addednorthbound/rest/src/test/resources/logback-test.xml
The file was addedsouthbound/http/http-device-factory/src/test/resources/logback-test.xml
The file was addeddistribution/launcher/src/test/resources/logback-test.xml
The file was addedsouthbound/http/http-callback-whiteboard/src/test/resources/logback-test.xml
The file was addedcore/impl/src/test/resources/logback-test.xml
Commit b80b7164f791c342edca54be2dd1edc01dd59238 by timothyjward
Use the new verify goal of the bnd-resolver-maven-plugin in CI

When running CI builds we want to validate the -runbundles present in bndrun files. This is best done using the new verify goal of the bnd-resolver-maven-plugin, which is less brittle than the resolve goal.

Signed-off-by: Tim Ward <timothyjward@apache.org>
(commit: b80b716)
The file was modifiedpom.xml
The file was modifieddistribution/launcher/pom.xml
Commit 75ebfda3a5ea0244bc69ec2309a7c7015144a84c by timothyjward
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)
The file was modifieddistribution/features/jakarta-rest-whiteboard-feature/pom.xml
The file was modifiedsouthbound/mqtt/mqtt-device-factory/pom.xml
The file was modifiednorthbound/security/pom.xml
The file was modifiednorthbound/websocket/pom.xml
The file was modifiedsouthbound/device-factory/device-factory-core/pom.xml
The file was modifieddistribution/features/jakarta-servlet-whiteboard-feature/pom.xml
The file was modifieddistribution/features/jakarta-rest-whiteboard-feature/src/main/resources/jakarta-rest-whiteboard-feature.json
The file was modifieddistribution/features/core-feature/src/main/resources/core-feature.json
The file was modifiednorthbound/session/session-api/pom.xml
The file was modifiedexamples/reflective/pom.xml
The file was modifieddistribution/features/northbound-websocket-feature/src/main/resources/northbound-websocket-feature.json
The file was modifiedsouthbound/pom.xml
The file was modifiedexamples/pull-based/pom.xml
The file was modifiednorthbound/session/session-impl/pom.xml
The file was modifiedsouthbound/history/timescale-provider/pom.xml
The file was modifieddistribution/features/jakarta-servlet-whiteboard-feature/src/main/resources/jakarta-servlet-whiteboard-feature.json
The file was modifiedcore/models/provider/pom.xml
The file was modifiedcore/pom.xml
The file was modifiednorthbound/security/openid-connect/pom.xml
The file was modifieddistribution/launcher/pom.xml
The file was modifiednorthbound/filters/filters.core/pom.xml
The file was modifiedcore/emf-api/pom.xml
The file was modifiednorthbound/sensorthings/pom.xml
The file was modifiedsouthbound/history/history-api/pom.xml
The file was modifiednorthbound/sensorthings/filter/pom.xml
The file was modifieddistribution/features/virtual-temperature-sensor-feature/src/main/resources/virtual-temperature-sensor-feature.json
The file was modifieddistribution/features/northbound-ogc-sensorthings-mqtt-feature/pom.xml
The file was modifieddistribution/features/northbound-ogc-sensorthings-feature/src/main/resources/northbound-ogc-sensorthings-feature.json
The file was modifiedsouthbound/device-factory/parser-json/pom.xml
The file was modifieddistribution/features/northbound-rest-feature/pom.xml
The file was modifiednorthbound/sensorthings/rest.gateway/pom.xml
The file was modifiedsouthbound/history/pom.xml
The file was modifiedexamples/model-based/pom.xml
The file was modifiedcore/geo-json/pom.xml
The file was modifiedcore/models/metadata/pom.xml
The file was modifiedexamples/pom.xml
The file was modifiednorthbound/filters/ldap/pom.xml
The file was modifiednorthbound/pom.xml
The file was modifieddistribution/features/timescale-history-provider-feature/src/main/resources/timescale-history-provider-feature.json
The file was modifiedexamples/action/pom.xml
The file was modifieddistribution/features/gogo-shell-feature/src/main/resources/gogo-shell-feature.json
The file was modifiednorthbound/sensorthings/dto/pom.xml
The file was modifieddistribution/features/timescale-history-provider-feature/pom.xml
The file was modifiedsouthbound/device-factory/parser-csv/pom.xml
The file was modifiedsouthbound/mqtt/mqtt-client/pom.xml
The file was modifieddistribution/assembly/pom.xml
The file was modifieddistribution/features/northbound-websocket-feature/pom.xml
The file was modifiedexamples/push-based/pom.xml
The file was modifiedsouthbound/http/http-callback-whiteboard/pom.xml
The file was modifieddistribution/features/northbound-oidc-authenticator-feature/src/main/resources/northbound-oidc-authenticator-feature.json
The file was modifieddistribution/features/northbound-ogc-sensorthings-feature/pom.xml
The file was modifiedcore/annotation/pom.xml
The file was modifieddistribution/features/northbound-ogc-sensorthings-mqtt-feature/src/main/resources/northbound-ogc-sensorthings-mqtt-feature.json
The file was modifiedpom.xml
The file was modifiednorthbound/rest/pom.xml
The file was modifieddistribution/pom.xml
The file was modifiedcore/api/pom.xml
The file was modifieddistribution/test-utils/pom.xml
The file was modifiedcore/models/pom.xml
The file was modifiedexamples/generic/pom.xml
The file was modifiednorthbound/gogo-shell/pom.xml
The file was modifiedcore/impl/pom.xml
The file was modifiednorthbound/filters/pom.xml
The file was modifiedsouthbound/virtual/pom.xml
The file was modifiedexamples/writable/pom.xml
The file was modifiedsensinact-bom/pom.xml
The file was modifieddistribution/features/pom.xml
The file was modifiedsouthbound/virtual/virtual-temperature-sensor/pom.xml
The file was modifieddistribution/features/northbound-oidc-authenticator-feature/pom.xml
The file was modifiednorthbound/security/security-api/pom.xml
The file was modifiedsouthbound/http/http-device-factory/pom.xml
The file was modifiedsouthbound/mqtt/pom.xml
The file was modifiednorthbound/session/pom.xml
The file was modifieddistribution/features/gogo-shell-feature/pom.xml
The file was modifieddistribution/features/core-feature/pom.xml
The file was modifieddistribution/features/northbound-rest-feature/src/main/resources/northbound-rest-feature.json
The file was modifiedsouthbound/http/pom.xml
The file was modifiednorthbound/query-handler/pom.xml
The file was modifiednorthbound/sensorthings/mqtt/pom.xml
The file was modifiedexamples/notification/pom.xml
The file was modifiedsouthbound/device-factory/pom.xml
The file was modifieddistribution/features/virtual-temperature-sensor-feature/pom.xml
The file was modifiednorthbound/sensorthings/rest.api/pom.xml