issue: spring-projects/spring-framework#33380
note: fixed
steps:
./gradlew bootBuildImage
docker run --network=host issue-reproduction
test:
curl localhost:8080/nonnull
this test will return normally
curl localhost:8080/nullable
but this test will return internal error