paketo-buildpacks / libjvm

A library and helper applications that form the basis for building the different Paketo-style JVM-providing buildpacks
Apache License 2.0
19 stars 20 forks source link

Do not add debug options if already available in JAVA_TOOL_OPTIONS #280

Closed c0d1ngm0nk3y closed 1 year ago

c0d1ngm0nk3y commented 1 year ago

fixes #274

Summary

If the java agent is already configured via JAVA_TOOL_OPTIONS, it is not added a second time since this would cause an error when starting the java process.

Use Cases

see issue

Checklist

linux-foundation-easycla[bot] commented 1 year ago

CLA Missing ID CLA Not Signed

dmikusa commented 1 year ago

Ignore EasyCLA for now. It seems to have lost its mind. Hopefully, that will be resolved soon.

dmikusa commented 1 year ago

/easycla

dmikusa commented 1 year ago

Thanks!

c0d1ngm0nk3y commented 1 year ago

@dmikusa Any idea when the next release is made? We are waiting for this change...

dmikusa commented 1 year ago

Sorry, I'll cut a release now. In the future, ping me or David and we can get stuff like this going more quickly.

It won't make it into the composites this week, but we can probably get the SAP Machine buildpack updated this week. I suspect that's the one you care about most?