Removed Jackson view property "renderedAttributes" still mentioned in Spring Framework docs [SPR-17182] #21718
Labels
status: backported
An issue that has been backported to maintenance branches
type: documentation
A documentation task
Milestone
Sviatoslav Hryb opened SPR-17182 and commented
Section Web on Servlet Stack, paragraph 1.10.9. Jackson contains mention of removed property RenderedAttributes as far as I know the methods
getRenderedAttributes()
andsetRenderedAttributes(Set<String> renderedAttributes)
of classMappingJackson2JsonView
were deprecated, removed and superseded bygetModelKeys()
andsetModelKeys(java.util.Set<java.lang.String> modelKeys)
respectively.Also there is incorrect mention of this property in API MappingJackson2JsonView in JavaDoc above method
filterModel(java.util.Map<java.lang.String,java.lang.Object> model)
. When we press it we are redirected to the methodsetModelKeys(java.util.Set<java.lang.String> modelKeys)
Affects: 4.3.18, 5.0.8
Attachments:
Issue Links:
Backported to: 4.3.19
The text was updated successfully, but these errors were encountered: