Oliver Drotbohm
72ff0c7ec5
DATAREST-1590 - Avoid need for eager access to components in RepositoryRestMvcConfiguration.
...
Switch to ObjectProvider for all component dependencies in the constructor of RepositoryRestMvcConfiguration. Made the bean definition of AnnotatedEventHandlerInvoker a static bean as it's an application listener and it being an instance method causes extend initialization of the configuration class trickling down into unnecessary bean lookups that early in the lifecycle.
Fixes GH-1921.
2021-01-14 14:37:07 +01:00
Christoph Strobl
73ee1c20ad
Updated changelog.
...
See #1944
2021-01-13 15:49:53 +01:00
Christoph Strobl
0bc006969b
After release cleanups.
...
See #1945
2021-01-13 15:01:50 +01:00
Christoph Strobl
b275144074
Prepare next development iteration.
...
See #1945
2021-01-13 15:01:49 +01:00
Christoph Strobl
9cbe1d82d0
Release version 3.4.3 (2020.0.3).
...
See #1945
2021-01-13 14:18:34 +01:00
Christoph Strobl
b8bde5c086
Prepare 3.4.3 (2020.0.3).
...
See #1945
2021-01-13 14:17:43 +01:00
Christoph Strobl
b153b554e0
Updated changelog.
...
See #1945
2021-01-13 14:17:42 +01:00
Mark Paluch
59bd7692fa
Update copyright year to 2021.
...
Closes #1952
2021-01-12 11:45:28 +01:00
Mark Paluch
74b957fa19
Polishing.
...
Remove codeblocks in comments.
See #1951
2021-01-11 09:03:01 +01:00
Mark Paluch
30d539b8aa
Upgrade to Servlet API 4.0.1.
...
We now build against a newer Servlet API version to align with Spring Framework.
Also, introduce a version property servlet.version for centralized version management.
Closes #1951
2021-01-11 08:58:37 +01:00
Greg L. Turnquist
ef4d144156
DATAREST-1584 - Use Docker hub credentials for all CI jobs.
2020-12-15 15:33:20 -06:00
Mark Paluch
f88a8de43a
DATAREST-1580 - After release cleanups.
2020-12-09 16:46:55 +01:00
Mark Paluch
d306e07c18
DATAREST-1580 - Prepare next development iteration.
2020-12-09 16:46:49 +01:00
Mark Paluch
c2339c551c
DATAREST-1580 - Release version 3.4.2 (2020.0.2).
2020-12-09 16:01:26 +01:00
Mark Paluch
ce0fb7cccd
DATAREST-1580 - Prepare 3.4.2 (2020.0.2).
2020-12-09 16:00:55 +01:00
Mark Paluch
88f1944c19
DATAREST-1580 - Updated changelog.
2020-12-09 16:00:51 +01:00
Mark Paluch
09c5c4bbd1
DATAREST-1578 - Updated changelog.
2020-12-09 15:33:30 +01:00
Mark Paluch
3032468743
DATAREST-1587 - Remove Solr integration tests.
2020-12-09 15:18:35 +01:00
Mark Paluch
fe0a372424
DATAREST-1576 - Updated changelog.
2020-12-09 12:42:31 +01:00
Mark Paluch
838f31f009
DATAREST-1575 - Updated changelog.
2020-12-09 09:59:12 +01:00
Oliver Drotbohm
8e74091299
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:50:56 +01:00
Mark Paluch
445b53a0a0
DATAREST-1577 - After release cleanups.
2020-11-11 12:14:54 +01:00
Mark Paluch
77263d1b95
DATAREST-1577 - Prepare next development iteration.
2020-11-11 12:14:51 +01:00
Mark Paluch
9342762c70
DATAREST-1577 - Release version 3.4.1 (2020.0.1).
2020-11-11 11:59:00 +01:00
Mark Paluch
4f65e4688d
DATAREST-1577 - Prepare 3.4.1 (2020.0.1).
2020-11-11 11:58:36 +01:00
Mark Paluch
16b32bf74d
DATAREST-1577 - Updated changelog.
2020-11-11 11:58:30 +01:00
Mark Paluch
f0c04a7ed8
DATAREST-1570 - Enable maintenance branch build.
2020-10-29 09:50:40 +01:00
Mark Paluch
627543d578
DATAREST-1570 - After release cleanups.
2020-10-28 16:10:55 +01:00
Mark Paluch
fe16545cc7
DATAREST-1570 - Prepare next development iteration.
2020-10-28 16:10:51 +01:00
Mark Paluch
3a05cca9b6
DATAREST-1570 - Release version 3.4 GA (2020.0.0).
2020-10-28 15:46:57 +01:00
Mark Paluch
b4f7942c81
DATAREST-1570 - Prepare 3.4 GA (2020.0.0).
2020-10-28 15:46:33 +01:00
Mark Paluch
bc4b20452c
DATAREST-1570 - Updated changelog.
2020-10-28 15:46:24 +01:00
Mark Paluch
11ac6d4e8e
DATAREST-1561 - Updated changelog.
2020-10-28 15:03:06 +01:00
Mark Paluch
d21dc462af
DATAREST-1560 - Updated changelog.
2020-10-28 12:15:03 +01:00
Mark Paluch
5c1eefba33
DATAREST-1574 - Updated changelog.
2020-10-28 11:32:26 +01:00
Oliver Drotbohm
f00451dc7e
DATAREST-1213 - Polishing.
...
Simplified tests and domain code. Reinstantiated accidentally removed method in PersistentEntityResource.
Original pull request: #355 .
2020-10-26 22:36:01 +01:00
Dario Seidl
055c4528e8
DATAREST-1213 - ETag creation now uses proxy target for projections.
...
Original pull request: #355 .
2020-10-26 22:36:01 +01:00
Greg L. Turnquist
18b45940da
DATAREST-1563 - Use JDK 15 for CI jobs.
2020-10-26 16:19:17 -05:00
Christoph Strobl
c3579bdc30
DATAREST-1562 - After release cleanups.
2020-10-14 14:48:47 +02:00
Christoph Strobl
f301dcc0bc
DATAREST-1562 - Prepare next development iteration.
2020-10-14 14:48:46 +02:00
Christoph Strobl
150ed4164e
DATAREST-1562 - Release version 3.4 RC2 (2020.0.0).
2020-10-14 14:28:56 +02:00
Christoph Strobl
3923e22e60
DATAREST-1562 - Prepare 3.4 RC2 (2020.0.0).
2020-10-14 14:27:38 +02:00
Christoph Strobl
03ff5b9f99
DATAREST-1562 - Updated changelog.
2020-10-14 14:27:35 +02:00
Oliver Drotbohm
25cfb6ecb9
DATAREST-1567 - Polishing.
...
Tweaked test setups to work without the explicit component scanning.
Original pull request: #382 .
2020-09-25 10:57:15 +02:00
Christoph Strobl
8ff438678d
DATAREST-1567 - Replace component scan with explicit bean methods.
...
We replaced the component scan in RespositoryRestMvcConfiguration with dedicated bean methods. This allows us to be more explicit in resolving required components, which is required for better support of GraalVM native image.
Original pull request: #382 .
2020-09-25 10:57:15 +02:00
Greg L. Turnquist
060c84dcf3
DATAREST-1563 - Only test other versions for local changes on main branch.
2020-09-18 11:25:18 -05:00
Mark Paluch
efd68b6785
DATAREST-1554 - After release cleanups.
2020-09-16 14:05:29 +02:00
Mark Paluch
0072676ab2
DATAREST-1554 - Prepare next development iteration.
2020-09-16 14:05:26 +02:00
Mark Paluch
8b2df69464
DATAREST-1554 - Release version 3.4 RC1 (2020.0.0).
2020-09-16 13:57:43 +02:00
Mark Paluch
09680cc7aa
DATAREST-1554 - Prepare 3.4 RC1 (2020.0.0).
2020-09-16 13:57:09 +02:00