You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're still tolerating older dependencies in 5.0 milestones but should eventually raise the baseline for 5.0 GA. In rather obvious cases, we'd gain quite a bit by going Jetty 9.4+ (for WebSocket support) and OkHttp 3+, both of which look entirely feasible in Spring 5.
Another one still up for consideration is Hibernate ORM 5.2+ for our native orm.hibernate5 package, while our JPA support will remain compatible with Hibernate 4.3+ in any case. However, since JBoss EAP 7 still comes with Hibernate ORM 5.0.x, this does not seem feasible yet. We might rather drop the entire native Hibernate API support at some point.
Juergen Hoeller opened SPR-15038 and commented
We're still tolerating older dependencies in 5.0 milestones but should eventually raise the baseline for 5.0 GA. In rather obvious cases, we'd gain quite a bit by going Jetty 9.4+ (for WebSocket support) and OkHttp 3+, both of which look entirely feasible in Spring 5.
Another one still up for consideration is Hibernate ORM 5.2+ for our native
orm.hibernate5
package, while our JPA support will remain compatible with Hibernate 4.3+ in any case. However, since JBoss EAP 7 still comes with Hibernate ORM 5.0.x, this does not seem feasible yet. We might rather drop the entire native Hibernate API support at some point.Issue Links:
The text was updated successfully, but these errors were encountered: