Skip to content
Success

Changes

Summary

  1. Use the released version of bnd plugins (commit: 4e5d0c9) (details)
  2. Update Jackson to 2.16.1 (commit: 1d643b4) (details)
  3. Update Query Handler JSON parsing (commit: 331f49b) (details)
  4. Update Feature Service implementation version (commit: 4a6300f) (details)
  5. Update Felix Configuration reader and Johnzon versions (commit: 6b499fb) (details)
  6. Fix for timestamp-based test on Windows (commit: 34bcd66) (details)
Commit 4e5d0c9aeb85817dacb1abc39d4587d812148d08 by Tim Ward
Use the released version of bnd plugins

Signed-off-by: Tim Ward <timothyjward@apache.org>
(commit: 4e5d0c9)
The file was modified pom.xml (diff)
Commit 1d643b428400a08e834fc3677d2f5b3b2fc8629d by Tim Ward
Update Jackson to 2.16.1

Signed-off-by: Tim Ward <timothyjward@apache.org>
(commit: 1d643b4)
The file was modified northbound/websocket/integration-test.bndrun (diff)
The file was modified northbound/filters/ldap/integration-test.bndrun (diff)
The file was modified southbound/history/timescale-provider/integration-test.bndrun (diff)
The file was modified core/api/dependency-check.bndrun (diff)
The file was modified docs/source/southbound/device-factory/json.md (diff)
The file was modified southbound/mqtt/mqtt-device-factory/integration-test.bndrun (diff)
The file was modified southbound/virtual/virtual-temperature-sensor/integration-test.bndrun (diff)
The file was modified core/emf-api/dependency-check.bndrun (diff)
The file was modified southbound/http/http-device-factory/integration-test.bndrun (diff)
The file was modified distribution/features/northbound-ogc-sensorthings-mqtt-feature/src/main/resources/northbound-ogc-sensorthings-mqtt-feature.json (diff)
The file was modified northbound/query-handler/integration-test.bndrun (diff)
The file was modified northbound/sensorthings/rest.gateway/integration-test.bndrun (diff)
The file was modified distribution/features/northbound-rest-feature/src/main/resources/northbound-rest-feature.json (diff)
The file was modified distribution/features/core-feature/src/main/resources/core-feature.json (diff)
The file was modified distribution/features/northbound-ogc-sensorthings-feature/src/main/resources/northbound-ogc-sensorthings-feature.json (diff)
The file was modified northbound/security/openid-connect/integration-test.bndrun (diff)
The file was modified northbound/rest/integration-test.bndrun (diff)
The file was modified northbound/sensorthings/mqtt/integration-test.bndrun (diff)
The file was modified core/impl/integration-test.bndrun (diff)
Commit 331f49b7d37a1bd1766e2eaafd808073508a4014 by Tim Ward
Update Query Handler JSON parsing

The update to Jackson 2.16 made some parsing stricter - this showed up some bugs in the query handler deserializers so I moved the SerializationTest to be a normal unit test and enabled stricter parsing. I then fixed the errors to avoid leaving unconsumed JSON tokens in the stream.

Signed-off-by: Tim Ward <timothyjward@apache.org>
(commit: 331f49b)
The file was addednorthbound/query-handler/src/main/java/org/eclipse/sensinact/northbound/query/dto/jackson/SensinactPathDeserializer.java
The file was removednorthbound/query-handler/src/main/java/org/eclipse/sensinact/northbound/query/dto/SensinactPathDeserializer.java
The file was removednorthbound/query-handler/src/test/java/org/eclipse/sensinact/northbound/query/test/integration/SerializationTest.java
The file was modified northbound/query-handler/src/main/java/org/eclipse/sensinact/northbound/query/dto/SensinactPath.java (diff)
The file was modified northbound/rest/integration-test.bndrun (diff)
The file was modified northbound/rest/src/test/java/org/eclipse/sensinact/northbound/rest/integration/SecureAccessTest.java (diff)
The file was modified northbound/query-handler/src/main/java/org/eclipse/sensinact/northbound/query/dto/query/jackson/ActParametersDeserializer.java (diff)
The file was modified northbound/query-handler/src/main/java/org/eclipse/sensinact/northbound/query/dto/query/jackson/WrappedAccessMethodCallParametersDeserializer.java (diff)
The file was addednorthbound/query-handler/src/test/java/org/eclipse/sensinact/northbound/query/test/SerializationTest.java
Commit 4a6300ff286ab62caf66a0b804614fce9c48b519 by Tim Ward
Update Feature Service implementation version

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

Signed-off-by: Tim Ward <timothyjward@apache.org>
(commit: 6b499fb)
The file was removeddistribution/launcher/src/test/java/org/eclipse/sensinact/gateway/launcher/integration/InputStreamConsumer.java
The file was modified .gitignore (diff)
The file was modified distribution/features/northbound-oidc-authenticator-feature/pom.xml (diff)
The file was modified distribution/features/timescale-history-provider-feature/pom.xml (diff)
The file was modified distribution/launcher/src/test/java/org/eclipse/sensinact/gateway/launcher/integration/FeatureLaunchingIntegrationTest.java (diff)
The file was modified pom.xml (diff)
The file was modified northbound/sensorthings/rest.gateway/integration-test.bndrun (diff)
The file was modified distribution/features/timescale-history-provider-feature/src/test/java/org/eclipse/sensinact/gateway/feature/integration/history/timescale/TimescaleHistoryFeatureIntegrationTest.java (diff)
The file was modified distribution/launcher/pom.xml (diff)
The file was modified distribution/launcher/src/main/java/org/eclipse/sensinact/gateway/launcher/ConfigurationManager.java (diff)
The file was modified distribution/launcher/export.bndrun (diff)
Commit 34bcd6676e8904c06c2e63a9fe9b47163f035fa2 by Thomas Calmant
Fix for timestamp-based test on Windows

On Windows, timestamp precision can be too low for some tests
(commit: 34bcd66)
The file was modified core/impl/src/test/java/org/eclipse/sensinact/core/model/nexus/impl/SubscriptionTest.java (diff)