Skip to content

Commit

Permalink
Upgrade to Spring Boot 3.4 to get rid of buildpacks customizations.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Oct 7, 2024
1 parent dc72820 commit 23e4ce6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.0-M3</version>
<version>3.4.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down Expand Up @@ -368,10 +368,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<BP_JVM_CDS_ENABLED>true</BP_JVM_CDS_ENABLED>
<BP_SPRING_AOT_ENABLED>true</BP_SPRING_AOT_ENABLED>
</env>
<buildpacks>
<buildpack>paketobuildpacks/java</buildpack>
</buildpacks>
<builder>paketobuildpacks/builder-jammy-buildpackless-tiny</builder>
</image>
</configuration>
<executions>
Expand Down Expand Up @@ -419,10 +415,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<image>
<buildpacks>
<buildpack>paketobuildpacks/java-native-image</buildpack>
</buildpacks>
<builder>paketobuildpacks/builder-jammy-buildpackless-tiny</builder>
<env>
<BP_NATIVE_IMAGE>true</BP_NATIVE_IMAGE>
</env>
Expand Down

0 comments on commit 23e4ce6

Please sign in to comment.