Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 865 Bytes

File metadata and controls

21 lines (14 loc) · 865 Bytes

Archived

issue has been fixed: spring-projects/spring-data-commons#3117

Spring EnableSpringDataWebSupport issue reproduce demo

steps:

./gradlew bootBuildImage
docker run --network=host issue-reproduction
curl http://localhost:8080

result: see "Internal Server Error

log:

2024-07-01T09:06:31.220Z  WARN 1 --- [nio-8080-exec-1] .c.j.MappingJackson2HttpMessageConverter : Failed to evaluate Jackson serialization for type [class org.springframework.data.domain.PageImpl]: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.data.web.config.SpringDataJacksonConfiguration$PageModule$PageModelConverter': Failed to instantiate [org.springframework.data.web.config.SpringDataJacksonConfiguration$PageModule$PageModelConverter]: No default constructor found