Old spring framework being referenced? #13397
-
While scanning a docker image with our play (play 3.0.8 / Java 21 SDK) application, we found that our Java play application contains references to org.springframework.spring-context-5.3.39.jar. Steps to reproduce, without our application :-)
Environment
Do you have any ideas, why 5.3.39 is loaded instead of 6.2.3, even in the small java forms example? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Because Play Java Forms 3.0.x depends on 5.3.39. We are unable to upgrade to Spring 6.x because Play 2.9/3.0 still supports Java 11. playframework/project/Dependencies.scala Line 109 in 1c08373 For the next Play non-patch release, the minimum supported Java version will be 17, and Spring has been upgraded to version 6.x 😉 playframework/project/Dependencies.scala Line 110 in f920f1c |
Beta Was this translation helpful? Give feedback.
Because Play Java Forms 3.0.x depends on 5.3.39. We are unable to upgrade to Spring 6.x because Play 2.9/3.0 still supports Java 11.
playframework/project/Dependencies.scala
Line 109 in 1c08373
For the next Play non-patch release, the minimum supported Java version will be 17, and Spring has been upgraded to version 6.x 😉
playframework/project/Dependencies.scala
Line 110 in f920f1c