bertramdev / asset-pipeline

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

Support Spring Boot 3 #316

Closed mkobel closed 9 months ago

mkobel commented 1 year ago

The current asset-pipeline-spring-boot is not compatible with Spring Boot 3 due to dependency changes.

mkobel commented 1 year ago

The following changes might affect the asset pipeline:

mkobel commented 1 year ago

I just created a pull request draft with updated dependencies #317

I had to disable several modules where the gradle config is not out of the box running with Gradle 7.4.2

Should there be a parallel development with separate modules old and new dependencies (e.g. Java EE instead of Jakarta EE APIs, old Java versions) or should all modules use the new dependencies?

mkobel commented 1 year ago

@davydotcom : What do you suggest? Should there be a parallel development with separate modules old and new dependencies (e.g. Java EE instead of Jakarta EE APIs, old Java versions) or should all modules use the new dependencies? Or is there another possible solution I am not aware of?

mkobel commented 9 months ago

@davydotcom Could you please create a release to make the accepted PR #317 usable?

mkobel commented 9 months ago

@davydotcom Could you please create a release to make the accepted PR #317 usable?

Resolved with 53a15f8 & rel-4.4.0