Upgrade to Spring Cloud 2021.0#43
Conversation
first commit for spring-cloud-config
|
When you removed the bootstrap context, did you move the that existed there to |
|
Yes, I've renamed or merged the |
|
@odedia could you please checkout this branch and test it to look what was wrong? |
|
I propre another PR with the same stack version but without removing the |
…6.3 : trying to fix CI build
#43 Upgrade to Spring Cloud 2021.0 and Spring Boot 2.6.3
…6.3 : trying to fix CI build
…6.3 : trying to fix CI build
…-2021.0-bis spring-petclinic#43 Upgrade to Spring Cloud 2021.0 and Spring Boot 2.6.3
…-2021.0-bis spring-petclinic#43 Upgrade to Spring Cloud 2021.0 and Spring Boot 2.6.3
This PR upgrade to Spring Cloud 2021.0.0 and Spring Boot 2.6.2 and, by the way, remove use of Spring Cloud's bootstrap context (see #40).
It's related to the PR spring-petclinic/spring-petclinic-cloud-config#1
The application is working with the
localmaven profile.Disabling wavefront by adding the below config is also working on my desktop:
I've tried to deploy it on kubernetes by I'm facing a starting issue:
The restart endpoint seems to be enabled
@odedia, @snicoll did you have any idea ?