Hi Hans-Peter,
On Fri, 2020-10-02 at 12:38 +0200, [email protected] wrote:
> Do you have suggestions what to do to allow sun.misc.Unsafe to be
> used by the ehcache 3 bundle?
> Any help would be greatly appreciated!
I am not sure how clean this solution is, but you might want to add the
following to your feature model
"framework-properties": {
"org.osgi.framework.system.packages.extra": "sun.misc"
}
I think you can also set it via the CLI with
-D org.osgi.framework.system.packages.extra=sun.misc
Hope this helps,
Robert