Commit Graph

1444 Commits

Author SHA1 Message Date
Mark Paluch
242510aaf3 DATACMNS-1411 - Simplify TravisCI build definition.
Remove superfluous sudo declaration as TravisCI is decommissioning containerized builds.
2018-10-26 10:37:29 +02:00
Mark Paluch
9e1dc543b5 DATACMNS-1388 - After release cleanups. 2018-10-15 13:55:50 +02:00
Mark Paluch
6bfcddf374 DATACMNS-1388 - Prepare next development iteration. 2018-10-15 13:55:48 +02:00
Mark Paluch
4e365e85dd DATACMNS-1388 - Release version 1.13.16 (Ingalls SR16). 2018-10-15 12:56:30 +02:00
Mark Paluch
5d7e2c2847 DATACMNS-1388 - Prepare 1.13.16 (Ingalls SR16). 2018-10-15 12:55:35 +02:00
Mark Paluch
07fd17e08e DATACMNS-1388 - Updated changelog. 2018-10-15 12:55:27 +02:00
Mark Paluch
31d75c1394 DATACMNS-1390 - Updated changelog. 2018-10-15 12:46:24 +02:00
Mark Paluch
a685b0b748 DATACMNS-1395 - Updated changelog. 2018-10-15 11:37:22 +02:00
Mark Paluch
8f4219926a DATACMNS-1378 - Updated changelog. 2018-09-21 08:13:12 -04:00
Tobias Hermann
b7b55dd549 DATACMNS-1392 - Fix typo in Parameters.getParameter(…) exception message.
Original pull request: #311.
2018-09-13 14:27:34 +02:00
Mark Paluch
e24981da2a DATACMNS-1360 - Updated changelog. 2018-09-10 14:15:49 +02:00
Mark Paluch
3a0bc27fbc DATACMNS-1361 - After release cleanups. 2018-09-10 10:01:43 +02:00
Mark Paluch
7853974c6a DATACMNS-1361 - Prepare next development iteration. 2018-09-10 10:01:42 +02:00
Mark Paluch
9bd8f53211 DATACMNS-1361 - Release version 1.13.15 (Ingalls SR15). 2018-09-10 09:30:35 +02:00
Mark Paluch
bf610122da DATACMNS-1361 - Prepare 1.13.15 (Ingalls SR15). 2018-09-10 09:29:51 +02:00
Mark Paluch
1f4093308e DATACMNS-1361 - Updated changelog. 2018-09-10 09:29:43 +02:00
Oliver Gierke
17b9d5258b DATACMNS-1383 - Parameters now properly detects Pageable and Sort extensions.
One of the constructors of Pageable wasn't properly checking for assignability of Pageable parameters to detect them but was expecting Pageable itself being used under all circumstances. This has now been opened up by an assignability check.

$ Conflicts:
$	src/test/java/org/springframework/data/repository/query/ParametersUnitTests.java
2018-08-30 16:01:03 +02:00
Oliver Gierke
390e8c245a DATACMNS-1382 - Fixed property substitution of release train in dependencies section. 2018-08-30 11:42:41 +02:00
Oliver Gierke
19bdd10780 DATACMNS-1358 - Updated changelog. 2018-08-20 11:07:53 +02:00
Michael J. Simons
761974245a DATACMNS-1351 - Remove superfluous backslashes from reference documentation.
Original pull request: #300.
2018-08-15 15:19:35 +02:00
Oliver Gierke
32fa24fc56 DATACMNS-1370 - Avoid superflous, regex-based type check while scanning for custom implementations. 2018-08-09 13:16:15 +02:00
Mark Paluch
994de93bc5 DATACMNS-1362 - Fix broken links to Spring Framework reference documentation. 2018-08-06 08:53:55 +02:00
Mark Paluch
610d5410dc DATACMNS-1339 - After release cleanups. 2018-07-27 11:09:41 +02:00
Mark Paluch
b70e171b28 DATACMNS-1339 - Prepare next development iteration. 2018-07-27 11:09:38 +02:00
Mark Paluch
f396522d0b DATACMNS-1339 - Release version 1.13.14 (Ingalls SR14). 2018-07-27 09:21:39 +02:00
Mark Paluch
6c5629b1e7 DATACMNS-1339 - Prepare 1.13.14 (Ingalls SR14). 2018-07-27 09:20:28 +02:00
Mark Paluch
2dcd5656ea DATACMNS-1339 - Updated changelog. 2018-07-27 09:20:17 +02:00
Mark Paluch
abbd69c930 DATACMNS-1340 - Updated changelog. 2018-07-26 16:23:54 +02:00
Mark Paluch
848a2422bd DATACMNS-1321 - Updated changelog. 2018-07-26 14:03:16 +02:00
Mark Paluch
98c1aac7d7 DATACMNS-1352 - Report InvalidPersistentPropertyPath on non-resolvable entities.
We now throw InvalidPersistentPropertyPath during property path resolution if an intermediate path segment cannot resolve an entity to resolve the next segment. This can be caused when a non-entity typed property (e.g. List<Object>) is used within the property path and the path resolution attempts to resolve a property path on the non-entity typed property. Previously, resolution failed with NullPointerException.
2018-07-10 12:45:13 +02:00
Mark Paluch
9ab497f431 DATACMNS-1313 - Updated changelog. 2018-06-13 21:39:51 +02:00
Mark Paluch
fa86024a09 DATACMNS-1312 - After release cleanups. 2018-06-13 14:42:35 +02:00
Mark Paluch
384d070617 DATACMNS-1312 - Prepare next development iteration. 2018-06-13 14:42:33 +02:00
Mark Paluch
91edb57510 DATACMNS-1312 - Release version 1.13.13 (Ingalls SR13). 2018-06-13 10:48:53 +02:00
Mark Paluch
196e73bb15 DATACMNS-1312 - Prepare 1.13.13 (Ingalls SR13). 2018-06-13 10:48:03 +02:00
Mark Paluch
99245bfdca DATACMNS-1312 - Updated changelog. 2018-06-13 10:47:55 +02:00
Oliver Gierke
5c86417a2d DATACMNS-1304 - PropertyPath now supports properties with all uppercase endings.
Backport of the changes applied to Lovelace and Kay.

