dalbani commented on PR #195: URL: https://github.com/apache/servicemix-bundles/pull/195#issuecomment-1367635992
Actually, the upstream OkHttp project _does_ contain OSGi configuration in the build setup: https://github.com/square/okhttp/blob/master/okhttp/build.gradle.kts#L126. It's not clear to me why the official JARs don't contain any OSGi metadata then. 🤔 Anyway, it looks like the following change should be included as well: ``` sun.security.ssl;resolution:=optional,* ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
