Commit Graph

8 Commits

Author SHA1 Message Date
Oliver Drotbohm
4b814e8e14 #1103 - Add migration for ResourceAssemblerSupport -> RepresentationModelAssemblerSupport. 2019-10-25 09:00:52 +02:00
luvarqpp
f45aabe8ac #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.
2019-10-23 16:29:21 -05:00
Oliver Drotbohm
ec8fba1dd5 #1020 - Re-introduce BasicLinkBuilder.
Reintroduced type apparently lost in the package restructuring. Adapted migration script to include the package rename in the migration.
2019-07-17 14:44:06 +02:00
Vedran Pavic
e8836c3d6a #856 - Improve migration script to also migrate @Relation. 2019-03-06 09:21:23 +01:00
Oliver Drotbohm
5c046e6858 #848 - Renamed RelProvider to LinkRelationProvider. 2019-03-04 16:39:06 +01:00
Oliver Drotbohm
a89e57eed7 #833 - Changed ResourceSupport class name hierarchy. 2019-02-27 20:04:15 +01:00
Oliver Drotbohm
57f36a58db #833 - Migrate packages.
Changed the package structure to better reflect the different modules of the library. All client related code now lives in the client package, server related APIs in server with their respective WebMVC and WebFlux implementations in sub-packages.

Added migration script to allow users to easily migrate to the new structure and added reference documentation section on the migration.

Traversons built in defaulting to HAL HttpMessageConverters and LinkDiscoverer implementation now caused a cyclic relationship between the client and mediatype.hal packages. This has be fixed by looking up the defaults via a SpringFactories interface.
2019-02-27 12:59:58 +01:00
Oliver Gierke
788715c8eb #449 - Added formatter presets for IDEs. 2016-04-30 12:26:26 +02:00