Mark resolution of jdk.internal.misc as optional (again)#597
Conversation
|
Thanks, sorry about that... Out of curiosity, what broke due to this change? |
|
Fixed and released in 4.8.132 |
|
I tried using this bundle in an osgi environment for the first time. Resolving using bndtools failed, since bnd did not find any bundle that exports jdk.internal.misc. So I checked whether the package jdk.internal.misc has always been required. Is this package actually required by classgraph? I did not find any usage of this package. The "internal" also suggests that it is not supposed to be used by third parties. |
|
The The sun version of I guess I should remove this entry from the manifest entirely! |
|
Sorry, there was a regression in 4.8.132, please try 4.8.133 instead. |
jdk.internal.misc was marked optional in #408. I think this resolution attribute was unintentionally removed, when jvm.driver was added with this commit: 4c30481