Oliver Drotbohm
e7c657e3cb
DATAREST-1440 - Revisited removal of fields in incoming payloads.
...
We now only remove fields from the payload in case there's no @JsonAnySetter on the target entity.
2019-11-04 09:11:54 +01:00
Mark Paluch
ef75c442f4
DATAREST-1419 - Updated changelog.
2019-09-30 19:58:06 +02:00
Mark Paluch
16b531bdeb
DATAREST-1418 - After release cleanups.
2019-09-30 11:15:26 +02:00
Mark Paluch
5367285cd6
DATAREST-1418 - Prepare next development iteration.
2019-09-30 11:15:25 +02:00
Mark Paluch
97ec41aefa
DATAREST-1418 - Release version 3.1.11 (Lovelace SR11).
2019-09-30 11:04:23 +02:00
Mark Paluch
e1262572b3
DATAREST-1418 - Prepare 3.1.11 (Lovelace SR11).
2019-09-30 11:04:00 +02:00
Mark Paluch
800a993aee
DATAREST-1418 - Updated changelog.
2019-09-30 11:03:58 +02:00
Oliver Drotbohm
77ab524129
DATAREST-1427 - Fixed handling of unpaged Pageable values.
2019-09-25 14:27:16 +02:00
Mark Paluch
0d1e6e28af
DATAREST-1420 - Updated changelog.
2019-09-06 10:22:54 +02:00
Greg Turnquist
6cc485a9c1
DATAREST-1421 - Polishing.
2019-08-08 11:00:28 -05:00
Greg Turnquist
193d00c565
DATAREST-1421 - Deprecate ALPS_JSON and ALPS_JSON_VALUE.
...
Instead, use Spring HATEAOS's MediaTypes.ALPS_JSON and ALPS_JSON_VALUE.
2019-08-08 11:00:12 -05:00
Greg Turnquist
c6098ae584
DATAREST-1380 - Force check for updates.
2019-08-05 11:15:53 -05:00
Mark Paluch
e84be39163
DATAREST-1396 - Updated changelog.
2019-08-05 15:57:32 +02:00
Mark Paluch
79226b3c99
DATAREST-1395 - After release cleanups.
2019-08-05 11:33:32 +02:00
Mark Paluch
23504c0a3e
DATAREST-1395 - Prepare next development iteration.
2019-08-05 11:33:31 +02:00
Mark Paluch
e257ae5169
DATAREST-1395 - Release version 3.1.10 (Lovelace SR10).
2019-08-05 11:21:19 +02:00
Mark Paluch
9f9e10e990
DATAREST-1395 - Prepare 3.1.10 (Lovelace SR10).
2019-08-05 11:20:57 +02:00
Mark Paluch
631d1ee9bd
DATAREST-1395 - Updated changelog.
2019-08-05 11:20:55 +02:00
Mark Paluch
b541b7daae
DATAREST-1379 - Updated changelog.
2019-08-05 11:09:00 +02:00
Mark Paluch
f00202a049
DATAREST-1417 - Inherit Spring HATEOAS version for parent pom.
...
No need for another managed version. Removing for easier dependency management.
2019-08-05 09:18:26 +02:00
Mark Paluch
c9eed98a33
DATAREST-1408 - Fix typo.
2019-07-10 09:51:53 +02:00
Mark Paluch
64d63fd2c1
DATAREST-1380 - Cleanup release profile.
...
Reuse inherited configuration from parent pom.
2019-07-09 11:56:54 +02:00
Mark Paluch
e763dcb90d
DATAREST-1408 - Revise readme for a consistent structure.
2019-07-09 11:56:54 +02:00
Ben Warfield
76651f5cef
DATAREST-1407 - Updated example for customizing resource URLs.
...
Removed the reference to the deprecated RepositoryRestConfigurerAdapter, and updated the entity-lookup/ID translation example to use the currently supported API.
Original pull request: #359 .
2019-07-09 11:47:29 +02:00
Greg Turnquist
13e069e889
DATAREST-1380 - Polishing.
2019-07-05 12:00:31 -05:00
Greg Turnquist
959aed708a
DATAREST-1380 - Use parent 'artifactory' profile for snapshot releases.
2019-07-05 11:59:58 -05:00
Greg Turnquist
a28b334b54
DATAREST-1380 - Only build main branch for upstream triggers.
2019-06-28 19:47:06 -05:00
Oliver Drotbohm
b956dd8f5c
DATAREST-1404 - Avoid repeated lookups in CollectionResourceMapping implementations.
...
Tweaked implementation of lookups to use Lazy to avoid repeated annotation inspections.
2019-06-26 17:42:10 +02:00
Greg Turnquist
ea43fa223e
DATAREST-1380 - Add user.name and user.home to CI jobs.
2019-06-25 14:22:03 -05:00
Oliver Drotbohm
205bde8a7d
DATAREST-1393 - Introduce workaround for Jackson property customization bug.
...
Deserializer customizations for related resources (deserializing an instance from a URI) are not applied to the creator properties Jackson uses to create an entity instance in the first place (see [0] for details). We work around this now by tweaking the property instances used for that in their origin ValueInstantiator via reflection until the bug gets fixed.
[0] https://github.com/FasterXML/jackson-databind/issues/2367
2019-06-25 16:00:30 +02:00
Oliver Drotbohm
37b25008b0
DATAREST-1397 - Polishing.
...
Removed the redeclaration of hasCorsConfigurationSource(…) in RepositoryRestHandlerMapping as it already inherits the one from BasePathAwareRestHandlerMapping.
Removed @Override on BasePathAwareRestHandlerMapping.hasCorsConfigurationSource(…) as we need to compile against Spring 5.1, which doesn't expose the method. Downgrades from Spring HATEOAS 1.0 API usage in tests.
2019-06-21 15:39:56 +02:00
Mark Paluch
4e586495f4
DATAREST-1397 - Adapt to CORS changes in AbstractHandlerMapping.
...
We now enable CORS handling for all requests by overriding the newly introduced hasCorsConfigurationSource method. We cannot detect CORS configuration handling solely on the handler but require path headers to resolve repository interface mappings.
2019-06-21 15:23:42 +02:00
Mark Paluch
436e7e1e13
DATAREST-1398 - Integrate nohttp tooling into CI build profile.
2019-06-18 10:13:23 +02:00
Christoph Strobl
5ba6218190
DATAREST-1364 - Updated changelog.
2019-06-14 15:18:14 +02:00
Christoph Strobl
64026658f7
DATAREST-1378 - After release cleanups.
2019-06-14 13:14:51 +02:00
Christoph Strobl
bf3929e35c
DATAREST-1378 - Prepare next development iteration.
2019-06-14 13:14:50 +02:00
Christoph Strobl
4291209067
DATAREST-1378 - Release version 3.1.9 (Lovelace SR9).
2019-06-14 12:39:34 +02:00
Christoph Strobl
535bc7dab7
DATAREST-1378 - Prepare 3.1.9 (Lovelace SR9).
2019-06-14 12:38:59 +02:00
Christoph Strobl
58bef065dd
DATAREST-1378 - Updated changelog.
2019-06-14 12:38:57 +02:00
Oliver Drotbohm
e6925227e8
DATAREST-1386 - Fix Javadoc creation.
...
Reenable Javadoc creation as otherwise the deployment to Sonatype's Nexus is rejected as all modules deployed need to hav a Javadoc JAR attached.
2019-06-14 12:33:50 +02:00
Greg Turnquist
45e34cd93c
DATAREST-1380 - Add Redis to upstream project list.
2019-06-07 13:56:41 -05:00
Mark Paluch
4a2debf323
DATAREST-1389 - Reinstantiate table of contents in reference documentation.
2019-06-06 10:11:12 +02:00
Oliver Drotbohm
bf8e062d37
DATAREST-1387 - DelegatingHandlerMapping now handles HttpMediaTypeNotSupportedException.
2019-06-05 23:49:15 +02:00
Oliver Drotbohm
2d6c50d7d6
DATAREST-1386 - Polishing.
...
Disable Javadoc generation for HAL Browser and Explorer modules as otherwise the build fails for those modules. HTTPS URIs where possible.
2019-06-05 12:34:06 +02:00
Mark Paluch
8acd867ba0
DATAREST-1351 - URL Cleanup.
2019-06-05 11:31:09 +02:00
Oliver Drotbohm
db0b3e7860
DATAREST-1385 - Upgrade to latest Spring Security for tests.
2019-06-05 08:22:55 +02:00
Oliver Drotbohm
e5018e003c
DATAREST-1382 - Avoid to call BackendIdConverter if no id used for the request mapping.
...
Contrary to what's stated in the Javadoc of BackendIdConverter, BackendIdConverterHandlerMethodArgumentResolver now skips the invocation of ….fromRequestId(…) if no identifier path variable is found for the mapping of the method invoked.
2019-06-04 23:46:19 +02:00
Oliver Drotbohm
cf18d6aff7
DATAREST-1381 - Polishing.
2019-06-04 23:39:41 +02:00
Oliver Drotbohm
f3b1d92c22
DATAREST-1381 - Improve documentation around @RepositoryRestController.
2019-06-04 23:39:39 +02:00
Greg Turnquist
7fee40a8ed
DATAREST-1380 - Add Solr to upstream list.
2019-05-30 10:43:03 -05:00