-
-
Notifications
You must be signed in to change notification settings - Fork 428
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
Upgrade to Karaf 4.4.5 and Xtext 2.34 #4133
Conversation
Upgrade Karaf from 4.4.4 to 4.4.5: * Sync runtime dependencies with Karaf 4.4.5, most notably: * Jetty 9.4.53.v20231009 * JNA 5.14.0 * Pax Logging 2.2.6 * Pax Web 8.0.24 * ASM 9.6 * Resolve itest runbundles Upgrade Xtext from 2.32 to 2.34 * Sync depencencies, most notably: * Guava 33.0.0 * classgraph 4.8.165 changing provider to io.github.classgraph * Migrate old Xtext generator xtext.generator to xtext.xtext.generator as xtext.generator has been removed from Xtext, affecting org.openhab.core.model.lazygen Signed-off-by: Holger Friedrich <[email protected]>
Signed-off-by: Holger Friedrich <[email protected]>
This PR is still work in progress. One problem is still open: Code in Maybe someone could explain what |
…sfs.tests Signed-off-by: Holger Friedrich <[email protected]>
@kaikreuzer @wborn Could you give some insights on Apart from that: all PRs for the different repos are prepared and ready for review. |
Thanks for the PRs! I also did some local testing with the newer Karaf and Xtext and similarly ran into the lazygen bundle needing updates. I also didn't know what it was used for but apparently is was used for regenerating all model code, see eclipse-archived/smarthome#348. |
@wborn thanks for the pointer. Following the logs in the archive, So my proposal is to remove |
No longer in use sind 2017, see eclipse-archived/smarthome#4122. Signed-off-by: Holger Friedrich <[email protected]>
Removed lazygen. Only use in openhab/openhab-distro, launch/ModelGen.launch. This target seems to install every package named |
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.
Many thanks for doing all the upgrades! 🙂
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/failed-to-execute-goal-org-apache-karaf-tooling4-4-4-verify/154678/4 |
For release notes, see: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12353604&projectId=12311140 Refs: openhab/openhab-core#4133 --------- Signed-off-by: Holger Friedrich <[email protected]>
I'm getting these error messages on my openHAB dev machine (latest snapshot) since this PR:
@kaikreuzer Is there anything that needs to be uploaded to our Maven repo? |
@florian-h05 I cannot reproduce the issue you mentioned above with S3998 on my RPI. If yes, let's open a separate issue to continue the discussion there. |
I see the same issue:
It only happens once for me after an update / cleaned cache. |
I have created a new issue #4158 to track it.... |
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/log-file-not-recreated-on-system-restart/155858/17 |
Upgrade Karaf from 4.4.4 to 4.4.5:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12353604&projectId=12311140
Upgrade Xtext from 2.32 to 2.34
Migrate old Xtext generator xtext.generator to xtext.xtext.generatoras xtext.generator has been removed from Xtext, affecting
org.openhab.core.model.lazygen
Refs: openhab/openhab-distro#1590