Skip to content
Failed

Changes

Summary

  1. Implementation of feature configurations (#105) (commit: dfcfadc) (details)
Commit dfcfadcc8934e689bf290950dd0b00ce902cf726 by GitHub
Implementation of feature configurations (#105)

* Implementation of feature configurations

* Fixes based on PR comments

* Removed remaining comments

* Removed thread interruption flag reset

* Interrupt watching thread only if an interruption handling is not pending
(commit: dfcfadc)
The file was addedprototype/distribution/launcher/src/test/resources/features/config_only.json
The file was addedprototype/distribution/launcher/src/test/resources/features/config_only_2.json
The file was modified prototype/distribution/launcher/src/test/java/org/eclipse/sensinact/gateway/launcher/FeatureLaunchingTest.java (diff)
The file was addedprototype/distribution/launcher/src/test/resources/features/config_only_update.json
The file was modified prototype/distribution/launcher/src/test/java/org/eclipse/sensinact/gateway/launcher/ConfigurationManagerTest.java (diff)
The file was modified prototype/distribution/launcher/src/main/java/org/eclipse/sensinact/gateway/launcher/ConfigurationManager.java (diff)
The file was addedprototype/distribution/launcher/src/test/resources/features/config_vars.json
The file was addedprototype/distribution/launcher/src/test/resources/features/config_simple.json
The file was modified prototype/docs/distribution/Launcher.md (diff)
The file was modified prototype/distribution/launcher/src/main/java/org/eclipse/sensinact/gateway/launcher/FeatureLauncher.java (diff)