-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
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
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
local
maven 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 ?