So far I’ve been going thru add !sun.util….. etc. to my config and seeing what shows up – but it’s looking pretty much what I expected – A LOT of internal web/network
fundamentals ( sun.net.www.http etc. ) all of which I’m guessing are extended/implemented by the OpenJSSE library ( which was a backport/extraction from JDK 11 ) so it’s part of the core/low level stack of Java.
I don’t think this route will be of much use, but I suspect I may have better results including the base jar in the lib/boot folder, and my bundle merely instantiating
the class.
From:
Johan Edstrom <seijoed@gmail.com>
Reply to: "user@karaf.apache.org" <user@karaf.apache.org>
Date: Monday, 15 June 2020 at 4:19 PM
To: "user@karaf.apache.org" <user@karaf.apache.org>
Subject: Re: Integrating OpenJSEE into Karaf on JDK8
Are some of those possibly something you could make optional?
Dealing with old jars compile chains can be really enlightening in osgi :)