Ryan Dens
Ryan Dens
Micronaut has a gradle plugin that builds on the application plugin but also creates additional distributions. We should integrate with the micronaut plugin so that all distributions can be created...
The OTel plugin applies the `com.github.johnrengelman.shadow` plugin to your project. This is done in order to unpack the JARs depended on in the `otelInstrumentation`, rename the compiled class files from...
Define an extension point for vendor-specific distributions of this plugin, with a working example serving as the `opentelemetry-java-instrumentation` javaagent plugin. ## Configuration Typed config Gradle plugin extensions exposed to their...
Fix the start script generator to work on windows!
## Use Case We should run our tests (especially, tests in the `instrumentation` module) on multiple JVMs after compiling them with JDK 11. This was first brought up on #334...
## Use Case We should support filtering requests made to APIs defined with the JAX-RS API, just as we do for the Java EE Servlet API. ## Proposal I think...
### Describe the bug The Quarkus OIDC Extension appears to deviate from norms that I've observed in other extensions that have support for `CredentialsProvider`s in that it attempts to resolve...