-
-
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
Downgrade Aries JAX-RS Whiteboard from 2.0.1 to 2.0.0 #2599
Conversation
It causes unneccessary bundle refreshes whenever add-ons are installed/uninstalled. As a result the UI does not get properly notified of installation changes. Fixes openhab#2580 Reverts the Aries JAX-RS Whiteboard upgrade of openhab#2532 Signed-off-by: Wouter Born <[email protected]>
Just curious: how did you find that? |
It looked very similar to an issue I fixed some time ago (#1709). So I used the same command options to see what Karaf does when installing add-ons on a recent snapshot build:
As most refreshes seemed to be caused by CXF/Whiteboard bundle refreshes, I thought it would be a good idea to check the behavior using the milestone before and just after the CXF and Whiteboard upgrade. 3.2.0.M3 did not have the issue while 3.2.0.M4 did have the issue. So I tested downgrading the Whiteboard (first bundle in the refresh list, easiest change 😉) which seems to fix it:
|
Thanks. I didn't know the -t -v options. Looks very useful. |
FWIW the previous add-on management UI pages (with the simple lists) was polling |
It causes unneccessary bundle refreshes whenever add-ons are installed/uninstalled. As a result the UI does not get properly notified of installation changes. Fixes openhab#2580 Reverts the Aries JAX-RS Whiteboard upgrade of openhab#2532 Signed-off-by: Wouter Born <[email protected]> GitOrigin-RevId: 0028a3c
It causes unneccessary bundle refreshes whenever add-ons are installed/uninstalled.
As a result the UI does not get properly notified of installation changes.
Fixes #2580
Reverts the Aries JAX-RS Whiteboard upgrade of #2532