-
-
Notifications
You must be signed in to change notification settings - Fork 446
[automation] Extend provider script extension for metadata & ItemChannelLinks #4865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
f5490b4
to
ad3d93a
Compare
@kaikreuzer Can you please have a look at this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You will need to add the new bundle to the BOM at https://github.com/openhab/openhab-core/blob/main/bom/openhab-core/pom.xml.
Additionally, you need to add the bundle to the automation script feature (https://github.com/openhab/openhab-core/blob/main/features/karaf/openhab-core/src/main/feature/feature.xml#L140-L143) or create a new feature (similar to the rulesupport one) and add it to the openhab-runtime-base feature.
...ab/core/automation/module/script/providersupport/shared/ProviderItemChannelLinkRegistry.java
Show resolved
Hide resolved
Done ✔️ |
Lgtm, but why is the build failing? |
Signed-off-by: Florian Hotze <[email protected]>
…derScriptExtension code Signed-off-by: Florian Hotze <[email protected]>
…elegate Signed-off-by: Florian Hotze <[email protected]>
Signed-off-by: Florian Hotze <[email protected]>
Signed-off-by: Florian Hotze <[email protected]>
…lLinkRegistry Signed-off-by: Florian Hotze <[email protected]>
Signed-off-by: Florian Hotze <[email protected]>
Signed-off-by: Florian Hotze <[email protected]>
Signed-off-by: Florian Hotze <[email protected]>
Signed-off-by: Florian Hotze <[email protected]>
Signed-off-by: Florian Hotze <[email protected]>
Signed-off-by: Florian Hotze <[email protected]>
Rebasing and fixing code related to #4827 afterwards solved the build issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks a lot!
@kaikreuzer Can you please trigger a new core build on Jenkins? The one tonight failed. |
@florian-h05 done and build completed |
It seems like the current distro build did not include the latest core build, so can you please trigger distro as well? |
Follow-up for #4513.
This moves the newly added provider script extension to a new package and etxends it with support for providing item metadata & ItemChannelLinks.