java-buildpack icon indicating copy to clipboard operation
java-buildpack copied to clipboard

Missing JaCoCo Agent configuration options

Open billy-briggs-dev opened this issue 4 months ago • 1 comments

there is a lack of support for JaCoCo Agent configuration options:

Missing options:

  • destfile
  • append
  • exclclassloader
  • inclbootstrapclasses
  • inclnolocationclasses
  • sessionid (defaulted to instance uuid)
  • dumponexit
  • classdumpdir
  • jmx

Of particular interest to me is being able to set a custom sessionid value ( app name, git hash, etc).

Is there any particular reason why the option set is so limited by default in the current implementation?

Sources: https://www.eclemma.org/jacoco/trunk/doc/agent.html

billy-briggs-dev avatar Aug 19 '25 23:08 billy-briggs-dev