Skip to content
Not built

Changes

Summary

  1. Move the Session API into the Northbound project (commit: aa0c559) (details)
Commit aa0c5595bac9a6d3ef62dcf858283b4f558e14d9 by Tim Ward
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)
The file was modified northbound/sensorthings/rest.gateway/src/main/java/org/eclipse/sensinact/sensorthings/sensing/rest/impl/LocationsAccessImpl.java
The file was modified northbound/rest/src/main/java/org/eclipse/sensinact/northbound/rest/impl/SensinactSessionProvider.java
The file was removedcore/api/src/main/java/org/eclipse/sensinact/core/session/SensiNactSession.java
The file was modified northbound/gogo-shell/pom.xml
The file was modified northbound/rest/integration-test.bndrun
The file was modified distribution/features/northbound-ogc-sensorthings-feature/pom.xml
The file was modified northbound/query-handler/src/main/java/org/eclipse/sensinact/northbound/query/impl/QueryHandler.java
The file was modified northbound/sensorthings/rest.gateway/src/main/java/org/eclipse/sensinact/sensorthings/sensing/rest/impl/SensinactSessionProvider.java
The file was modified southbound/mqtt/mqtt-device-factory/integration-test.bndrun
The file was addednorthbound/session/session-api/src/main/java/org/eclipse/sensinact/northbound/session/SensiNactSessionManager.java
The file was removedcore/impl/src/main/java/org/eclipse/sensinact/core/impl/SensiNactSessionImpl.java
The file was modified distribution/features/northbound-rest-feature/src/main/resources/northbound-rest-feature.json
The file was addednorthbound/session/pom.xml
The file was removedcore/impl/src/test/java/org/eclipse/sensinact/core/integration/session/AdminServiceTest.java
The file was modified northbound/rest/src/test/java/org/eclipse/sensinact/northbound/rest/integration/ResourceAccessTest.java
The file was modified northbound/sensorthings/rest.gateway/src/test/java/org/eclipse/sensinact/sensorthings/sensing/rest/integration/AbstractIntegrationTest.java
The file was modified northbound/websocket/integration-test.bndrun
The file was modified southbound/virtual/virtual-temperature-sensor/pom.xml
The file was modified northbound/query-handler/src/test/java/org/eclipse/sensinact/northbound/query/test/integration/ResourceAccessTest.java
The file was modified northbound/sensorthings/rest.gateway/src/main/java/org/eclipse/sensinact/sensorthings/sensing/rest/impl/HistoricalLocationsAccessImpl.java
The file was modified northbound/query-handler/src/main/java/org/eclipse/sensinact/northbound/query/api/IQueryHandler.java
The file was modified northbound/pom.xml
The file was removedcore/api/src/main/java/org/eclipse/sensinact/core/session/ProviderDescription.java
The file was removedcore/api/src/main/java/org/eclipse/sensinact/core/session/ServiceDescription.java
The file was modified northbound/rest/src/main/java/org/eclipse/sensinact/northbound/rest/impl/RestAccessApplication.java
The file was modified northbound/websocket/pom.xml
The file was modified northbound/query-handler/integration-test.bndrun
The file was modified southbound/http/http-device-factory/pom.xml
The file was modified distribution/features/northbound-rest-feature/pom.xml
The file was modified northbound/query-handler/pom.xml
The file was modified northbound/sensorthings/rest.gateway/pom.xml
The file was modified examples/notification/src/main/java/notification/_02_ClientNotification.java
The file was addednorthbound/session/session-impl/src/test/java/org/eclipse/sensinact/nortbound/session/integration/SensinactSessionTest.java
The file was removedcore/impl/src/main/java/org/eclipse/sensinact/core/impl/SessionManager.java
The file was modified northbound/gogo-shell/src/main/java/org/eclipse/sensinact/gateway/commands/gogo/converter/ResourceConverter.java
The file was modified northbound/query-handler/src/test/java/org/eclipse/sensinact/northbound/query/test/integration/MissingEntityTest.java
The file was modified northbound/gogo-shell/src/main/java/org/eclipse/sensinact/gateway/commands/gogo/ResourceCommands.java
The file was removedcore/api/src/main/java/org/eclipse/sensinact/core/session/ResourceShortDescription.java
The file was removedcore/api/src/main/java/org/eclipse/sensinact/core/session/SensiNactSessionManager.java
The file was addednorthbound/session/session-impl/src/main/java/org/eclipse/sensinact/nortbound/session/impl/SessionManager.java
The file was modified northbound/sensorthings/rest.gateway/src/main/java/org/eclipse/sensinact/sensorthings/sensing/rest/impl/FeaturesOfInterestAccessImpl.java
The file was addednorthbound/session/session-api/src/main/java/org/eclipse/sensinact/northbound/session/ServiceDescription.java
The file was removedcore/api/src/main/java/org/eclipse/sensinact/core/session/package-info.java
The file was modified northbound/gogo-shell/src/main/java/org/eclipse/sensinact/gateway/commands/gogo/SensiNactCommandSession.java
The file was modified southbound/http/http-device-factory/src/test/java/org/eclipse/sensinact/gateway/southbound/http/factory/integration/HttpDeviceFactoryParallelQueries.java
The file was modified northbound/sensorthings/rest.gateway/integration-test.bndrun
The file was modified northbound/sensorthings/rest.gateway/src/main/java/org/eclipse/sensinact/sensorthings/sensing/rest/impl/SensorsAccessImpl.java
The file was modified southbound/http/http-device-factory/src/test/java/org/eclipse/sensinact/gateway/southbound/http/factory/integration/HttpDeviceFactorySSLTest.java
The file was modified examples/notification/pom.xml
The file was modified northbound/rest/pom.xml
The file was modified northbound/sensorthings/rest.gateway/src/main/java/org/eclipse/sensinact/sensorthings/sensing/rest/impl/RootResourceAccessImpl.java
The file was modified southbound/http/http-device-factory/integration-test.bndrun
The file was modified southbound/virtual/virtual-temperature-sensor/integration-test.bndrun
The file was modified northbound/rest/src/main/java/org/eclipse/sensinact/northbound/rest/impl/RestNorthbound.java
The file was modified northbound/rest/src/test/java/org/eclipse/sensinact/northbound/rest/integration/notification/ResourceNotificationsTest.java
The file was addednorthbound/session/session-impl/src/main/java/org/eclipse/sensinact/nortbound/session/impl/SensiNactSessionImpl.java
The file was modified northbound/gogo-shell/src/main/java/org/eclipse/sensinact/gateway/commands/gogo/converter/ServiceConverter.java
The file was removedcore/impl/src/test/java/org/eclipse/sensinact/core/integration/notification/SubscribeTest.java
The file was modified northbound/sensorthings/rest.gateway/src/main/java/org/eclipse/sensinact/sensorthings/sensing/rest/impl/DtoMapper.java
The file was modified northbound/sensorthings/rest.gateway/src/main/java/org/eclipse/sensinact/sensorthings/sensing/rest/impl/ObservedPropertiesAccessImpl.java
The file was addednorthbound/session/session-api/src/main/java/org/eclipse/sensinact/northbound/session/ResourceDescription.java
The file was addednorthbound/session/session-impl/src/test/java/org/eclipse/sensinact/nortbound/session/integration/SessionSubscribeTest.java
The file was modified distribution/features/northbound-ogc-sensorthings-feature/src/main/resources/northbound-ogc-sensorthings-feature.json
The file was modified southbound/http/http-device-factory/src/test/java/org/eclipse/sensinact/gateway/southbound/http/factory/integration/HttpDeviceFactoryTest.java
The file was modified southbound/mqtt/mqtt-device-factory/src/test/java/org/eclipse/sensinact/gateway/southbound/mqtt/factory/integration/MqttDeviceFactoryTest.java
The file was modified northbound/gogo-shell/src/main/java/org/eclipse/sensinact/gateway/commands/gogo/converter/ProviderConverter.java
The file was modified northbound/sensorthings/rest.gateway/src/main/java/org/eclipse/sensinact/sensorthings/sensing/rest/impl/SensinactSensorthingsApplication.java
The file was modified northbound/gogo-shell/src/main/java/org/eclipse/sensinact/gateway/commands/gogo/ProviderCommands.java
The file was modified northbound/gogo-shell/src/main/java/org/eclipse/sensinact/gateway/commands/gogo/ServiceCommands.java
The file was addednorthbound/session/session-api/src/main/java/org/eclipse/sensinact/northbound/session/ResourceShortDescription.java
The file was modified northbound/sensorthings/rest.gateway/src/main/java/org/eclipse/sensinact/sensorthings/sensing/rest/impl/ObservationsAccessImpl.java
The file was modified northbound/sensorthings/rest.gateway/src/main/java/org/eclipse/sensinact/sensorthings/sensing/rest/impl/DatastreamsAccessImpl.java
The file was modified core/impl/src/test/java/org/eclipse/sensinact/core/integration/DataUpdateServiceTest.java
The file was modified northbound/websocket/src/main/java/org/eclipse/sensinact/northbound/ws/impl/WebSocketEndpoint.java
The file was modified southbound/virtual/virtual-temperature-sensor/src/test/java/org/eclipse/sensinact/gateway/southbound/virtual/temperature/integration/TemperatureSensorTest.java
The file was addednorthbound/session/session-api/pom.xml
The file was modified southbound/http/http-device-factory/src/test/java/org/eclipse/sensinact/gateway/southbound/http/factory/integration/HttpDeviceFactoryAuthTest.java
The file was addednorthbound/session/session-api/src/main/java/org/eclipse/sensinact/northbound/session/SensiNactSession.java
The file was addednorthbound/session/session-impl/pom.xml
The file was modified northbound/query-handler/src/test/java/org/eclipse/sensinact/northbound/query/test/integration/DescriptionsTest.java
The file was modified northbound/sensorthings/rest.gateway/src/main/java/org/eclipse/sensinact/sensorthings/sensing/rest/impl/ThingsAccessImpl.java
The file was addednorthbound/session/session-api/src/main/java/org/eclipse/sensinact/northbound/session/ProviderDescription.java
The file was modified northbound/websocket/src/main/java/org/eclipse/sensinact/northbound/ws/impl/WebSocketCreator.java
The file was removedcore/api/src/main/java/org/eclipse/sensinact/core/session/ResourceDescription.java
The file was modified northbound/websocket/src/main/java/org/eclipse/sensinact/northbound/ws/impl/WebSocketJettyRegistrar.java
The file was modified northbound/sensorthings/pom.xml
The file was modified southbound/mqtt/mqtt-device-factory/pom.xml
The file was addedcore/impl/src/test/java/org/eclipse/sensinact/core/integration/admin/AdminServiceTest.java
The file was addednorthbound/session/session-api/src/main/java/org/eclipse/sensinact/northbound/session/package-info.java