spring boot 3.1.14 completable future appends additional object to response #31521
Labels
for: stackoverflow
A question that's better suited to stackoverflow.com
status: invalid
An issue that we don't feel is valid
Hi, team.
In Spring Boot 3.1.14

Java 17
Gradle
Windows OS
I wrote API using ComletableFuture. while fetching data from Controller, we get back as response the following json in a single response
{ "id": "993b47c0-7322-4a8d-ae79-73db7def776d", "result": { "object": [ { "type": "BANNER", "data": [ { "id": 2, "title" } ] } ] } }{ "code": -999999, "message": "Type definition error: [simple type, class uz.company.dtos.clients.banner.BannerTitle]", "data": null }
The text was updated successfully, but these errors were encountered: