bertramdev / asset-pipeline

The core implementation of the asset pipeline for the jvm
192 stars 90 forks source link

Spring Boot 3 #317

Closed mkobel closed 11 months ago

mkobel commented 1 year ago

Upgrade dependencies to support Spring Boot 3 #316

davydotcom commented 1 year ago

this is great but the minimum jdk should be set to 11 still

mkobel commented 1 year ago

this is great but the minimum jdk should be set to 11 still

Thank you for your feedback @davydotcom

When I downgrade everything to Java 11, I'm unable to compile due due the Spring Boot 3 requirement of Java 17.

Therefore I only configured asset-pipeline-spring-boot and the build/test SDK for Java 17, the target version of all other modules is still set to 11.

Are there further changes required?

mkobel commented 1 year ago

@davydotcom Are there further changes required?

lmar commented 1 year ago

Just to let you know - we have been using this patch in a production Spring Boot 3 application since March 2023 with no problems whatsoever. Thanks to @mkobel

mkobel commented 11 months ago

@davydotcom Are there further changes required?

davydotcom commented 11 months ago

awesome