Closed cppwfs closed 10 months ago
According to the following issue: https://github.com/cloudfoundry/cf-java-client/issues/1181 We can no longer use the DopplerClient to retrieve logs. Rather we need to use the LogCacheClient to retrieve logs. The following code needs to be updated: https://github.com/spring-cloud/spring-cloud-deployer/blob/main/spring-cloud-deployer-cloudfoundry/src/main/java/org/springframework/cloud/deployer/spi/cloudfoundry/CloudFoundryTaskLauncher.java#L141 and https://github.com/spring-cloud/spring-cloud-deployer/blob/main/spring-cloud-deployer-cloudfoundry/src/main/java/org/springframework/cloud/deployer/spi/cloudfoundry/CloudFoundryAppDeployer.java#L216.
This was addressed via #413
According to the following issue: https://github.com/cloudfoundry/cf-java-client/issues/1181 We can no longer use the DopplerClient to retrieve logs. Rather we need to use the LogCacheClient to retrieve logs. The following code needs to be updated: https://github.com/spring-cloud/spring-cloud-deployer/blob/main/spring-cloud-deployer-cloudfoundry/src/main/java/org/springframework/cloud/deployer/spi/cloudfoundry/CloudFoundryTaskLauncher.java#L141 and https://github.com/spring-cloud/spring-cloud-deployer/blob/main/spring-cloud-deployer-cloudfoundry/src/main/java/org/springframework/cloud/deployer/spi/cloudfoundry/CloudFoundryAppDeployer.java#L216.