Skip to content

Document changes in rendering of PageImpl instances in Spring Boot 3.3 migration guide #41856

Closed
@samuelstein

Description

@samuelstein

During the migration to Spring Boot 3.3 I recently stumbled over the changes when rendering org.springframework.data.domain.PageImpl instances to JSON. In my case an additional field wasn't any longer present in the response.

The prefered way is now to wrap the response in PagedModel class or use the @EnableSpringDataWebSupport annotation. To find this out it took me hours unfortunately.
I couldn't find a hint in Spring Boot 3.2 and Spring Boot 3.3 migration guide.
Could you please add a note there?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions