As of Broadleaf Release Train 2.0.4-GA, all microservices have been upgraded to Spring Boot 3.3
Update SearchResponse to utilize PagedModel in response to the Spring Boot 3.3.
SearchResponse
PagedModel
Additionally enhances paging information sent in the search response by utilizing Pageable.
Pageable
Fixed a missing annotation for @Inheritance in JpaReindexJob.
@Inheritance
JpaReindexJob