Releases: spring-projects/spring-hateoas
Releases · spring-projects/spring-hateoas
1.3.7
1.4 GA
- #1716 - Upgrade to Spring Framework 5.3.13.
- #1715 - Upgrade to Reactor 2020.0.13.
- #1697 - Custom types not supported in HAL FORMS properties description.
- #1696 - Adding request parameter template variables to a URI already containing one, produce invalid template.
- #1688 - Use
Links.collector()inJsonPathLinksDiscoverer. - #1687 - Fix Javadoc in
LinkDiscoverer.findLinkWithRel(…). - #1686 - Error serializing
EntityModelwhen content is an empty bean and theObjectMapperis configured to not fail on those.
1.3.6
- #1712 - Upgrade to Spring Framework 5.3.13.
- #1711 - Upgrade to Reactor 2020.0.13.
- #1699 - Custom types not supported in HAL FORMS properties description.
- #1693 - Error serializing
EntityModelwhen content is an empty bean and theObjectMapperis configured to not fail on those. - #1691 - Use
Links.collector()inJsonPathLinksDiscoverer. - #1689 - Fix Javadoc in
LinkDiscoverer.findLinkWithRel(…).
1.2.11
- #1709 - Upgrade to Spring Framework 5.3.13.
- #1708 - Upgrade to Reactor 2020.0.13.
- #1694 - Error serializing
EntityModelwhen content is an empty bean and theObjectMapperis configured to not fail on those. - #1692 - Use
Links.collector()inJsonPathLinksDiscoverer. - #1690 - Fix Javadoc in
LinkDiscoverer.findLinkWithRel(…).
1.4 RC1
- #1681 - Upgrade to Kotlin 1.5.31.
- #1680 - Upgrade to Reactor 2020.0.12.
- #1679 - Upgrade to Lombok 1.18.22.
- #1678 - Upgrade to JUnit 5.8.1.
- #1677 - Upgrade to Jackson 2.13.0.
- #1676 - Upgrade to AssertJ 3.21.0.
- #1662 - HAL FORMS target must only contain URLs.
- #1659 - Fix sample of
HalModelBuilderin documentation. - #1658 - Re-expose
AnnotationMappingDiscoverer. - #1657 - Prevent
IndexOutOfBoundExceptionif no media type configurations registered. - #1652 - Imprecise definition of how parameters are handled in
MethodLinkBuilderFactory.linkTo(…)methods. - #1648 - Remove deprecations.
- #1647 - Upgrade to Spring Framework 5.3.11.
- #1640 - Upgrade compatibility builds to JDK 17.
- #1638 -
DummyInvocationUtils.methodOn(…)fails for methods returning Object on JDK 17. - #1637 - Upgrade Lombok to 1.18.20 for JDK 17 support.
- #1448 - Irritating log output when pointing to controller methods that return a Mono.
1.3.5
- #1675 - Upgrade to Reactor 2020.0.12.
- #1674 - Upgrade to Spring Framework 5.3.11.
- #1673 - Upgrade to Lombok 1.18.22.
- #1663 - Fix sample of
HalModelBuilderin documentation. - #1661 -
IndexOutOfBoundExceptionif no media type configurations registered. - #1653 - Better exception in case of wrong parameter array length in
MethodLinkBuilderFactory.linkTo(…)methods. - #1649 - Irritating log output when pointing to controller methods that return a Mono.
- #1643 - Upgrade Lombok to 1.18.20 for JDK 17 support.
- #1642 - Upgrade compatibility builds to JDK 17.
- #1641 -
DummyInvocationUtils.methodOn(…)fails for methods returning Object on JDK 17.
1.2.10
- #1671 - Upgrade to Lombok 1.18.22.
- #1670 - Upgrade to Mockk 1.10.6.
- #1668 - Upgrade to Reactor 2020.0.12.
- #1667 - Upgrade Maven Wrapper to 3.8.3.
- #1666 - Upgrade to Spring Framework 5.3.11.
- #1664 - Fix sample of
HalModelBuilderin documentation. - #1650 - Irritating log output when pointing to controller methods that return a
Mono. - #1646 -
DummyInvocationUtils.methodOn(…)fails for methods returningObjecton JDK 17. - #1645 - Upgrade Lombok to 1.18.20 for JDK 17 support.
- #1644 - Upgrade compatibility builds to JDK 17.
1.4 M3
- #1634 - Upgrade to AssertJ 3.20.2.
- #1633 - Upgrade to EvoInflector 1.3.
- #1632 - Upgrade to Logback 1.2.6.
- #1631 - Upgrade to JaCoCo 0.8.7.
- #1630 - Upgrade to Jackson 2.12.5.
- #1629 - Upgrade to JUnit 5.8.
- #1628 - Upgrade to Slf4j 1.7.32.
- #1627 - Upgrade to Mockk 1.12.0.
- #1626 - Upgrade to Kotlin 1.5.30 and Coroutines 1.5.3.
- #1625 - Upgrade to Reactor 2020.0.11.
- #1624 - Upgrade to Spring Framework 5.3.10.
- #1609 - Avoid superfluous object creation in
Link.valueOf(…). - #1608 - HAL-FORMS affordance method is in lowercase instead of uppercase.
- #1607 - Remove deprecations in
Affordances. - #1602 - Wrong nullability declarations for properties of
Link. - #1599 -
@JsonIdentityInfonot rendering correctly since Spring HATEOAS 1.1.2. - #1598 - Custom converter is not used for enum list query parameter.
1.3.4
- #1622 - Upgrade to Jackson 2.12.5.
- #1621 - Upgrade to Reactor 2020.0.11.
- #1620 - Upgrade to Slf4j 1.7.32.
- #1619 - Upgrade to Kotlin 1.4.32.
- #1618 - Upgrade to Spring Framework 5.3.10.
- #1610 - Avoid superfluous object creation in
Link.valueOf(…). - #1605 - Wrong nullability declarations for properties of
Link. - #1603 -
@JsonIdentityInfonot rendering correctly since Spring HATEOAS 1.1.2. - #1600 - Receiving duplicate key when bean property accessors collide.
- #1589 -
WebMvcLinkBuilder.linkTo(Method, Object[])does not append request parameters properly.
1.2.9
- #1617 - Upgrade to Jackson 2.11.4.
- #1616 - Upgrade to Reactor 2020.0.11.
- #1615 - Upgrade to Slf4j 1.7.32.
- #1614 - Upgrade to Kotlin 1.4.32.
- #1613 - Upgrade to Spring Framework 5.3.10.
- #1611 - Avoid superfluous object creation in
Link.valueOf(…). - #1606 - Wrong nullability declarations for properties of
Link. - #1604 -
@JsonIdentityInfonot rendering correctly since Spring HATEOAS 1.1.2. - #1601 - Receiving duplicate key when bean property accessors collide.