Method and Description |
---|
org.springframework.data.web.PagedResourcesAssembler.appendPaginationParameterTemplates(Link)
this method will be removed in 1.11 as no Spring Data module actually calls it. Other clients calling
it should stop doing so as
Link s used for pagination shouldn't be templated in the first place. |
org.springframework.data.projection.ProjectionFactory.getInputProperties(Class<?>) |
org.springframework.data.repository.config.RepositoryConfigurationExtension.getRepositoryConfigurations(T, ResourceLoader) |
org.springframework.data.web.ProxyingHandlerMethodArgumentResolver.setResourceLoader(ResourceLoader)
rather set the
ClassLoader via ProxyingHandlerMethodArgumentResolver.setBeanClassLoader(ClassLoader) . |
Copyright © 2011-2016–2017 Pivotal Software, Inc.. All rights reserved.