Trask Stalnaker

Results 77 issues of Trask Stalnaker

See https://github.com/open-telemetry/opentelemetry-java-contrib/pull/403 Alternatively we could update the version bumping script for this, but seems better if we can generate this at build time if possible. cc @kubawach @anosek-an

type: enhancement
component: static-instrumenter

@anuraaga let me know if you remember anything else that has come up in prior reviews and I'll add them

Same configuration as other otel java repos

``` Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make public java.net.URI com.sun.tools.javac.api.ClientCodeWrapper$WrappedFileObject.toUri() accessible: module jdk.compiler does not "opens com.sun.tools.javac.api" to unnamed module @3f0ee7cb at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354) at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297) at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:[199](https://github.com/trask/opentelemetry-java-contrib/runs/5491815918?check_suite_focus=true#step:5:199)) at java.base/java.lang.reflect.Method.setAccessible(Method.java:193) at...

Hey all! We've spent a lot of time lately improving our release workflow in the OTel Java repos, and I'd like to see if our toil and pain can be...