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
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
7c328797f8
DATAREST-1219 - Removed explicit declaration of Jackson library versions.
2018-03-27 19:47:42 +02:00
Oliver Gierke
9063881f14
DATAREST-1215 - Added project.root configuration to make JavaDoc generation work again.
...
Related ticket: https://github.com/spring-projects/spring-data-build/issues/527 .
2018-03-14 10:07:30 +01: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
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
Oliver Gierke
7aa2de04ff
DATAREST-1075 - AnnotatedEventHandlerInvoker skips methods introduced by proxy.
2017-07-06 13:11:40 +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
65008f3ce1
DATAREST-1076 - Make sure tests compile on JDK 8. ¯\_(ツ)_/¯
2017-05-18 15:15:55 +02:00
Oliver Gierke
396b32a62b
DATAREST-1079 - Upgraded to EvoInflector 1.2.2.
2017-05-18 14:52:35 +02:00
Oliver Gierke
1f95a3387b
DATAREST-1076 - Expose constructor that takes RelProvider of RepositoryResourceMappings.
...
We now expose the constructor that takes a RelProvider in RepositoryResourceMappings so that clients can tweak the default relation names. Changed the order of constructor parameters of (previously) non-public constructors for consistency.
The RelProvider to be used with the mappings can now be configured via RepositoryRestConfiguration and defaults to the EvoInflector based one.
2017-05-18 14:50:50 +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
a2d11011da
DATAREST-1018 - Prevent NullPointerException in UriToEntityConverter.
...
In case PersistentEntities exposes a managed type whose raw type currently doesn't have a PersistentEntity registered, the constructor of UriToEntityConverter ran into a NullPointerException.
We now explicitly check for null and skip those types.
Filed DATAREST-1021 for further improvements in the 3.0 time frame.
2017-03-07 14:50:30 +01:00
Oliver Gierke
6367af2f84
DATAREST-1014 - Avoid Java 8 API usage in AnnotatedEventHandlerInvoker.
...
Dropped the call to Method.getParameterCount() in favor of ….getParameterTypes().length as the former method was introduced in Java 8.
2017-03-03 11:39:30 +01: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
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