1784 Commits

Author SHA1 Message Date
Oliver Drotbohm
96d5c5da4b DATACMNS-1691 - Update .gitignore to include more STS config files. 2020-03-26 13:46:02 +01:00
Oliver Drotbohm
abf2b2ddce DATACMNS-1505 - Updated changelog. 2019-05-10 14:18:11 +02:00
Oliver Drotbohm
1486736961 DATACMNS-1507 - Updated changelog. 2019-05-10 12:57:24 +02:00
David Schneider
dfc86c347e DATACMNS-1510 - Fix phrasing in Javadoc of @Param.
Original pull request: #389.
2019-04-23 17:16:00 +02:00
Jerzy Kwiatkowski
6395371553 DATACMNS-1520 - Fix typo in Javadoc.
Original pull request: #393.
2019-04-23 17:12:07 +02:00
Christoph Strobl
8aabb2eeb3 DATACMNS-1493 - Updated changelog. 2019-04-11 12:31:00 +02:00
Oliver Drotbohm
7b7abff08a DATACMNS-1480 - Updated changelog. 2019-04-01 20:56:29 +02:00
Oliver Drotbohm
72084e0716 DATACMNS-1464 - After release cleanups. 2019-04-01 19:35:52 +02:00
Oliver Drotbohm
73348ab2db DATACMNS-1464 - Prepare next development iteration. 2019-04-01 19:35:51 +02:00
Oliver Drotbohm
65f785bdc3 DATACMNS-1464 - Release version 2.0.14 (Kay SR14). 2019-04-01 19:05:42 +02:00
Oliver Drotbohm
5fbb48ee28 DATACMNS-1464 - Prepare 2.0.14 (Kay SR14). 2019-04-01 19:05:14 +02:00
Oliver Drotbohm
fc699c340e DATACMNS-1464 - Updated changelog. 2019-04-01 19:05:07 +02:00
Oliver Drotbohm
559a859c13 DATACMNS-1504 - Updated changelog. 2019-04-01 18:52:18 +02:00
Oliver Drotbohm
bedffc0026 DATACMNS-1463 - Updated changelog. 2019-04-01 13:54:15 +02:00
Spring Operator
1f64034d53 DATACMNS-1500 - 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 662 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).

Original Pull Request: #372
2019-03-22 10:55:01 +01:00
Spring Operator
5b5a909499 DATACMNS- 1500 - 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 1 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).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 1 occurrences

Original pull request: #350.
2019-03-18 17:39:36 +01:00
Christoph Strobl
cc044c68c0 DATACMNS-1445 - Updated changelog. 2019-03-07 10:30:13 +01:00
Keegan Witt
30f9eb95ae DATACMNS-1491 - Fix JavaDoc of SliceImpl regarding nullability of Pageable parameter.
The docs previously stated that argument could be null when in fact that is rejected by the superclass' constructor.
2019-03-05 15:21:23 +01:00
Oliver Drotbohm
dcd5d12962 DATACMNS-1490 - Tweak lombok to add @Generated to generated code.
This will cause JaCoCo to exclude that code from code coverage reports.
2019-03-05 11:37:01 +01:00
Oliver Drotbohm
d724c5aa4d DATACMNS-1482 - Polishing.
Slightly improved test case.
2019-02-20 14:19:44 +01:00
Jens Schauder
f0a0cfd087 DATACMNS-1482 - Polishing.
Fixed some wrong JavaDoc.
2019-02-20 14:19:06 +01:00
Jens Schauder
5fa302b75f DATACMNS-1482 - Properly convert collections when collection type matches but element type doesn't.
Various fast returns and the use of Class instead of TypeDescriptor led to e.g. List<BigDecimal> not getting properly converted to List<Integer> leading to unexpected ClassCastExceptions when the collection elements where accessed.
2019-02-20 14:18:12 +01:00
Mark Paluch
5129cb0630 DATACMNS-1465 - Updated changelog. 2019-02-13 11:47:57 +01:00
Juhyoung Jeon
8179557332 DATACMNS-1479 - Fix usage of PageRequest in reference documentation.
Previously, the docs still showed the usage of the constructor of PageRequest, which has now been changed to an ….of(…) factory method.
2019-02-12 19:06:42 +01:00
Oliver Drotbohm
712748ba26 DATACMNS-1475 - Fixed Javadoc of Slice.nextPageable() and ….previousPageable().
Documented Slice.nextPageable() and ….previousPageable() to return Pageable.unpaged() instead of null.