Original pull request: #289.
2018-06-05 18:48:20 +02:00
Oliver Gierke
394bd4c6da DATACMNS-1328 - DefaultRepositoryInvokerFactory now uses a ConcurrentHashMap.
We now use ConcurrentHashMap to prevent ConcurrentModificationExceptions in multithreaded access to repository invokers.
2018-05-31 10:29:43 +02:00
Oliver Gierke
18782d70c9 DATACMNS-1326 - PersistentPropertyInspectingIsNewStrategy now considers primitive type's defaults.
PersistentPropertyInspectingIsNewStrategy now considers entities with primitive default identifier values new.
2018-05-19 00:04:33 +02:00
Oliver Gierke
1b742306ad DATACMNS-1325 - Added dedicated identifier accessor for Persistable entities.
BasicPersistentEntity now returns a dedicated IdentifierAccessor that uses Persistable.getId() in case the entity implements Persistable.
2018-05-18 23:59:21 +02:00
Oliver Gierke
c31e2cb251 DATACMNS-1324 - Introduced extensible proxy detection infrastructure.
Introduced ProxyUtils.getUserClass(…) that by default is basically a facade for Spring's ClassUtils.getUserClass(…) but allows the registration of ProxyDetector implementations via Spring's SpringFactoriesLoader mechanism.

Moved all existing usages of ClassUtils.getUserClass(…) to ProxyUtils.
2018-05-17 17:26:58 +02:00
Christoph Strobl
704370760a DATACMNS-1295 - Updated changelog. 2018-05-17 10:32:53 +02:00
Jay Bryant
2da62609a9 DATACMNS-1315 - Added a cover page for epub output.
I added a cover page for the epub output, now that the Spring data reference guides will have epub output (through a commit against spring-data-build).

Original pull request: #290.
2018-05-11 16:43:37 +02:00
Mark Paluch
22f7f19a09 DATACMNS-1288 - Updated changelog. 2018-05-08 15:27:18 +02:00
Mark Paluch
474e4d7965 DATACMNS-1287 - After release cleanups. 2018-05-08 11:56:07 +02:00
Mark Paluch
face0e9785 DATACMNS-1287 - Prepare next development iteration. 2018-05-08 11:56:06 +02:00
Mark Paluch
b8ed3f58c6 DATACMNS-1287 - Release version 1.13.12 (Ingalls SR12). 2018-05-08 10:50:35 +02:00
Mark Paluch
c30cf08cc1 DATACMNS-1287 - Prepare 1.13.12 (Ingalls SR12). 2018-05-08 10:49:48 +02:00
Mark Paluch
4262a47435 DATACMNS-1287 - Updated changelog. 2018-05-08 10:49:38 +02:00
Oliver Gierke
3a859f300a DATACMNS-1311 - Upgraded to XMLBeam 1.4.15.
Related tickets: DATACMNS-1292.
2018-05-08 10:29:33 +02:00