| Class and Description |
|---|
| org.springframework.hateoas.server.core.AnnotationMappingDiscoverer
since 1.2, not for removal but for hiding within the package in 1.3
|
| org.springframework.hateoas.mediatype.vnderrors.VndErrors
since 1.1, use
Problem to form vendor neutral error
messages. |
| org.springframework.hateoas.mediatype.vnderrors.VndErrors.VndError
Use
Problem to form vendor neutral error
messages. |
| org.springframework.hateoas.config.WebClientConfigurer
Migrate to
HypermediaWebClientConfigurer and it's WebClient.Builder-oriented approach. |
| Method and Description |
|---|
| org.springframework.hateoas.mediatype.vnderrors.VndErrors.add(VndErrors.VndError) |
| org.springframework.hateoas.support.WebStack.isAvailable()
Will be removed in 1.2 in light of
WebStack.getAvailableConfigurations(). |
| org.springframework.hateoas.mediatype.hal.forms.HalFormsConfiguration.registerPattern(Class<?>, String)
prefer
HalFormsConfiguration.withPattern(Class, String) that returns a fresh instance, to be removed with 1.3. |
| org.springframework.hateoas.Links.valueOf(String)
use
Links.parse(String) instead |
| org.springframework.hateoas.mediatype.hal.forms.HalFormsConfiguration.withPattern(Class<?>, String) |
Copyright © 2011–2021 VMware, Inc.. All rights reserved.