#127 - Prepare 0.10.0.RELEASE.
Upgraded to latest Objenesis and Slf4j. Updated changelog.
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -58,14 +58,14 @@
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<spring.version>3.2.7.RELEASE</spring.version>
|
||||
<logback.version>1.0.13</logback.version>
|
||||
<jackson.version>2.3.0</jackson.version>
|
||||
<spring.version>3.2.8.RELEASE</spring.version>
|
||||
<logback.version>1.1.0</logback.version>
|
||||
<jackson.version>2.3.2</jackson.version>
|
||||
<jaxrs.version>1.0</jaxrs.version>
|
||||
<minidevjson.version>1.1.1</minidevjson.version>
|
||||
<jsonpath.version>0.9.1</jsonpath.version>
|
||||
<objenesis.version>1.3</objenesis.version>
|
||||
<slf4j.version>1.7.5</slf4j.version>
|
||||
<objenesis.version>2.1</objenesis.version>
|
||||
<slf4j.version>1.7.6</slf4j.version>
|
||||
<evo.version>1.0.1</evo.version>
|
||||
<bundlor.failOnWarnings>true</bundlor.failOnWarnings>
|
||||
</properties>
|
||||
|
||||
@@ -1,6 +1,16 @@
|
||||
Spring HATEOAS Changelog
|
||||
=========================
|
||||
|
||||
Changes in version 0.10.0.RELEASE (2014-03-30)
|
||||
----------------------------------------------
|
||||
- #165 - Drop Jackson 1.x support
|
||||
- #162 - Documentation - @RelationType
|
||||
- #160 - Fix UriTemplate.expand(…) method signature to prevent accidental binding to varargs overload
|
||||
- #158 - HalEmbeddedBuilder should forward proxy target class to RelProviders
|
||||
- #154 - Build fails with Java 7
|
||||
- #148 - Cant't get HAL-Type serialization to work
|
||||
- #103 - Spring HATEOAS fails in WebSphere 8
|
||||
|
||||
Changes in version 0.9.0.RELEASE (2014-01-29)
|
||||
---------------------------------------------
|
||||
- #147 - Add convenience toString to VndErrors
|
||||
|
||||
Reference in New Issue
Block a user