Skip to content

Remove deprecated setters in SpringServletXmlBeansConfiguration#3870

Open
gdgenchev wants to merge 1 commit intocloudfoundry:developfrom
gdgenchev:remove-deprecated-setters-in-beans-config
Open

Remove deprecated setters in SpringServletXmlBeansConfiguration#3870
gdgenchev wants to merge 1 commit intocloudfoundry:developfrom
gdgenchev:remove-deprecated-setters-in-beans-config

Conversation

@gdgenchev
Copy link
Copy Markdown
Contributor

ContentNegotiationManagerFactoryBean:
Deprecation Note: As of 5.2.4, favorPathExtension and ignoreUnknownPathExtensions are deprecated in order to discourage using path extensions for content negotiation and for request mapping with similar deprecations on RequestMappingHandlerMapping. For further context, please read issue #24719 .

RequestMappingHandlerMapping:
In 5.2.4, useSuffixPatternMatch and useRegisteredSuffixPatternMatch were deprecated in order to discourage use of path extensions for request mapping and for content negotiation (with similar deprecations in ContentNegotiationManagerFactoryBean). For further context, please read issue #24179

These setters were removed in Spring 7.

ContentNegotiationManagerFactoryBean:
Deprecation Note: As of 5.2.4, favorPathExtension and ignoreUnknownPathExtensions are deprecated in order to discourage using path extensions for content negotiation and for request mapping with similar deprecations on RequestMappingHandlerMapping. For further context, please read issue #24719  .

RequestMappingHandlerMapping:
In 5.2.4, useSuffixPatternMatch and useRegisteredSuffixPatternMatch were deprecated in order to discourage use of path extensions for request mapping and for content negotiation (with similar deprecations in ContentNegotiationManagerFactoryBean). For further context, please read issue #24179

These setters were removed in Spring 7.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

1 participant