aws-codeguru-profiler-demo-application icon indicating copy to clipboard operation
aws-codeguru-profiler-demo-application copied to clipboard

Example application demonstrating the features of Amazon CodeGuru Profiler

Results 3 aws-codeguru-profiler-demo-application issues
Sort by recently updated
recently updated
newest added

*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

The following dependency: ```pom com.amazonaws codeguru-profiler-java-agent 1.0.1 ``` Does not seem to provide a JPMS module name. Even if it is not a full-fledged module, it should provide a fallback...

When including `codeguru-profiler-java-agent` a dependency convergence error occurs (as caught by the `dependencyConvergence` rule of maven enforcer, for example): ``` +-MY_PROJECT +-software.amazon.codeguruprofiler:codeguru-profiler-java-agent:1.1.2 +-software.amazon.awssdk:codeguruprofiler:2.15.4 +-software.amazon.awssdk:netty-nio-client:2.15.4 +-io.netty:netty-codec-http2:4.1.46.Final +-io.netty:netty-handler:4.1.46.Final and +-MY_PROJECT +-software.amazon.codeguruprofiler:codeguru-profiler-java-agent:1.1.2 +-software.amazon.awssdk:codeguruprofiler:2.15.4...