Follow-up ticket: DATACMNS-1476.
2019-01-28 11:06:18 +01:00
Oliver Drotbohm
375cf068d7 DATACMNS-1466 - Polishing. 2019-01-11 12:32:13 +01:00
Oliver Drotbohm
1035e54109 DATACMNS-1466 - Fixed potential ArrayIndexOutOfBoundsException in DefaultPersistentPropertyPath.
Introduced explicit content checks in ….getLeafProperty() and ….getBaseProperty().
2019-01-11 12:32:05 +01:00
Mark Paluch
01ab8522e6 DATACMNS-1426 - Updated changelog. 2019-01-10 14:15:41 +01:00
Mark Paluch
4696173d4e DATACMNS-1425 - After release cleanups. 2019-01-10 12:03:26 +01:00
Mark Paluch
416210f17c DATACMNS-1425 - Prepare next development iteration. 2019-01-10 12:03:24 +01:00
Mark Paluch
a94dabeaa6 DATACMNS-1425 - Release version 2.0.13 (Kay SR13). 2019-01-10 11:10:22 +01:00
Mark Paluch
ce4b54b5fb DATACMNS-1425 - Prepare 2.0.13 (Kay SR13). 2019-01-10 11:09:23 +01:00
Mark Paluch
cda2b4869e DATACMNS-1425 - Updated changelog. 2019-01-10 11:09:13 +01:00
Mark Paluch
b32a2a9275 DATACMNS-1424 - Updated changelog. 2019-01-10 11:01:20 +01:00
Oliver Drotbohm
ddc336d3f0 DATACMNS-1460 - Upgrade to Vavr 0.9.3. 2019-01-07 10:02:51 +01:00
Mark Paluch
af2e810c54 DATACMNS-1459 - Update copyright years to 2019. 2019-01-02 12:10:16 +01:00
Oliver Drotbohm
c209737b4d DATACMNS-1455 - HateoasPageableHandlerMethodArgumentResolver handles Pageable.unpaged() coprrectly.
Pageable.unpaged() is now effectively handled like a null value given in the 1.x branch.
2018-12-21 09:59:57 +01:00
Oliver Drotbohm
96942e4a9f DATACMNS-1453 - Polishing.
Renamed test methods and made use of AssertJ assertions to verify exceptions being thrown.

Original pull request: #328.
2018-12-20 15:56:33 +01:00
Francisco Soler
f7fab4c485 DATACMNS-1453 - Fixed wrong assertion in AuditingBeanDefinitionRegistrarSupport.
Original pull request: #328.
2018-12-20 15:56:33 +01:00
Christoph Strobl
6f8e75a3b0 DATACMNS-1441 - Updated changelog. 2018-12-11 11:43:20 +01:00
Oliver Drotbohm
0609f47a5e DATACMNS-1443 - Fixed Querydsl web data binding for blank strings.
We now use StringUtils.hasLength(…) in the check whether to drop request elements from binding instead of ….hasText(…) as the latter drops blank strings so that's impossible to search for properties that contain a blank.
2018-12-10 16:59:22 +01:00
Oliver Drotbohm
58e018d180 DATACMNS-1438 - Integration test showing that auditing is working in general. 2018-12-06 17:21:31 +01:00
Oliver Drotbohm
66ba56c33f DATACMNS-1436 - Removed explicit addon declaration for Oracle JDK from Travis config. 2018-12-04 14:46:04 +01:00
Oliver Drotbohm
5f051351e1 DATACMNS-993 - Polishing.
Removed System.out in ShadowingClassLoader.
2018-12-04 14:18:27 +01:00
Oliver Drotbohm
b54ccdb816 DATACMNS-1435 - Fixed Vavr Map component and value type detection. 2018-12-04 14:18:25 +01:00
Mark Paluch
a2dce08958 DATACMNS-1414 - Updated changelog. 2018-11-27 14:54:05 +01:00
Mark Paluch
18fc14c2af DATACMNS-1407 - After release cleanups. 2018-11-27 12:16:34 +01:00
Mark Paluch
95c28b4462 DATACMNS-1407 - Prepare next development iteration. 2018-11-27 12:16:32 +01:00
Mark Paluch
24d2dc0a60 DATACMNS-1407 - Release version 2.0.12 (Kay SR12). 2018-11-27 11:45:49 +01:00
Mark Paluch
77487d9780 DATACMNS-1407 - Prepare 2.0.12 (Kay SR12). 2018-11-27 11:44:58 +01:00