#1101 - Migrate HAL_JSON_UTF8 to HAL_JSON.

org.springframework.hateoas.MediaTypes.HAL_JSON_UTF8 value was removed and only HAL_JSON is present. UTF8 is considered as default encoding for application/hal+json type.
This commit is contained in:
luvarqpp
2019-10-23 21:35:34 +02:00
committed by Greg Turnquist
parent cbae7db2f1
commit f45aabe8ac

View File

@@ -65,6 +65,7 @@ s/hateoas\.core\.MethodParameters/hateoas.server.core.MethodParameters/g;\
s/hateoas\.core\.Relation/hateoas.server.core.Relation/g;\
\
s/hateoas\.hal/hateoas.mediatype.hal/g;\
s/HAL_JSON_UTF8/HAL_JSON/g;\
\
s/hateoas\.mvc\.BasicLinkBuilder/hateoas.server.mvc.BasicLinkBuilder/g;\
s/hateoas\.mvc\.ControllerLinkBuilder/hateoas.server.mvc.WebMvcLinkBuilder/g;\