Mark Paluch
347a315229
DATAREST-1375 - After release cleanups.
2019-05-13 18:14:55 +02:00
Mark Paluch
f569e157fb
DATAREST-1375 - Prepare next development iteration.
2019-05-13 18:14:52 +02:00
Mark Paluch
ac79883a17
DATAREST-1375 - Release version 2.6.22 (Ingalls SR22).
2019-05-13 17:25:17 +02:00
Mark Paluch
0b1935880d
DATAREST-1375 - Prepare 2.6.22 (Ingalls SR22).
2019-05-13 17:24:29 +02:00
Mark Paluch
dfb8e59d90
DATAREST-1375 - Updated changelog.
2019-05-13 17:24:25 +02:00
Mark Paluch
2c952be078
DATAREST-1374 - Updated changelog.
2019-05-13 14:59:29 +02:00
Mark Paluch
d7163b1039
DATAREST-1366 - Updated changelog.
2019-05-13 12:37:44 +02:00
Oliver Drotbohm
4aa8704d31
DATAREST-1358 - After release cleanups.
2019-05-10 14:15:20 +02:00
Oliver Drotbohm
26e2695813
DATAREST-1358 - Prepare next development iteration.
2019-05-10 14:15:18 +02:00
Oliver Drotbohm
5a713d6f16
DATAREST-1358 - Release version 2.6.21 (Ingalls SR21).
2019-05-10 13:30:52 +02:00
Oliver Drotbohm
333aada8d2
DATAREST-1358 - Prepare 2.6.21 (Ingalls SR21).
2019-05-10 13:30:15 +02:00
Oliver Drotbohm
66de6c315d
DATAREST-1358 - Updated changelog.
2019-05-10 13:30:12 +02:00
Oliver Drotbohm
a1e514f1d9
DATAREST-1360 - Updated changelog.
2019-05-10 12:57:29 +02:00
Christoph Strobl
165b616a5f
DATAREST-1349 - Updated changelog.
2019-04-11 12:28:52 +02:00
Oliver Drotbohm
c98e75349f
DATAREST-1344 - Updated changelog.
2019-04-01 20:56:33 +02:00
Oliver Drotbohm
fe004a35c5
DATAREST-1335 - Updated changelog.
2019-04-01 19:37:05 +02:00
Oliver Drotbohm
46efa7d08e
DATAREST-1357 - After release cleanups.
2019-04-01 18:16:19 +02:00
Oliver Drotbohm
1c69e61e8e
DATAREST-1357 - Prepare next development iteration.
2019-04-01 18:16:18 +02:00
Oliver Drotbohm
43e4fc27c8
DATAREST-1357 - Release version 2.6.20 (Ingalls SR20).
2019-04-01 17:40:07 +02:00
Oliver Drotbohm
bc56fd786b
DATAREST-1357 - Prepare 2.6.20 (Ingalls SR20).
2019-04-01 17:39:39 +02:00
Oliver Drotbohm
22196b13cc
DATAREST-1357 - Updated changelog.
2019-04-01 17:39:36 +02:00
Oliver Drotbohm
8ea3935faa
DATAREST-1334 - After release cleanups.
2019-04-01 13:31:15 +02:00
Oliver Drotbohm
a34a2518d1
DATAREST-1334 - Prepare next development iteration.
2019-04-01 13:31:14 +02:00
Oliver Drotbohm
5ec70a3e3c
DATAREST-1334 - Release version 2.6.19 (Ingalls SR19).
2019-04-01 13:08:18 +02:00
Oliver Drotbohm
dd4dc96d94
DATAREST-1334 - Prepare 2.6.19 (Ingalls SR19).
2019-04-01 13:07:51 +02:00
Oliver Drotbohm
1d06a7bc6d
DATAREST-1334 - Updated changelog.
2019-04-01 13:07:49 +02:00
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
Oliver Drotbohm
42db4db742
DATAREST-1354 - Avoid exceptions for missing enum value translations.
...
We now use a dedicated implementation of MessageSourceResolvable to avoid missing enum value translations actually causing exceptions. That also allows us to defer the calculation of the default (potentially translated in a default way).
2019-03-20 17:33:10 +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
Christoph Strobl
d8a0222298
DATAREST-1318 - Updated changelog.
2019-03-07 10:30:11 +01:00
Mark Paluch
53ed500160
DATAREST-1336 - Updated changelog.
2019-02-13 11:48:00 +01:00
Mark Paluch
ccb96438a7
DATAREST-1309 - Updated changelog.
2019-01-10 14:15:45 +01:00
Mark Paluch
650c21bf45
DATAREST-1308 - Updated changelog.
2019-01-10 12:26:38 +01:00
Mark Paluch
592e40a3c6
DATAREST-1307 - After release cleanups.
2019-01-10 10:46:21 +01: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
eef0f6ecb4
DATAREST-1307 - Prepare 2.6.18 (Ingalls SR18).
2019-01-10 09:52:13 +01:00
Mark Paluch
990559d532
DATAREST-1307 - Updated changelog.
2019-01-10 09:52:11 +01:00
Oliver Drotbohm
a04a55fcf4
DATAREST-1321 - Add .externalToolBuilders to .gitignore.
2019-01-08 12:13:16 +01:00
Oliver Drotbohm
1813f10f45
DATAREST-1321 - Polishing.
2019-01-08 12:13:10 +01:00
Oliver Drotbohm
3fb9ad51d6
DATAREST-1321 - Lookup types can now produce non-String reference values.
...
Previously we assumed lookup types to always result in String based values. We now loosen that constraint to also allow other scalar types, mostly targeting numeric types like long and integer.
2019-01-08 12:12:38 +01:00
Mark Paluch
a8aa12e97d
DATAREST-1330 - Update copyright years to 2019.
2019-01-02 12:19:17 +01:00
Christoph Strobl
8701e01a6d
DATAREST-1316 - Updated changelog.
2018-12-11 11:43:17 +01:00
Mark Paluch
8d81937f17
DATAREST-1298 - Updated changelog.
2018-11-27 14:54:09 +01:00
Mark Paluch
ab261bbdde
DATAREST-1292 - Updated changelog.
2018-11-27 12:36:49 +01:00
Mark Paluch
9f4bce8805
DATAREST-1293 - After release cleanups.
2018-11-27 11:10:58 +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
63af5ba73c
DATAREST-1293 - Prepare 2.6.17 (Ingalls SR17).
2018-11-27 10:14:58 +01:00
Mark Paluch
7a7bdbee72
DATAREST-1293 - Updated changelog.
2018-11-27 10:14:55 +01:00