From 674b729b78cc1e1f415314f4117f00f87fb55e41 Mon Sep 17 00:00:00 2001 From: Quentin Date: Thu, 19 Dec 2024 19:37:10 +0100 Subject: [PATCH] Upgrade to Spring Boot 3.4.1 --- .../workflows/publish-native-docker-image.yml | 18 ++++++------------ README.md | 2 -- pom.xml | 2 +- 3 files changed, 7 insertions(+), 15 deletions(-) diff --git a/.github/workflows/publish-native-docker-image.yml b/.github/workflows/publish-native-docker-image.yml index 84b7e917144..85b404c25d1 100644 --- a/.github/workflows/publish-native-docker-image.yml +++ b/.github/workflows/publish-native-docker-image.yml @@ -2,18 +2,12 @@ name: Build and publish native (GraalVM) images on: push: branches: - - not-exist-branch -# Disabled as related to https://github.com/spring-projects/spring-framework/issues/33936 -# Waiting next release of Spring Boot -#on: -# push: -# branches: -# - main -# tags: -# - 'v*.*.*' -# pull_request: -# branches: -# - main + - main + tags: + - 'v*.*.*' + pull_request: + branches: + - main jobs: build_native_docker_image: diff --git a/README.md b/README.md index ee99833c5fc..cdc845c5fa3 100644 --- a/README.md +++ b/README.md @@ -121,8 +121,6 @@ docker run -p 7471:7471 --rm docker.io/library/jhlite: ## Executable with Native Build Tools -**IMPORTANT NOTE: this section is currently broken since JHLite v1.23.0. See this [issue](https://github.com/jhipster/jhipster-lite/issues/11558).** - Use this option if you want to explore more options such as running your tests in a native image. The GraalVM native-image compiler should be installed and configured on your machine. diff --git a/pom.xml b/pom.xml index 3e30d44c25c..6553071b127 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.0 + 3.4.1 tech.jhipster.lite