#1020 - Re-introduce BasicLinkBuilder.

Reintroduced type apparently lost in the package restructuring. Adapted migration script to include the package rename in the migration.
This commit is contained in:
Oliver Drotbohm
2019-07-17 14:44:06 +02:00
parent 9e9221c325
commit ec8fba1dd5
2 changed files with 73 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ s/hateoas\.core\.Relation/hateoas.server.core.Relation/g;\
\
s/hateoas\.hal/hateoas.mediatype.hal/g;\
\
s/hateoas\.mvc\.BasicLinkBuilder/hateoas.server.mvc.BasicLinkBuilder/g;\
s/hateoas\.mvc\.ControllerLinkBuilder/hateoas.server.mvc.WebMvcLinkBuilder/g;\
s/hateoas\.mvc\.ControllerLinkBuilderFactory/hateoas.server.mvc.WebMvcLinkBuilderFactory/g;\
s/hateoas\.mvc\.HeaderLinksResponseEntity/hateoas.server.core.HeaderLinksResponseEntity/g;\