Closed rbamberger closed 3 years ago
The committers are authorized under a signed CLA.
@rbamberger Hi, i had to revert your PR because of some failing tests. You are welcome to resubmit a new PR but please run the unit test: https://github.com/cloudfoundry/ibm-websphere-liberty-buildpack#running-tests. Ensure there are no failures by either adjusting the code changes or when appropriate making changes in the test code.
@rbamberger and @kevin-ortega how can we get this fix? it is impacting our teams ability to monitor their java apps.
This fixes the problem with long URI's used for downloading external dependencies causing filenames being generated that exceeds File System Limits. '.bin' Files need some special treatment because the code for using the ibmjdk has some built-in checks that rely on the original Filename to be able to expand the JRE. https://github.com/cloudfoundry/ibm-websphere-liberty-buildpack/blob/faf82f716e9ba6e3ed128ceabee131747cd9299b/lib/liberty_buildpack/jre/ibmjdk.rb#L131