-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[twitter] rename binding to X #15809
Conversation
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
Don't understand why the build is failing, might need some help. |
I think you forgot to update the BOM: openhab-addons/bom/openhab-addons/pom.xml Line 1761 in 8bcbd45
|
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
What can we do with the non-default translations files ? Is crowdin able to rename the files? |
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
Need some help with the build error. |
It's most likely caused by the dependency upgrade of twitter4j-core. Bnd does bytecode analysis on the embedded classes to see which classes are imported. If the packages of the classes are not provided by the bundle itself, Bnd adds package imports to the generated bundle manifest. The Karaf feature validation checks if all package imports in the feature bundle manifests can be satisfied by the installed bundles. So in this case there is no bundle providing You can probably workaround this by adding |
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
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.
Thanks for addressing the comments! I have added a few more below:
bundles/org.openhab.binding.x/src/main/java/org/openhab/binding/x/internal/XHandler.java
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.x/src/main/java/org/openhab/binding/x/internal/XHandler.java
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.x/src/main/java/org/openhab/binding/x/internal/XHandler.java
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.x/src/main/resources/OH-INF/i18n/twitter.properties
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.x/src/main/resources/OH-INF/i18n/twitter_fr.properties
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.x/src/main/resources/OH-INF/i18n/twitter_ru.properties
Outdated
Show resolved
Hide resolved
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
Can we also do some smart renaming for the crowdin properties/files? Hope someone else picks up that task as i'm not familiair with crowdin. |
bundles/org.openhab.binding.x/src/main/java/org/openhab/binding/x/internal/XHandler.java
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.x/src/main/resources/OH-INF/i18n/x.properties
Show resolved
Hide resolved
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
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.
Thanks! 👍
Can you also create a PR to add some info for these changes in |
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]> Signed-off-by: Jørgen Austvik <[email protected]>
I guess X is here to stay for a while. This PR :
=> Renaming files, classes and documentation from Twitter to X.
=> Update twitter4j from 4.0.7 to 4.1.2
Changelogs:
https://twitter4j.org/2022/10/12/120
https://twitter4j.org/2022/10/21/264
https://twitter4j.org/2022/10/27/269
@computergeek1507 can you test this version?
Fixes #15370