Open devmsaleh opened 6 years ago
Same problem here! I use springdoc-openapi library (uses swagger-core internally) and faced with this issue. But when I started investigate it the discussion with the maintainer brings me to this issue.
See: https://github.com/springdoc/springdoc-openapi/issues/2174
This is because js has right bound: 2^(53)-1 and java: 2^(63)-1. Seems nothing that we can really do here.
hi, i am using following dependencies
when i am making a get request with postman as follows: http://localhost:8081/hai/api/v1/findDonatorOldProjects/100000000000000614
i get the response correctly as follows:
but when i make the request with swagger ui, i get the following response
the long value 100000000000001478 is displayed incorrectly as 100000000000001470