Commit Graph

21 Commits

Author SHA1 Message Date
Oliver Drotbohm
22b615fc95 GH-2318 - Update dependency update mappings. 2025-04-17 16:41:40 +02:00
Oliver Drotbohm
fee962bcfb GH-2313 - Further dependency upgrade mappings. 2025-04-17 16:24:17 +02:00
Oliver Drotbohm
ba4bfc70f8 GH-2288 - Polishing. 2025-02-13 10:40:30 +01:00
Oliver Drotbohm
ec391066a7 GH-2288 - Polishing. 2025-02-01 16:41:29 +01:00
Oliver Drotbohm
c1ea6bff90 GH-2288 - Do not process upgrades to preview versions. 2025-02-01 16:35:29 +01:00
Oliver Drotbohm
a88c311e02 GH-2288 - Add script to automate dependency upgrades. 2025-02-01 16:08:24 +01:00
Oliver Drotbohm
2b3aea9565 GH-2259 - Add script to automatically backport commits. 2024-12-10 20:35:03 +01:00
Oliver Drotbohm
2829210ead GH-2241 - Polish release docs. 2024-10-18 09:57:44 +02:00
Oliver Drotbohm
c0798cbfe7 GH-2241 - Polish release docs. 2024-10-18 09:30:24 +02:00
Oliver Drotbohm
373f72e049 GH-2241 - Document release procedure. 2024-10-11 18:22:16 +02:00
Oliver Drotbohm
e6f617e866 GH-2241 - Add ticket backport script. 2024-10-11 18:18:56 +02:00
Greg Turnquist
c33d8d42ff #1183 - Add @ExposesResourceFor to migration script. 2020-02-05 10:49:30 -06:00
YAN Wenkun
3d6e845509 #1133 - Fix package name vnderror to vnderrors in migration script. 2019-12-02 12:45:09 +01:00
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