spring-cloud / spring-cloud-deployer-cloudfoundry

The Spring Cloud Deployer implementation for Cloud Foundry
Apache License 2.0
28 stars 39 forks source link

Fix cfenv detection #403

Closed jvalkeal closed 4 months ago

jvalkeal commented 5 months ago

Doing extra catch so that we don't fail with UnsupportedClassVersionError which happens if class file is found and loaded with older jdk than cfend is compiled. In this case we assue cfenv is present.

We're testing this with spring-cloud-task sample where cfenv is added via build.

jvalkeal commented 4 months ago

I'm gonna recreate this pr in a monorepo.