Skip to content
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

Bump images up to Spring Boot 3.4.1 and related dependencies #41

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

TimHess
Copy link
Member

@TimHess TimHess commented Jan 6, 2025

Includes the update to SBA for coloring FATAL log level (was added to both 3.3.7 and 3.4.1)

With these dockerfiles, start.spring.io sets these versions in build.gradle:

ext {
  set('springBootAdminVersion', "3.4.1")
  set('springCloudVersion', "2024.0.0")
}

The result for SBA matches that.
Spring Cloud components print logs like Spring Cloud Netflix Eureka Server 4.2.0 by Pivotal Software, Inc.

Commands to test the images from this PR:

docker run --rm -d --pull=always -p 8888:8888 --name steeltoe-config-pr steeltoe.azurecr.io/config-server:pr-41
docker run --rm -d --pull=always -p 8761:8761 --name steeltoe-eureka-pr steeltoe.azurecr.io/eureka-server:pr-41
docker run --rm -d --pull=always -p 9099:9099 --name steeltoe-sbadmin-pr steeltoe.azurecr.io/spring-boot-admin:pr-41

@TimHess TimHess self-assigned this Jan 6, 2025
@TimHess TimHess requested a review from bart-vmware January 6, 2025 20:04
@TimHess TimHess merged commit 08df077 into main Jan 7, 2025
4 checks passed
@TimHess TimHess deleted the spring-boot-3.4.1 branch January 7, 2025 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants