Mark Paluch
c58848e3fa
DATAREST-1419 - Updated changelog.
2019-09-30 15:50:41 +02:00
Mark Paluch
2be9fe79c9
DATAREST-1418 - Updated changelog.
2019-09-30 11:16:16 +02:00
Oliver Drotbohm
384e0ed0cd
DATAREST-1427 - Fixed handling of unpaged Pageable values.
2019-09-25 14:27:00 +02:00
Oliver Drotbohm
051479481b
DATAREST-1426 - Use Spring Plugin version property from Spring Data Build.
...
Related ticket: spring-projects/spring-data-build#886
Original pull request: #363 .
2019-09-24 10:54:34 +02:00
Mark Paluch
3c82324eb3
DATAREST-1420 - After release cleanups.
2019-09-06 10:21:56 +02:00
Mark Paluch
e510640619
DATAREST-1420 - Prepare next development iteration.
2019-09-06 10:21:54 +02:00
Mark Paluch
ffa93761c9
DATAREST-1420 - Release version 3.2 RC3 (Moore).
2019-09-06 10:10:42 +02:00
Mark Paluch
6d1ebfac1c
DATAREST-1420 - Prepare 3.2 RC3 (Moore).
2019-09-06 10:10:12 +02:00
Mark Paluch
bae591b0f4
DATAREST-1420 - Updated changelog.
2019-09-06 10:10:09 +02:00
Greg Turnquist
0b0ffab46b
DATAREST-1421 - Polishing.
2019-08-08 10:54:53 -05:00
Greg Turnquist
9c56c3f217
DATAREST-1421 - Deprecate ALPS_JSON and ALPS_JSON_VALUE.
...
Instead, use Spring HATEAOS's MediaTypes.ALPS_JSON and ALPS_JSON_VALUE.
2019-08-08 10:54:45 -05:00
Greg Turnquist
f2a358b565
DATAREST-1380 - Force check for updates.
2019-08-05 11:15:13 -05:00
Mark Paluch
e5621880d9
DATAREST-1396 - After release cleanups.
2019-08-05 15:53:02 +02:00
Mark Paluch
d936712cce
DATAREST-1396 - Prepare next development iteration.
2019-08-05 15:53:01 +02:00
Mark Paluch
9704937ed8
DATAREST-1396 - Release version 3.2 RC2 (Moore).
2019-08-05 15:35:35 +02:00
Mark Paluch
40673812cf
DATAREST-1396 - Prepare 3.2 RC2 (Moore).
2019-08-05 15:35:05 +02:00
Mark Paluch
a334fedfde
DATAREST-1396 - Updated changelog.
2019-08-05 15:35:02 +02:00
Mark Paluch
1dcd5f5745
DATAREST-1395 - Updated changelog.
2019-08-05 11:34:27 +02:00
Mark Paluch
8483cd984d
DATAREST-1379 - Updated changelog.
2019-08-05 11:08:59 +02:00
Mark Paluch
c376051c24
DATAREST-1416 - Upgrade to Solr 8.2.0.
2019-08-02 10:18:07 +02:00
Oliver Drotbohm
244c57f712
DATAREST-1414 - Use I18N facilities of Spring HATEOAS more intensively.
...
We now rely on the MessageResolver capabilities of Spring HATEOAS to benefit of the optimizations in resource bundle resolution. Tweaked a couple of tests to make sure they properly use the resolver resorting to the default message the MessageResourceResolvable exposes.
2019-07-31 18:19:00 +02:00
Mark Paluch
19c261d7d0
DATAREST-1410 - Migrate remaining tests to AssertJ.
2019-07-31 10:06:03 +02:00
Mark Paluch
314e0bb6f4
DATAREST-1408 - Fix typo.
2019-07-29 11:14:58 +02:00
Greg Turnquist
43b71009d5
DATAREST-1380 - Only publish docs for main branch.
2019-07-19 11:34:08 -05:00
Greg Turnquist
bed71894d9
DATAREST-1380 - Polishing.
2019-07-19 11:31:53 -05:00
Greg Turnquist
d5a829166d
DATAREST-1380 - Publish documentation for main branch.
2019-07-19 11:31:18 -05:00
Oliver Drotbohm
527abc0403
DATAREST-1409 - Upgrade to HAL Explorer 0.11.
2019-07-09 17:13:46 +02:00
Mark Paluch
8338437750
DATAREST-1380 - Cleanup release profile.
...
Reuse inherited configuration from parent pom.
2019-07-09 11:56:58 +02:00
Mark Paluch
0a75f837c1
DATAREST-1408 - Revise readme for a consistent structure.
2019-07-09 11:56:58 +02:00
Ben Warfield
327eda1506
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:12 +02:00
Greg Turnquist
02b8c53ad4
DATAREST-1380 - Use parent 'artifactory' profile for snapshot releases.
2019-07-05 11:58:34 -05:00
Greg Turnquist
977e381e63
DATAREST-1380 - Only build main branch for upstream triggers.
2019-06-28 19:45:51 -05:00
Oliver Drotbohm
4a48be3ff7
DATAREST-1404 - TypeBasedCollectionResourceMapping now avoids repeated annotation lookups.
...
We're now making use of Lazy to avoid recomputation of annotation based functionality.
2019-06-26 17:46:43 +02:00
Oliver Drotbohm
556e918ef7
DATAREST-1403 - CollectionResourceMapping.getExcerptProjection() now returns Optional.
2019-06-26 17:46:43 +02:00
Oliver Drotbohm
2d994c7076
DATAREST-1401 - RepositoryCollectionResourceMapping now rejects multi-segment path configurations.
...
Tweaked implementation of lookups to use Lazy to avoid repeated annotation inspections.
2019-06-26 17:46:43 +02:00
Greg Turnquist
49ee111504
DATAREST-1380 - Add user.name and user.home to CI jobs.
2019-06-25 14:18:48 -05:00
Oliver Drotbohm
d7b66777da
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:39 +02:00
Oliver Drotbohm
6ed2ae4566
DATAREST-1399 - Upgrade to HAL Explorer 0.10.0.
2019-06-21 16:30:19 +02:00
Oliver Drotbohm
788422f3eb
DATAREST-1397 - Polishing.
...
Removed the redeclaration of hasCorsConfigurationSource(…) in RepositoryRestHandlerMapping as it already inherits the one from BasePathAwareRestHandlerMapping.
2019-06-21 15:40:07 +02:00
Mark Paluch
5eba301d62
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:40:07 +02:00
Mark Paluch
9f7c82e2c8
DATAREST-1398 - Integrate nohttp tooling into CI build profile.
2019-06-18 10:10:00 +02:00
Christoph Strobl
374e590e27
DATAREST-1364 - After release cleanups.
2019-06-14 15:12:52 +02:00
Christoph Strobl
532cfd53f4
DATAREST-1364 - Prepare next development iteration.
2019-06-14 15:12:51 +02:00
Christoph Strobl
0c0df55e89
DATAREST-1364 - Release version 3.2 RC1 (Moore).
2019-06-14 14:44:26 +02:00
Christoph Strobl
5af01cb079
DATAREST-1364 - Prepare 3.2 RC1 (Moore).
2019-06-14 14:43:17 +02:00
Christoph Strobl
44096772a9
DATAREST-1364 - Updated changelog.
2019-06-14 14:43:14 +02:00
Christoph Strobl
10f940871f
DATAREST-1378 - Updated changelog.
2019-06-14 13:27:16 +02:00
Oliver Drotbohm
7ea19bdc5b
DATAREST-1394 - Upgrade to Spring Plugin 2.0 M2.
2019-06-14 01:48:21 +02:00
Oliver Drotbohm
b84aa1779c
DATAREST-1390 - Remove temporary workaround after upgrade to Spring 5.2 M3.
...
This reverts commit 8ce25f7918 .
2019-06-14 01:40:48 +02:00
Greg Turnquist
9080950695
DATAREST-1380 - Add Redis to upstream project list.
2019-06-07 13:56:07 -05:00