Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

spring-hateoas 0.8.0.RELEASE compatibility with Spring 4

I'm using 0.8.0.RELEASE version of spring-hateos, which has spring libraries (spring-core and spring-webmvc) in version 3.2.3.RELEASE as a compile time dependencies.

However, in runtime I would like to use spring-core and spring-webmvc in version 4.2.2.RELEASE.

Does anyone know if this version of spring-hateos is compatible with latest version of spring libraries?

like image 963
BartoszMiller Avatar asked Nov 20 '15 14:11

BartoszMiller


1 Answers

Looking at the changelog, support for Spring 4.0.x is started on version 0.17.0.RELEASE

Changes in version 0.17.0.RELEASE (2015-03-05)
- #311 - Upgrade to latest Spring 4.0.x.
- #304 - Add build profiles for Spring 4.x.

like image 75
Bnrdo Avatar answered Nov 18 '22 18:11

Bnrdo