-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 2022.2 #217
Labels
Comments
arey
added a commit
that referenced
this issue
Dec 28, 2022
* Use Github Actions for CI * Bump to Spring Cloud 2022.0.0-M1 and Spring Boot 3.0.0-M1 * Bump to Spring Cloud 2022.0.0 and Spring Boot 3.0.1 * Move from javax to jakarta package * Artefact mysql-connector-java relocated to com.mysql:mysql-connector-j * Upgrade Java CI to Java 17 * Spring Cloud Sleuth migrated to Micrometer Tracing * Spring Cloud Sleuth migrated to Micrometer Tracing * Bump to Spring Boot Admin 3.0.0-M8 * Switch vers cache from ehchace to caffeine * Dockerfile now use eclipse-temurin:17 * Add MetricConfig because Micrometer’s Spring Boot configuration does not more recognize @timed on arbitrary methods. * Eclipse Temurin with Java 17 as Docker base image * Upgrade Grafana Petclinic dashboard JSON config with RestController method name
DavidMolta18
pushed a commit
to Distribuidos2024/spring-petclinic-microservices
that referenced
this issue
Nov 14, 2024
…linic#217 (spring-petclinic#221) * Use Github Actions for CI * Bump to Spring Cloud 2022.0.0-M1 and Spring Boot 3.0.0-M1 * Bump to Spring Cloud 2022.0.0 and Spring Boot 3.0.1 * Move from javax to jakarta package * Artefact mysql-connector-java relocated to com.mysql:mysql-connector-j * Upgrade Java CI to Java 17 * Spring Cloud Sleuth migrated to Micrometer Tracing * Spring Cloud Sleuth migrated to Micrometer Tracing * Bump to Spring Boot Admin 3.0.0-M8 * Switch vers cache from ehchace to caffeine * Dockerfile now use eclipse-temurin:17 * Add MetricConfig because Micrometer’s Spring Boot configuration does not more recognize @timed on arbitrary methods. * Eclipse Temurin with Java 17 as Docker base image * Upgrade Grafana Petclinic dashboard JSON config with RestController method name
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Spring Cloud 2022.2 requires Spring Boot 3 and Java 17.
Spring Cloud 2022.0 Release Notes
Spring Cloud Sleuth has to be migrated to Micrometer Tracing (see the Sleuth 3.1 Migration Guide):
Blog post :
The text was updated successfully, but these errors were encountered: