Spring Operator
b410ff0824
DATAREST-1351 - URL Cleanup.
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/ ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 392 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0.html with 1 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0.html ([https](https://www.apache.org/licenses/LICENSE-2.0.html ) result 200).
Original Pull Request: #333
2019-03-22 10:25:50 +01:00
Spring Operator
83c00f24b7
DATAREST-1351 - URL Cleanup.
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://maven.apache.org/xsd/maven-4.0.0.xsd with 13 occurrences migrated to:
https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd ) result 200).
* http://www.pivotal.io with 2 occurrences migrated to:
https://www.pivotal.io ([https](https://www.pivotal.io ) result 301).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 26 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 13 occurrences
Original pull request: #310
2019-03-18 11:47:47 -05:00
Mark Paluch
8d4eb84a21
DATAREST-1307 - Prepare next development iteration.
2019-01-10 10:46:19 +01:00
Mark Paluch
4fb53514a7
DATAREST-1307 - Release version 2.6.18 (Ingalls SR18).
2019-01-10 09:52:56 +01:00
Mark Paluch
a8aa12e97d
DATAREST-1330 - Update copyright years to 2019.
2019-01-02 12:19:17 +01:00
Mark Paluch
b5ccdad709
DATAREST-1293 - Prepare next development iteration.
2018-11-27 11:10:57 +01:00
Mark Paluch
066d73b896
DATAREST-1293 - Release version 2.6.17 (Ingalls SR17).
2018-11-27 10:15:45 +01:00
Mark Paluch
599a8f61be
DATAREST-1283 - Prepare next development iteration.
2018-10-15 13:55:49 +02:00
Mark Paluch
a51a9f3a62
DATAREST-1283 - Release version 2.6.16 (Ingalls SR16).
2018-10-15 12:56:31 +02:00
Mark Paluch
8c742c502b
DATAREST-1270 - Prepare next development iteration.
2018-09-10 10:01:43 +02:00
Mark Paluch
1121c4f938
DATAREST-1270 - Release version 2.6.15 (Ingalls SR15).
2018-09-10 09:30:36 +02:00
Mark Paluch
f883943741
DATAREST-1252 - Prepare next development iteration.
2018-07-27 11:09:39 +02:00
Mark Paluch
dbb3d45bfb
DATAREST-1252 - Release version 2.6.14 (Ingalls SR14).
2018-07-27 09:21:39 +02:00
Mark Paluch
347e9e5e60
DATAREST-1243 - Prepare next development iteration.
2018-06-13 14:42:33 +02:00
Mark Paluch
cd3ff4df26
DATAREST-1243 - Release version 2.6.13 (Ingalls SR13).
2018-06-13 10:48:53 +02:00
Mark Paluch
e5052ed1c8
DATAREST-1226 - Prepare next development iteration.
2018-05-08 11:56:07 +02:00
Mark Paluch
4580619d87
DATAREST-1226 - Release version 2.6.12 (Ingalls SR12).
2018-05-08 10:50:35 +02:00
Oliver Gierke
7b34b0d611
DATAREST-1225 - Upgrade to Spring Security 4.2.5 for integration tests.
2018-04-04 16:13:11 +02:00
Mark Paluch
ec157294f8
DATAREST-1185 - Prepare next development iteration.
2018-04-04 14:58:03 +02:00
Mark Paluch
70d6bb241a
DATAREST-1185 - Release version 2.6.11 (Ingalls SR11).
2018-04-04 14:21:29 +02:00
Oliver Gierke
4c71f818b6
DATAREST-1219 - Removed explicit declaration of Jackson library versions.
2018-03-27 19:54:28 +02:00
Mark Paluch
a219c1a297
DATAREST-1161 - Prepare next development iteration.
2018-01-24 11:40:28 +01:00
Mark Paluch
f916233f41
DATAREST-1161 - Release version 2.6.10 (Ingalls SR10).
2018-01-24 11:19:08 +01:00
Tobias Weiß
f3a0e111e6
DATAREST-1176 - RepositoryRestConfiguration now allows to disable the default exposure.
...
The default exposure of repository methods is now controlled via RepositoryRestConfiguration.setExposeRepositoryMethodsByDefault(…). If set to true (the default), a repository that is detected for exposure (which in turn can be controlled via RepositoryDetectionStrategy) will have default resources exposed in case of the mere presence of CRUD methods. Setting this to false will require you to explicitly annotated those methods with @RestResource.
Added RepositoryRestConfiguration.disableDefaultExposure() to set the RepositoryDetectionStategy to ANNOTATED and disables default method exposure in one go. That can be exposed via a Spring Boot configuration property downstream.
2018-01-24 09:14:15 +01:00
Mark Paluch
c07fc27f63
DATAREST-1150 - Prepare next development iteration.
2017-11-27 15:56:38 +01:00
Mark Paluch
6f83d86552
DATAREST-1150 - Release version 2.6.9 (Ingalls SR9).
2017-11-27 15:17:06 +01:00
Oliver Gierke
9cf10c6a7f
DATAREST-1128 - Prepare next development iteration.
2017-10-11 19:00:12 +02:00
Oliver Gierke
0eab5ea1a2
DATAREST-1128 - Release version 2.6.8 (Ingalls SR8).
2017-10-11 16:42:43 +02:00
Mark Paluch
bcd5ea30ca
DATAREST-1114 - Prepare next development iteration.
2017-09-11 12:23:35 +02:00
Mark Paluch
d1db334163
DATAREST-1114 - Release version 2.6.7 (Ingalls SR7).
2017-09-11 11:45:05 +02:00
Oliver Gierke
c575757093
DATAREST-1121 - Skip last modified detection for query methods that project.
...
For an execution of a projecting query method we now skip the last modified detection as it actually doesn't make sense if applied to non-aggregates.
2017-08-24 21:50:31 +02:00
Oliver Gierke
2fcfba09cc
DATAREST-1110 - Prepare next development iteration.
2017-07-27 00:15:08 +02:00
Oliver Gierke
ec174db469
DATAREST-1110 - Release version 2.6.6 (Ingalls SR6).
2017-07-26 23:47:20 +02:00
Oliver Gierke
b9531c5394
DATAREST-1090 - Prepare next development iteration.
2017-07-24 19:25:06 +02:00
Oliver Gierke
31a2a0094a
DATAREST-1090 - Release version 2.6.5 (Ingalls SR5).
2017-07-24 18:44:18 +02:00
Mark Paluch
4e7d733dd3
DATAREST-1059 - Prepare next development iteration.
2017-06-08 11:26:19 +02:00
Mark Paluch
3fe658fe0d
DATAREST-1059 - Release version 2.6.4 (Ingalls SR4).
2017-06-08 10:56:52 +02:00
Oliver Gierke
2c1d831c62
DATAREST-1056 - Prepare next development iteration.
2017-04-19 20:01:13 +02:00
Oliver Gierke
ea2c13ac45
DATAREST-1056 - Release version 2.6.3 (Ingalls SR3).
2017-04-19 19:32:39 +02:00
Oliver Gierke
1f8857be95
DATAREST-1016 - Prepare next development iteration.
2017-04-19 11:48:43 +02:00
Oliver Gierke
41130ec142
DATAREST-1016 - Release version 2.6.2 (Ingalls SR2).
2017-04-19 10:11:29 +02:00
Oliver Gierke
f6708109ca
DATAREST-990 - Prepare next development iteration.
2017-03-02 10:21:39 +01:00
Oliver Gierke
d75254d1ac
DATAREST-990 - Release version 2.6.1 (Ingalls SR1).
2017-03-02 09:41:28 +01:00
Oliver Gierke
941408daff
DATAREST-1003 - Entity resources don't answer arbitrary JSON requests.
...
Previously, when a request was sending an Accept header of some arbitrary *+json, the request was routed through the controllers and might have ended up producing a PersistentEntityResource that was then mapped using an uncustomized Jackson ObjectMapper. That has caused a huge JSON object to be unfolded which is highly undesirable.
We now only answer JSON requests to repository resources that contain an Accept header with any of the explicit JSON media types we got registered.
Tweaked the setup of the ExceptionHandlerExceptionResolver to not expose a bean in the first place but rather use the Spring MVC provided callbacks to register custom ones. We also now make sure MVC is bootstrapped property for integration tests through the inclusion of DelegatingWebMvcConfiguration.
2017-03-01 21:30:37 +01:00
Mark Paluch
d2386dc64e
DATAREST-992 - Remove references to Assert single-arg methods.
...
Replace references to Assert single-arg methods with references to methods accepting the test object and message.
Related ticket: SPR-15196.
2017-02-01 13:23:59 +01:00
Oliver Gierke
17d08d2830
DATAREST-967 - Prepare next development iteration.
2017-01-26 10:57:45 +01:00
Oliver Gierke
93a2c589c5
DATAREST-967 - Release version 2.6 GA (Ingalls).
2017-01-26 10:27:10 +01:00
Oliver Gierke
99f49532b6
DATAREST-976 - Polishing.
...
Extracted test for the newly supported sorting scenario so that we now.
Original pull request: #251 .
2017-01-16 13:31:45 +01:00
Mark Paluch
ffe96e4079
DATAREST-976 - Embedded properties are now considered in sort property paths.
...
We now allow sorting by properties of embedded objects. An embedded object is not linkable to a root object but embedded in the resource itself. If any part of the sort property path points to a linkable association, the whole sort property path is discarded silently and not used for sorting any further.
Original pull request: #251 .
2017-01-16 13:30:30 +01:00
Mark Paluch
636956944c
DATAREST-978 - Migrate ticket references in test code to Spring Framework style.
2017-01-13 10:07:40 +01:00