0

Pivotal Spring cloud config service doesnt work with Java 11 and spring boot 2.1.1.RELEASE and spring web: 5.1.3.RELEASE. I am getting "Error requesting access token". Any pointers to resolve this issue?

Minisha
  • 2,117
  • 2
  • 25
  • 56

1 Answers1

0

I don't believe that Spring Cloud Services is compatible with Spring Boot 2.1 or Java 11 at the time I write this.

Note: Version 2.0.x of the SCS client dependencies is not compatible with Spring Boot 2.1.x.

https://docs.pivotal.io/spring-cloud-services/2-0/common/client-dependencies.html#including-dependencies

I can't provide you any guarantees, but it probably a safe bet that it will support both of those at some point in the future. For now, use Spring Boot 2.0 & Java 8 for best results, or at least to sanity check that things are working as you'd expect.

Hope that helps!

Daniel Mikusa
  • 13,716
  • 1
  • 22
  • 28