When pushing a java application with an empty buildpack attribute. PCF (Pivotal Cloud Foundry) should be able to use auto detection to determine the appropriate buildpack. Pushing an application on PCF 1.12 fails with the following error:
# cf push demo -p . -b null Creating app demo in org test-org / space test-space as user1... FAILED Server error, status code: 400, error code: 100001, message: The app is invalid: Must specify either a buildpack_url or an admin_buildpack_name