Sudhanshu-Ambastha commented on issue #11947:
URL: https://github.com/apache/maven/issues/11947#issuecomment-4903561844

   I’ve been following this discussion and wanted to share that I've 
implemented an automated `jdeps` + `jlink` workflow in a CLI tool I'm building 
(`jar-cart`).
   On a basic Java 25 project, it reduces the runtime from **~290MB to ~32MB** 
with a single command. I've found that keeping this outside the build lifecycle 
provides a great 'no-refactor' path for legacy applications.
   Happy to share implementation notes or edge cases (like handling 
reflection/dynamic loading) if useful for anyone exploring this direction.
   https://github.com/Sudhanshu-Ambastha/jar-cart";


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to