spring-petclinic / spring-petclinic-microservices

Distributed version of Spring Petclinic built with Spring Cloud
Apache License 2.0
1.7k stars 2.18k forks source link

Upgrade to Spring Cloud 2023.0.0 #249

Closed shobhakamath closed 11 months ago

shobhakamath commented 11 months ago

Upgrade to Spring Cloud 2023.0.0 also requires springboot upgrade 3.2.0. LTS Java 17 compatible to Springboot 3.2.0

arey commented 11 months ago

Hi @shobhakamath Before merging your PR, could you please test the Docker images built against this Spring Cloud version?

arey commented 11 months ago

Be careful because I recently removed dockerize: https://github.com/spring-petclinic/spring-petclinic-microservices/pull/247

shobhakamath commented 11 months ago

Thank you for your comment. I have fixed the entry point and the container is up and running perfectly.

Screenshot 2023-12-28 at 2 35 36 PM
arey commented 11 months ago

Great job @shobhakamath Thanks :)