-
Notifications
You must be signed in to change notification settings - Fork 73
codeguru-profiler-java-agent no module name, etc. #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Currently we don't provide a JPMS module name. Also, the codeguru-profiler-java-agent is not open source and not yet released on Maven Central. We will follow up in the team about the encountered issues to assess them. Is any of this issues blocking you to use our java agent? |
Thanks @brcolow for the report!
We usually would recommend the AWS forums although the team does monitor the repositories as well, so don't worry. Do let us know if our current setup is causing issues, we definitely want to know about that. |
The blocking issue is that the project does not provide an |
Would it be possible to make the HTTPS https://d1osg35nybn3tt.cloudfront.net/com/amazonaws/codeguru-profiler-java-agent-standalone directory readable so that one can easily browse for the latest version? |
There's actually a way of getting a list of all the versions, including the latest ones -- by reading the maven metadata files: Would this help for your use-case? We know the current setup is somewhat awkward, and we're considering improvements around how we deliver the agent, but we don't have anything to announce yet. |
Yes, that works fine :). |
Awesome. Let's leave this ticket open until we're able to look into the JPMS issue, so we can report back :) |
Okay. The fix is for a non-modular Java project is to set the |
That one is finally fixed as well: https://search.maven.org/search?q=g:software.amazon.codeguruprofiler 🥳 |
Awesome! |
Any news on the JPMS |
Any update on this issue? Can't use codeguru-profiler on a JPMS module. |
I've since left AWS, hopefully someone can chime in on the status for this :) |
Sorry for this, we don't have yet any updates to share. |
Hey @brcolow. I'm looking at adding the In the meantime, are you unblocked by using the automatically derived module name from the JAR file? In our case, that would be |
@olivergillespie Yes - I can do that - but I get a warning when building with Maven and it is not ideal - but it does unblock. |
For reference here is the warning that Maven gives when building without
It is the only such one in my project which is why I am being a stickler about it. |
The following dependency:
Does not seem to provide a JPMS module name. Even if it is not a full-fledged module, it should provide a fallback module name.
By the way, is the codeguru-profiler-java-agent open source? I can't seem to find it.
It's also somewhat strange that it is not on Maven Central (need to use a somewhat obscure looking cloudfront repository).
Sorry if this is the wrong place for such an issue.
The text was updated successfully, but these errors were encountered: