DATACMNS-513 - PagedResourcesAssemblerArgumentResolver now correctly resolves mappings for sub-class invocations.

We're now using the newly introduced method on ControllerLinkBuilderFactory that takes both a type and a method to forward the method the invocation is happening on independently from the method being invoked.
This commit is contained in:
Oliver Gierke
2014-06-05 16:40:27 +02:00
parent 347a883dee
commit d41da583e9
3 changed files with 36 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
<properties>
<guava>17.0</guava>
<springhateoas>0.12.0.RELEASE</springhateoas>
<springhateoas>0.13.0.BUILD-SNAPSHOT</springhateoas>
<dist.key>DATACMNS</dist.key>
</properties>