You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I have a Spring Boot (latest version at the moment 2.2.6) in which I disabled Jackson to use Gson. As a final step I added springdoc-openapi to have the nice auto-generated open-api docs.
But then, surprise, the api-docs json is escaped. After digging and searching it seems to me that the spring-doc code is heavilty bound to Jackson.
Am I right? Or is there a way to solve this problem maintaing Gson as default converter in my app?
Or do i need to come back to Jackson?
Thanks a lot
Nicola
The text was updated successfully, but these errors were encountered:
Hi @bnasslahsen
for this project I reverted back to Jackson, and sorry I don't have time to come back to Gson again.
But I will certainly test it on the next project.
Thanks
Nicola
Hello
I have a Spring Boot (latest version at the moment 2.2.6) in which I disabled Jackson to use Gson. As a final step I added springdoc-openapi to have the nice auto-generated open-api docs.
But then, surprise, the api-docs json is escaped. After digging and searching it seems to me that the spring-doc code is heavilty bound to Jackson.
Am I right? Or is there a way to solve this problem maintaing Gson as default converter in my app?
Or do i need to come back to Jackson?
Thanks a lot
Nicola
The text was updated successfully, but these errors were encountered: