Michael Ennen
Michael Ennen
The blocking issue is that the project does not provide an `Automatic-Module-Name` in the manifest so it can be used with JPMS projects.
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?
Yes, that works fine :).
Okay. The fix is for a non-modular Java project is to set the `Automatic-Module-Name` manifest entry for the JAR artifact. This is done differently depending on what build system you...
Any news on the JPMS `Module-Name` manifest entry?
Any update on this issue? Can't use codeguru-profiler on a JPMS module.
@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 `Automatic-Module-Name`: ``` [WARNING] * Required filename-based automodules detected: [codeguru-profiler-java-agent-1.1.2.jar]. Please don't publish this project to a public artifact...
I posted this in another PR but this may be more a appropriate place: I made a proof-of-concept using Java 22 Foreign Function & Memory API of how to extract...