spring-cloud / spring-cloud-deployer

The Spring Cloud Deployer project defines an SPI for deploying long lived applications and short lived tasks
162 stars 87 forks source link

Fix cfenv detection #461

Closed jvalkeal closed 2 months ago

jvalkeal commented 2 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.