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...
thanks for the reply @pivotal-david-osullivan pom.xml with SCS etc. versions we have removed the connector libraries from the project as suggested in migration guide VCAP_SERVICES with the Config Server binding...
sorry for the confusion yes we have some, below are the ones. org.springframework.cloud spring-cloud-config-client 1.4.3.RELEASE org.springframework.cloud spring-cloud-context 1.2.3.RELEASE com.marcosbarbero.cloud spring-cloud-config-client-oauth2 1.0.1.RELEASE org.springframework.cloud spring-cloud-starter 1.2.3.RELEASE org.bouncycastle bcpkix-jdk15on org.bouncycastle bcprov-jdk15on