Skip to content
Success

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

Started 2 yr 2 mo ago
Took 5.4 sec
Build Artifacts
impl-0.0.2-SNAPSHOT-tests.jar191.75 KiB view
impl-0.0.2-SNAPSHOT.jar182.28 KiB view
impl-0.0.2-SNAPSHOT.pom3.89 KiB view
Update all the bndruns using the dependabot profile

Signed-off-by: Tim Ward <timothyjward@apache.org>
(commit: e29c217)
timothyjward at
Update Jackson to 2.16.1

Signed-off-by: Tim Ward <timothyjward@apache.org>
(commit: 1d643b4)
timothyjward at
Fix for timestamp-based test on Windows

On Windows, timestamp precision can be too low for some tests
(commit: 34bcd66)
thomas.calmant at
Package regsitration and Model Package Uri

Signed-off-by: Juergen Albert <j.albert@data-in-motion.biz>
(commit: b36801f)
j.albert at
Update the osgi-test version to 1.3.0-SNAPSHOT

This upgrade improves the lifecycle of osgi-test considerably, particularly for configurations. It allows some test tidy-up, as well as preparing for more stable tests with the new OSGi Technology Jakarta REST implementation

Signed-off-by: Tim Ward <timothyjward@apache.org>
(commit: 0a4ee42)
timothyjward at
Update JUnit and Mockito versions

Signed-off-by: Tim Ward <timothyjward@apache.org>
(commit: 70db733)
timothyjward at
Move naming normalization to ModelNexus (#323)

* fixed References in provider ecore

Signed-off-by: Juergen Albert <j.albert@data-in-motion.biz>

* Fixed remaining references in the models

Signed-off-by: Juergen Albert <j.albert@data-in-motion.biz>

* Models can now named however you like

Signed-off-by: Juergen Albert <j.albert@data-in-motion.biz>

---------

Signed-off-by: Juergen Albert <j.albert@data-in-motion.biz>
(commit: df2810d)
noreply at
bumped geckoEMF and EMF

Signed-off-by: Juergen Albert <j.albert@data-in-motion.biz>
(commit: 6ace9f7)
j.albert at
Bumped slf4j to v2.0.11 (Issue #328)

Signed-off-by: David Leangen <osgi@leangen.net>
(commit: 27f4420)
osgi at
Remove dependency on log4j-over-slf4j

Signed-off-by: David Leangen <osgi@leangen.net>
(commit: 72a8083)
osgi at
Replace slf4j-simple with logback (v1.4.14)

Fixes #333

Signed-off-by: David Leangen <osgi@leangen.net>
(commit: 8d7cbbe)
osgi at
Reverted version of JE runtime to JavaSE-11 in all bndrun files.

Signed-off-by: David Leangen <osgi@leangen.net>
(commit: b5c6c79)
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
Test cleanup for core/impl

Logging improvements in the integration tests, and fixing a mocking problem in unit tests since moving to Mockito 5.x

Signed-off-by: Tim Ward <timothyjward@apache.org>
(commit: 6a65e83)
timothyjward at
Better error handling for pushed updates

This commit defines the exceptions that will be used to fail pushed updates, including bulk updates, and will be used to fail the returned promise. These exceptions return the error, and the original DTO so that users can attempt to work out what they did wrong.

Signed-off-by: Tim Ward <timothyjward@apache.org>
(commit: 77b7e28)
timothyjward at
fixed exception on EPackageRegistration

Signed-off-by: Juergen Albert <j.albert@data-in-motion.biz>
(commit: 6c66c7f)
j.albert at
fixed Provider Update

Signed-off-by: Juergen Albert <j.albert@data-in-motion.biz>
(commit: cef4a3a)
j.albert at
Tidy up and fix handling of whiteboard GET calls

Fixes #349

Signed-off-by: Tim Ward <timothyjward@apache.org>
(commit: 68669a2)
timothyjward at
Added a PACKAGE filter criterion

Allows to filter on the model package URI

Signed-off-by: Thomas Calmant <thomas.calmant@gmail.com>
(commit: bddd280)
thomas.calmant at
Move the Session API into the Northbound project

User Sessions are really part of the northbound access mechanism, and should not be part of the core. This will simplify adding access restrictions in the future.

Signed-off-by: Tim Ward <timothyjward@apache.org>
(commit: aa0c559)
timothyjward at
Core API Fixes
* Add Model Package URI to the SensinactProvider
* Return a TimedValue for SensinactResource metadata values
* Filter provider snapshots before applying location filtering to reduce the number of heavy geofilter calculations

Signed-off-by: Tim Ward <timothyjward@apache.org>
(commit: c7f9438)
timothyjward at
Introduce authorization checks in the Session API

* Include a configurable default fallback to allow all, allow authenticated only, or forbid all
* Apply as many checks as possible prior to accessing the gateway thread

Signed-off-by: Tim Ward <timothyjward@apache.org>
(commit: dab4465)
timothyjward at
Lint checking fixes

Spacing tidy up and adding a missing license header

Signed-off-by: Tim Ward <timothyjward@apache.org>
(commit: a918712)
timothyjward at
Services can now be added as a Map

In some cases there is now clear cut amount of Services, but a
predefined model would be much nicer than creating anything on the fly.
This now allows to add services simply to a map.

Signed-off-by: Juergen Albert <j.albert@data-in-motion.biz>
(commit: cb4cd91)
j.albert at
Fixed Save Provider Command

Signed-off-by: Juergen Albert <j.albert@data-in-motion.biz>
(commit: 5bcf42a)
j.albert at
fixed service name change bug

Signed-off-by: Juergen Albert <j.albert@data-in-motion.biz>
(commit: b4b30a2)
j.albert at
getService and getServiceEClass to provider models (#382)

* getService and getServiceEClass to provider model

Signed-off-by: Guido Grune <g.grune@datainmotion.com>

* Fix spaces

Signed-off-by: Guido Grune <g.grune@datainmotion.com>

---------

Signed-off-by: Guido Grune <g.grune@datainmotion.com>
(commit: 28e77ce)
noreply 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. SensiNact core Annotations #27#28 (detail)
  3. SensiNact GeoJSON mapping types #27#28 (detail)
  4. SensiNact Provider Model #27#28 (detail)
  5. SensiNact internal Metadata Model #27#28 (detail)
  6. SensiNact core API with EMF dependencies #27#28 (detail)
  7. SensiNact core API #27#28 (detail)
  8. Eclipse sensiNact core components #27#28 (detail)