Praveen Sana
Praveen Sana
We have a spring boot application (version 1.5.9.RELEASE) that is deployed in PCF and works fine. We are trying to migrate it to java-cfenv-boot library by following the migration guide...
@anthonydahanne thanks for the reply below is manifest file and logs. --- applications: - name: application-name path: target/application-name-0.0.1.jar instances: 1 services: - dev-application-mysql - dev-application-config-server - dev-application-credsmanager - dev-application-activemq buildpack:...
Hi Few more observations to the previous one, after removing org.springframework.boot:spring-boot-starter-cloud-connectors or org.springframework.cloud:spring-cloud-core org.springframework.cloud:spring-cloud-connectors-core org.springframework.cloud:spring-cloud-cloudfoundry-connector org.springframework.cloud:spring-cloud-spring-service-connector dependencies from the project. Application couldn't able to locate the real config server and...
I would like to request the community to extend the timeline for disabling the spring auto reconfiguration feature that comes with the java_buildpack_offline.
I am just curious and couldn't find equivalent bean configuration for newly introduced RestClient. Attaching the code snippet that can make call to oauth2 protected apis with the WebClient. Looking...