Oliver Drotbohm
ed20971ec7
Upgrade to Spring Security 5.3.9.
...
Fixes #2021 .
2021-06-08 15:48:12 +02:00
Greg L. Turnquist
fb0e99b739
Drop explicit dependency on JSON Path.
...
Let Spring HATEOAS bring in this dependency.
See #2018 .
2021-06-03 12:30:46 -05:00
Mark Paluch
726cfd9ee7
Prepare next development iteration.
...
See #1987
2021-04-14 11:16:03 +02:00
Mark Paluch
3b692a9232
Release version 3.3.9 (Neumann SR9).
...
See #1987
2021-04-14 11:04:47 +02:00
Mark Paluch
dc9f7e115f
Prepare next development iteration.
...
See #1973
2021-03-17 10:33:56 +01:00
Mark Paluch
ffa31fc632
Release version 3.3.8 (Neumann SR8).
...
See #1973
2021-03-17 10:21:34 +01:00
Oliver Drotbohm
142b315a60
#1980 - RepositoryEntityLinks now overrides ….linkForItemResource(…).
2021-02-24 18:00:40 +01:00
Christoph Strobl
2c33cc6d08
Prepare next development iteration.
...
See #1918
2021-02-17 11:32:48 +01:00
Christoph Strobl
10000f4af5
Release version 3.3.7 (Neumann SR7).
...
See #1918
2021-02-17 11:07:42 +01:00
Mark Paluch
1611b8c130
Update copyright year to 2021.
...
Closes #1952
2021-01-12 11:46:12 +01:00
Mark Paluch
2b9c178bc5
DATAREST-1587 - Remove Solr integration tests.
2020-12-09 15:18:54 +01:00
Mark Paluch
defe6fb95a
DATAREST-1576 - Prepare next development iteration.
2020-12-09 12:41:22 +01:00
Mark Paluch
21727b4443
DATAREST-1576 - Release version 3.3.6 (Neumann SR6).
2020-12-09 11:16:22 +01:00
Oliver Drotbohm
31140f0996
DATAREST-1581 - Fixed CORS defaults to include all HTTP methods exposed by Spring Data REST.
...
The fix for DATAREST-1535 has changed the default allowed methods for CORS requests to a smaller set than we originally returned. This commit reinstantiates the default to be set to all HTTP methods, Spring Data repositories support by default.
Related tickets: DATAREST-1535.
2020-12-01 22:37:16 +01:00
Mark Paluch
f7917a05a6
DATAREST-1561 - Prepare next development iteration.
2020-10-28 14:51:04 +01:00
Mark Paluch
cd0d5599c7
DATAREST-1561 - Release version 3.3.5 (Neumann SR5).
2020-10-28 14:34:42 +01:00
Oliver Drotbohm
2b0095d89b
DATAREST-1213 - Polishing.
...
Simplified tests and domain code. Reinstantiated accidentally removed method in PersistentEntityResource.
Original pull request: #355 .
2020-10-26 22:25:36 +01:00
Dario Seidl
e3a88ff9ca
DATAREST-1213 - ETag creation now uses proxy target for projections.
...
Original pull request: #355 .
2020-10-26 22:25:36 +01:00
Mark Paluch
b382cb6891
DATAREST-1555 - Prepare next development iteration.
2020-09-16 12:15:43 +02:00
Mark Paluch
401099da5d
DATAREST-1555 - Release version 3.3.4 (Neumann SR4).
2020-09-16 11:43:15 +02:00
Mark Paluch
c38eb3f9ea
DATAREST-1548 - Prepare next development iteration.
2020-08-12 13:19:56 +02:00
Mark Paluch
acd8c47ea1
DATAREST-1548 - Release version 3.3.3 (Neumann SR3).
2020-08-12 13:07:48 +02:00
Mark Paluch
508da4adba
DATAREST-1530 - Prepare next development iteration.
2020-07-22 10:37:06 +02:00
Mark Paluch
eef88c937d
DATAREST-1530 - Release version 3.3.2 (Neumann SR2).
2020-07-22 10:21:10 +02:00
Oliver Drotbohm
bf0cdb92cd
DATAREST-1535 - Adapt to changes in Spring Framework 5.3.
...
We now implement getPatternParser() in DelegatingHandlerMapping introduced in Spring 5.3. Adapt to changes in CORS handling.
2020-06-25 00:05:11 +02:00
Oliver Drotbohm
3ce0e9eccb
DATAREST-1537 - Upgrade security tests to Spring Security 5.3.3.
2020-06-25 00:00:36 +02:00
Mark Paluch
4739383c6f
DATAREST-1521 - Prepare next development iteration.
2020-06-10 14:29:27 +02:00
Mark Paluch
77872fa1aa
DATAREST-1521 - Release version 3.3.1 (Neumann SR1).
2020-06-10 14:02:27 +02:00
Mark Paluch
e8cde1804c
DATAREST-1516 - Prepare next development iteration.
2020-05-12 12:40:53 +02:00
Mark Paluch
a9592c98f5
DATAREST-1516 - Release version 3.3 GA (Neumann).
2020-05-12 12:28:23 +02:00
Mark Paluch
9835b36c0a
DATAREST-1501 - Prepare next development iteration.
2020-04-28 15:11:42 +02:00
Mark Paluch
7c20c0daa0
DATAREST-1501 - Release version 3.3 RC2 (Neumann).
2020-04-28 15:03:53 +02:00
Mark Paluch
0f81b110fc
DATAREST-1492 - Prepare next development iteration.
2020-03-31 15:08:04 +02:00
Mark Paluch
638e3f875f
DATAREST-1492 - Release version 3.3 RC1 (Neumann).
2020-03-31 14:59:41 +02:00
Oliver Drotbohm
db5995eee0
DATAREST-762 - Collection resource's base link now forwards parameters.
...
We now use the current request's URI as base link for all links created for a collection resource. This especially has effect in the creation of pagination links as we now carry potentially applied critierias (induced by our Querydsl based filtering support) forward to the navigation links generated.
2020-03-30 22:50:21 +02:00
Oliver Drotbohm
4c17d54e9a
DATAREST-1499, DATAREST-1500 - Cleanups.
...
Moved off Spring Framework deprecations for HttpMessageNotReadableException. This required some rearrangements of method signatures for types (hopefully) exclusively used by internal abstractions (some public, but not very friendly for user extension in the first place).
Switched to consistent use of Pageable.unpaged() instead of null. Switched to the use of new factory methods in Spring HATEOAS. Some Java 8 based improvements in request handling to simplify the implementation code. Deprecation of code that got obsolete due to the use of the factory methods.
Moved off some deprecations in Jackson APIs.
Removed a couple of unused imports. General avoidance of common warnings. Suppression where needed. Removed dead code in configuration.
2020-03-27 14:16:47 +01:00
Jens Schauder
cd11f47fc0
DATAREST-1482 - Prepare next development iteration.
2020-03-11 09:57:41 +01:00
Jens Schauder
d31ecc7503
DATAREST-1482 - Release version 3.3 M4 (Neumann).
2020-03-11 09:47:07 +01:00
Mark Paluch
7fb881fa23
DATAREST-1478 - Prepare next development iteration.
2020-02-12 15:04:21 +01:00
Mark Paluch
b09744fe31
DATAREST-1478 - Release version 3.3 M3 (Neumann).
2020-02-12 14:47:16 +01:00
Oliver Drotbohm
3775989ba6
DATAREST-1481 - Explicitly declare MongoDB driver dependency in integration tests.
2020-02-11 23:58:26 +01:00
Mark Paluch
7e2b0d4b9f
DATAREST-1476 - Prepare next development iteration.
2020-01-17 09:47:49 +01:00
Mark Paluch
2e31e3c33d
DATAREST-1476 - Release version 3.3 M2 (Neumann).
2020-01-17 09:39:03 +01:00
Mark Paluch
589b37eb8a
DATAREST-1432 - Prepare next development iteration.
2020-01-16 16:11:54 +01:00
Mark Paluch
5c1d92ab95
DATAREST-1432 - Release version 3.3 M1 (Neumann).
2020-01-16 16:05:23 +01:00
Mark Paluch
52104eb662
DATAREST-1475 - Migrate GemFire tests to Geode.
...
The GemFire module is now a submodule of Spring Data for Apache Geode so we're now testing against the Geode toplevel module.
2020-01-16 10:47:22 +01:00
Christoph Strobl
bccd89b512
DATAREST-1471 - Upgrade to Apache Solr 8.4.
2020-01-15 07:53:39 +01:00
Christoph Strobl
62b89c4c9a
DATAREST-1472 - Switch to com.mongodb.client.MongoClient.
2020-01-15 07:38:44 +01:00
Oliver Drotbohm
d8c3394cd7
DATAREST-1470 - Switched to use factory methods of RepresentationModel types.
2020-01-14 14:51:18 +01:00
Mark Paluch
88f49da22f
DATAREST-1467 - Update copyright years to 2020.
2020-01-07 09:02:59 +01:00