morph166955

Results 88 comments of morph166955
trafficstars

When I go and look at the bundle dependencies in karaf I get... ``` com.amazonaws.aws-java-sdk-core_1.12.626 [266] requires: -------------------------------------------------------- osgi.wiring.package; (osgi.wiring.package=org.apache.http) resolved by: osgi.wiring.package; org.apache.http 4.4.9 from org.apache.httpcomponents.httpcore_4.4.9 [271] osgi.wiring.package; (osgi.wiring.package=org.apache.http.auth)...

Ah, thank you. I did not see that. I can submit a PR on the openhab-addons side to update those lines. Can you pull this issue up to that repo...

This is current... IPP: ``` org.apache.httpcomponents httpcore-osgi 4.4.15 compile org.apache.httpcomponents httpclient-osgi 4.5.13 compile ``` IHC: ``` org.apache.httpcomponents httpcore-osgi 4.4.10 compile org.apache.httpcomponents httpclient-osgi 4.5.8 compile ``` I'm pushing pollytts to: ```...

I've not had a chance to check. I've been incredibly busy this month with some personal things.

This is still an issue on the current snapshot: ``` 2024-03-02 13:56:14.154 [INFO ] [org.openhab.core.Activator ] - Starting openHAB 4.2.0 (Build #3964) ... 2024-03-02 13:56:35.132 [WARN ] [zonaws.http.apache.utils.ApacheUtils] - NoSuchMethodException...

EDIT: Resolved in [ca92952](https://github.com/openhab/openhab-addons/pull/14600/commits/ca929526a48a83ae7df5a0a7f99ae127a04e2429) Exception throwing at start: ``` 2023-03-22 15:09:32.326 [WARN ] [mmon.WrappedScheduledExecutorService] - Scheduled runnable ended with an exception: java.lang.NoSuchMethodError: 'void org.openhab.core.library.types.DecimalType.(long)' at org.openhab.binding.ring.handler.DoorbellHandler.minuteTick(DoorbellHandler.java:101) ~[?:?] at org.openhab.binding.ring.handler.AbstractRingHandler$1.run(AbstractRingHandler.java:84) ~[?:?]...

EDIT: Exception is mostly benign for regular users. Moved this from logger.error to logger.debug so we can pull it out as needed but only if asked for. Fixed in https://github.com/openhab/openhab-addons/pull/14600/commits/57c3cff6e0d1015fdef2911ecdf689cdf6ca3819...

EDIT: Exception is mostly benign for regular users. Moved this from logger.error to logger.debug so we can pull it out as needed but only if asked for. Fixed in https://github.com/openhab/openhab-addons/pull/14600/commits/57c3cff6e0d1015fdef2911ecdf689cdf6ca3819...

@clinique thank you for the review! I'll hit them next week when I get home from the beach. Any chance you have some time to do a pass over the...

Thank you and greatly appreciated in advance!!!!