#181 - Prepare 0.13.0.RELEASE.
Upgraded Evo Inflector version to 1.2. Updated changelog.
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -66,7 +66,7 @@
|
||||
<jsonpath.version>0.9.1</jsonpath.version>
|
||||
<objenesis.version>2.1</objenesis.version>
|
||||
<slf4j.version>1.7.7</slf4j.version>
|
||||
<evo.version>1.0.1</evo.version>
|
||||
<evo.version>1.2</evo.version>
|
||||
<bundlor.failOnWarnings>true</bundlor.failOnWarnings>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
Spring HATEOAS Changelog
|
||||
========================
|
||||
|
||||
Changes in version 0.13.0.RELEASE (2014-06-18)
|
||||
----------------------------------------------
|
||||
- #199 - Improve design of HalEmbeddedBuilder.
|
||||
- #198 - TemplateVariables.concat(…) should not duplicate variables.
|
||||
- #195 - HalEmbeddedBuilder should consider rel provided by object to be added.
|
||||
- #192 - ControllerLinkBuilder not detecting the right @RequestMapping from a controller.
|
||||
- #188 - #187: Traverson correctly applies headers when using JsonPath to evaluat...
|
||||
- #187 - Traverson: toObject(jsonPath) does not apply headers.
|
||||
|
||||
Changes in version 0.12.0.RELEASE (2014-05-20)
|
||||
----------------------------------------------
|
||||
- #180 - Traverson is not expanding URI template on final call correctly.
|
||||
|
||||
@@ -30,7 +30,7 @@ import com.jayway.jsonpath.JsonPath;
|
||||
*/
|
||||
class ChangelogCreator {
|
||||
|
||||
private static final int MILESTONE_ID = 12;
|
||||
private static final int MILESTONE_ID = 13;
|
||||
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed";
|
||||
|
||||
public static void main(String... args) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user