MediaType.APPLICATION_JSON_UTF8 is Deprecated
Nt-gm79sp opened this issue · 1 comments
Nt-gm79sp commented
In HttpControllersTests.kt
, I got a warning that APPLICATION_JSON_UTF8
is deprecated.
Would you please fix this issue? Thanks!
AND:
Thanks for your excellent tutorial!
sdeleuze commented
There is no more APPLICATION_JSON_UTF8
in https://github.com/spring-guides/tut-spring-boot-kotlin/blob/master/src/test/kotlin/com/example/blog/HttpControllersTests.kt, I already did the update, I guess you are using an outdated fork or something like that.
Thanks, glad you liked it.