We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to the following issue: cloudfoundry/cf-java-client#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.
The text was updated successfully, but these errors were encountered:
This was addressed via #413
Sorry, something went wrong.
mheath
corneil
No branches or pull requests
According to the following issue: cloudfoundry/cf-java-client#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.
The text was updated successfully, but these errors were encountered: