aws-codeguru-profiler-demo-application
                                
                                 aws-codeguru-profiler-demo-application copied to clipboard
                                
                                    aws-codeguru-profiler-demo-application copied to clipboard
                            
                            
                            
                        Example application demonstrating the features of Amazon CodeGuru Profiler
*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...