Summary
The recent update to byte buddy has triggered a new OSGi import for the jdk.internal.misc package.
$ bnd print -mb assertj-core-3.14.0.jar
[MANIFEST assertj-core-3.14.0]
...
Import-Package ...,jdk.internal.misc,...
[USEDBY]
...
jdk.internal.misc org.assertj.core.internal.bytebuddy.dynamic.loading
...
The jdk.* packages should be optionally imported for when you are running on Java 8.
I will submit a PR to fix.
Summary
The recent update to byte buddy has triggered a new OSGi import for the
jdk.internal.miscpackage.The
jdk.*packages should be optionally imported for when you are running on Java 8.I will submit a PR to fix.