Ryan Dens
Ryan Dens
Took a quick stab at this. The API I'm working on looks kinda like this: The name `agentOptions` is derived from `java.lang.instrument` [package-info.java](https://docs.oracle.com/en/java/javase/21/docs/api/java.instrument/java/lang/instrument/package-summary.html#starting-an-agent-from-the-command-line-interface-heading) ```kotlin javaagent { agentOptions = '12345:config.yaml' }...
Thanks! I have the changes in a feature branch i'm working on, but haven't been able to upstream them yet. Will post a more detailed update soon
Thanks @tajobe! I thought i had a test case for this, but clearly not, i'll work on a patch for this when I get the opportunity (happy to accept a...
Today I learned about `shadowDist`! I always thought the point of the shadow plugin was to just ship a shadow jar. This seems quite reasonable and within the scope of...
@pavolloffay I'm taking a look at the dropwizard Jersey/Jetty use case! I hear you were looking at this a while back, so if you've got any opinions on where I...
Sorry, I should have been more clear! I mean supporting the reporting of the request body/headers and blocking a request using an implementation of `org.hypertrace.agent.filter.api.Filter` to an API endpoint defined...
> This is surprising, I guess it also depends on how the application is bootstrapped because Jersey for sure offers servlet integration. If what you are describing is true then...
> Our tested deliverable is bytecode compiled on JVM 11 into JVM 8 compatible bytecode. What we have to test is that if the deliverable works on other JVMs -...