Skip to content

Commit

Permalink
spring-boot-3.2: loaderImplementation may not be needed after 3.2.1?
Browse files Browse the repository at this point in the history
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.2-Release-Notes#nested-jar-support

ticket to follow:
spring-projects/spring-boot#38611

once 3.2.1 is out, try removing CLASSIC loaderImplementation setting in
spring-boot-maven-plugin
  • Loading branch information
ryanmax committed Dec 9, 2023
1 parent c50ecc1 commit 7e02875
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>lane-parent</artifactId>
<groupId>edu.stanford.irt</groupId>
<version>139-springsix</version>
<version>141-springsix</version>
</parent>
<artifactId>eresources-database</artifactId>
<version>2.12.4-SNAPSHOT</version>
Expand Down Expand Up @@ -226,6 +226,7 @@
</goals>
<configuration>
<mainClass>edu.stanford.irt.eresources.web.EresourcesWebApplication</mainClass>
<loaderImplementation>CLASSIC</loaderImplementation>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 7e02875

Please sign in to comment.