retrolambda
retrolambda copied to clipboard
Avoid OSGi resolution issues caused by jdk.internal.vm.annotation (with JDK 14)
This is an odd one @dkulp identified and @reta found out. When we switched to JDK 14, generated code could claim a dependency on jdk.internal.vm.annotation due to the Hidden
annotation. Can we avoid that? as it isn't worth the trouble to hunt and open these deps. See https://github.com/openzipkin/brave/pull/1247