You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will be good if we can refactor it, so the bundle remains restricted to Compact Profile 2, or if it is not possible document that the binding is an exception.
The text was updated successfully, but these errors were encountered:
Because with Java 9+ there are basically no compact profiles anymore.
Everything is added via separate libraries and with the bnd migration we are also Java 11 compatible now, so including those libraries for just those addons that need it.
Closing this now.
Looking at the report generated by openhab/static-code-analysis#283, I see that several packages in dlinksmarthome binding depend on
javax.xml.soap
:This is a violation of C.1 in the openHAB coding guidelines https://docs.openhab.org/developers/development/guidelines.html#c-language-levels-and-libraries.
It will be good if we can refactor it, so the bundle remains restricted to Compact Profile 2, or if it is not possible document that the binding is an exception.
The text was updated successfully, but these errors were encountered: