Skip to content

Commit

Permalink
Merge pull request #11605 from qmonmert/springboot341
Browse files Browse the repository at this point in the history
Upgrade to Spring Boot 3.4.1
  • Loading branch information
murdos authored Dec 19, 2024
2 parents 9e7c8c4 + 674b729 commit f1e6b71
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/publish-native-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ docker run -p 7471:7471 --rm docker.io/library/jhlite:<VERSION>

## 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.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
</parent>

<groupId>tech.jhipster.lite</groupId>
Expand Down

0 comments on commit f1e6b71

Please sign in to comment.