You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Upgrade CI Markdown checks
- Use tcort/github-action-markdown-link-check instead of deprecated gaurav-nelson/github-action-markdown-link-check.
- Pin actions to SHA version to mitigate possible supply chain attacks.
- Consolidate markdown checks into a single workflow.
Signed-off-by: Florian Hotze <dev@florianhotze.com>
* Comment out broken link check as it was previously disabled
Signed-off-by: Florian Hotze <dev@florianhotze.com>
* Adjust markdownlint config for new version
Signed-off-by: Florian Hotze <dev@florianhotze.com>
* Fix markdownlint
Signed-off-by: Florian Hotze <dev@florianhotze.com>
---------
Signed-off-by: Florian Hotze <dev@florianhotze.com>
|`topic`| The topic to match, as a file-system style glob (*, **, ?, and {} operators).<br><br>Example filters:<br>Item events: "openhab/items/\*/"<br>Channel events: "openhab/channels/\*/triggered"<br>Thing events: "openhab/things/\*\*" |
623
648
|`source`| The object that triggered the event, such as `org.openhab.core.expire`|
624
649
|`types`|`ItemCommandEvent`, `ItemStateEvent`, `ItemStateChangedEvent`, `GroupItemStateChangedEvent`, `ItemAddedEvent`, `ItemRemovedEvent`, `ThingAddedEvent`, `ThingRemovedEvent`, `ThingStatusInfoChangedEvent`, `ThingStatusInfoEvent`, `ThingUpdatedEvent`, etc. A non-exhaustive list can be found [in the Javadocs](https://www.openhab.org/javadoc/latest/org/openhab/core/events/event). |
625
650
|`payload`| Regex to match against the actual event data. |
Copy file name to clipboardExpand all lines: developers/osgi/equinox.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,12 +93,12 @@ It consists of bundles that implement all add-on services from the OSGi specific
93
93
Some of the core bundles are listed in the table below.
94
94
Some or all of these bundles must be included in your runtime configuration, if you want to use the services that they provide.
95
95
96
-
Name | Bundle Symbolic Name | Description
97
-
-------- | -------- | --------
98
-
Declarative Services | org.eclipse.equinox.ds | An implementation of the OSGi [Declarative Services](osgids.html) specification
99
-
Event Admin Service | org.eclipse.equinox.event | OSGi Compendium Release 8 [Event Admin](https://osgi.org/javadoc/osgi.cmpn/8.0.0/org/osgi/service/event/EventAdmin.html) Service provides an inter-bundle communication mechanism based on an event publish and subscribe model
100
-
Equinox Utilities | org.eclipse.equinox.util | A library of utility classes that are frequently used from the Equinox OSGi Service implementation bundles
101
-
OSGi Services API | org.eclipse.osgi.service | This bundle contains the set of OSGi specified service APIs
|Declarative Services | org.eclipse.equinox.ds | An implementation of the OSGi [Declarative Services](osgids.html) specification|
99
+
|Event Admin Service | org.eclipse.equinox.event | OSGi Compendium Release 8 [Event Admin](https://osgi.org/javadoc/osgi.cmpn/8.0.0/org/osgi/service/event/EventAdmin.html) Service provides an inter-bundle communication mechanism based on an event publish and subscribe model|
100
+
|Equinox Utilities | org.eclipse.equinox.util | A library of utility classes that are frequently used from the Equinox OSGi Service implementation bundles|
101
+
|OSGi Services API | org.eclipse.osgi.service | This bundle contains the set of OSGi specified service APIs|
102
102
103
103
Table 2. OSGi Bundles (Full list can be found at: <https://www.eclipse.org/equinox/bundles/>)
0 commit comments