Files
spring-hateoas/src
Oliver Drotbohm d7ac32a99d #1521 - Allow HATEOAS bootstrap without any default media type enabled.
@EnableHypermediaSupport(types = {}) was not working anymore as the Comparator implementation working with the selected types rejected an empty list. We now do not reject that anymore to enable applications that solely work with third party media types.
2021-04-19 16:53:46 +02:00
..