NicklasWallgren
NicklasWallgren
@Siddharth-KP-ML Please open a MR, we need this as well.
> @naihil Thank you! Worked like a charm for me! > > How do find out this stuff? @ksilz You can find parts of it using the native-image-agent. @naihil Thanks!
@SurpSG Has the the plugin been published to the plugin portal yet? I cannot find it https://plugins.gradle.org/search?term=com.form.diff-coverage Thanks for a great plugin.
@SurpSG Great, thanks!
Great, seems to work perfectly! Thanks.
@SurpSG Did you delete the SNAPSHOT?
@SurpSG Hey, we are running `com.github.form-com.diff-coverage-gradle:diff-coverage:0.9.0` ``` buildscript { repositories { maven { url 'https://jitpack.io' } } dependencies { classpath 'com.github.form-com.diff-coverage-gradle:diff-coverage:0.9.0' } } apply plugin: 'com.form.diff-coverage' diffCoverageReport { diffSource {...
Any progress on this?
> Hi, > > I've managed to reproduce the error that you are facing here and the agent should not trigger a `ClassCastException` and should instead either silently ignore or...
> Do you have a strong requirement to use Elastic APM agent here ? > > As you are already using the OpenTelemetry API, it might be more natural to...