Commit Graph

  • 33a138d30e DATACMNS-1370 - Avoid superflous, regex-based type check while scanning for custom implementations. Oliver Gierke 2018-08-09 13:05:44 +02:00
  • 3f613ff13f DATACMNS-1370 - Avoid superflous, regex-based type check while scanning for custom implementations. Oliver Gierke 2018-08-09 13:05:44 +02:00
  • 084b46036a DATACMNS-1369 - RepositoryFactoryBeanSupport now adds the aggregate root type to the MappingContext. Oliver Gierke 2018-08-09 12:09:54 +02:00
  • 1984fbdb56 DATACMNS-1367 - Improved debug logging to better identify scanning and initialization of repositories. Oliver Gierke 2018-08-09 08:14:11 +02:00
  • f72b446361 DATACMNS-1366 - Polishing. Oliver Gierke 2018-08-08 13:11:49 +02:00
  • 14fbc11f00 DATACMNS-1366 - Introduce PersistentEntity.requiresPropertyPopulation(). Oliver Gierke 2018-08-08 13:11:34 +02:00
  • 57d0b322e6 DATACMNS-1359 - Improved exception message for missing accessors and getters. Oliver Gierke 2018-07-26 13:18:32 +02:00
  • 7be149b2f5 DATACMNS-1359 - Improved exception message for missing accessors and getters. Oliver Gierke 2018-07-26 13:18:32 +02:00
  • 26ade362b4 DATACMNS-1362 - Fix broken links to Spring Framework Javadoc. Mark Paluch 2018-08-06 08:47:02 +02:00
  • 39e90ed3db DATACMNS-1362 - Fix broken links to Spring Framework Javadoc. Mark Paluch 2018-08-06 08:47:02 +02:00
  • 994de93bc5 DATACMNS-1362 - Fix broken links to Spring Framework reference documentation. Mark Paluch 2018-08-06 08:47:02 +02:00
  • 404f7a2994 DATACMNS-1339 - Updated changelog. Mark Paluch 2018-07-27 09:20:17 +02:00
  • c836f8df2f DATACMNS-1339 - Updated changelog. Mark Paluch 2018-07-27 09:20:17 +02:00
  • 610d5410dc DATACMNS-1339 - After release cleanups. Mark Paluch 2018-07-27 11:09:41 +02:00
  • b70e171b28 DATACMNS-1339 - Prepare next development iteration. Mark Paluch 2018-07-27 11:09:38 +02:00
  • f396522d0b DATACMNS-1339 - Release version 1.13.14 (Ingalls SR14). Mark Paluch 2018-07-27 09:21:39 +02:00
  • 6c5629b1e7 DATACMNS-1339 - Prepare 1.13.14 (Ingalls SR14). Mark Paluch 2018-07-27 09:20:28 +02:00
  • 2dcd5656ea DATACMNS-1339 - Updated changelog. Mark Paluch 2018-07-27 09:20:17 +02:00
  • abbd69c930 DATACMNS-1340 - Updated changelog. Mark Paluch 2018-07-26 14:42:51 +02:00
  • a0cb940518 DATACMNS-1340 - Updated changelog. Mark Paluch 2018-07-26 14:42:51 +02:00
  • 430428ca7f DATACMNS-1340 - After release cleanups. Mark Paluch 2018-07-26 15:23:24 +02:00
  • 967e4e4ac7 DATACMNS-1340 - Prepare next development iteration. Mark Paluch 2018-07-26 15:23:22 +02:00
  • ccc0f9cba0 DATACMNS-1340 - Release version 2.0.9 (Kay SR9). Mark Paluch 2018-07-26 14:44:00 +02:00
  • 0417262bde DATACMNS-1340 - Prepare 2.0.9 (Kay SR9). Mark Paluch 2018-07-26 14:43:06 +02:00
  • 98ed8033ca DATACMNS-1340 - Updated changelog. Mark Paluch 2018-07-26 14:42:51 +02:00
  • 658b483aee DATACMNS-1321 - Updated changelog. Mark Paluch 2018-07-26 12:04:17 +02:00
  • 848a2422bd DATACMNS-1321 - Updated changelog. Mark Paluch 2018-07-26 12:04:17 +02:00
  • b7cc38c30d DATACMNS-1321 - After release cleanups. Mark Paluch 2018-07-26 12:32:27 +02:00
  • f75c9d7594 DATACMNS-1321 - Prepare next development iteration. Mark Paluch 2018-07-26 12:32:24 +02:00
  • f4e4cc76ed DATACMNS-1321 - Release version 2.1 RC1 (Lovelace). Mark Paluch 2018-07-26 12:06:34 +02:00
  • 3a5e3ecd8e DATACMNS-1321 - Prepare 2.1 RC1 (Lovelace). Mark Paluch 2018-07-26 12:04:30 +02:00
  • fbf9ed37ab DATACMNS-1321 - Updated changelog. Mark Paluch 2018-07-26 12:04:17 +02:00
  • 54b93f9e8c DATACMNS-1357 - Use shared DefaultConversionService in ProxyProjectionFactory and ResultProcessor. Mark Paluch 2018-07-25 15:31:45 +02:00
  • ea8cf8c629 DATACMNS-1357 - Use shared DefaultConversionService in ProxyProjectionFactory and ResultProcessor. Mark Paluch 2018-07-25 15:31:45 +02:00
  • 31a08254a7 DATACMNS-1354 - BasicPersistentEntity now exposes means to override the fallback IsNewStrategy. Oliver Gierke 2018-07-12 12:18:29 +02:00
  • 3c2522df9a DATACMNS-1322 - Added @Immutable to allow users to express a persistent entity to be considered immutable. Oliver Gierke 2018-07-12 10:26:16 +02:00
  • 1f4d494f83 DATACMNS-1322 - Generified PersistentPropertyAccessor API. Oliver Gierke 2018-06-18 19:06:45 +02:00
  • 98c1aac7d7 DATACMNS-1352 - Report InvalidPersistentPropertyPath on non-resolvable entities. Mark Paluch 2018-07-10 12:38:37 +02:00
  • d1ebfcfc5e DATACMNS-1322 - Add support for immutable entities in PersistentPropertyAccessor.setProperty(PersistentPropertyPath, Object). Oliver Gierke 2018-06-18 16:49:01 +02:00
  • 6cb3587ba3 DATACMNS-1322 - Adapt auditing handler API to support immutable entities. Oliver Gierke 2018-06-18 15:16:35 +02:00
  • 85b507ce10 DATACMNS-1322 - Cleanup refactorings. Mark Paluch 2018-06-15 10:29:20 +02:00
  • 79119000bb DATACMNS-1322 - Add support for Kotlin's copy(…) method. Mark Paluch 2018-05-22 16:08:49 +02:00
  • 80db17d6ba DATACMNS-1322 - Polishing. Mark Paluch 2018-05-22 11:26:05 +02:00
  • 1ea65f3130 DATACMNS-1322 - Detect wither methods. Mark Paluch 2018-05-18 15:00:58 +02:00
  • 39303041ba DATACMNS-1345 - RepositoryFactoryBeanSupport now properly reports missing MappingContext. Oliver Gierke 2018-06-21 08:55:45 +02:00
  • 6951d8b711 DATACMNS-1345 - RepositoryFactoryBeanSupport now properly reports missing MappingContext. Oliver Gierke 2018-06-21 08:55:45 +02:00
  • 92dccd67a8 DATACMNS-1342 - TypeInformation.isCollectionLike() considers Streamable now. Oliver Gierke 2018-06-14 12:18:41 +02:00
  • d570f4d79e DATACMNS-1342 - TypeInformation.isCollectionLike() considers Streamable now. Oliver Gierke 2018-06-14 12:18:41 +02:00
  • 37ab0a5d8f DATACMNS-1341 - ProxyUtils now detects JDK proxy target classes. Oliver Gierke 2018-06-14 11:50:58 +02:00
  • f7a0c22225 DATACMNS-1341 - ProxyUtils now detects JDK proxy target classes. Oliver Gierke 2018-06-14 11:50:58 +02:00
  • 9ab497f431 DATACMNS-1313 - Updated changelog. Mark Paluch 2018-06-13 15:11:54 +02:00
  • f03ee7fd34 DATACMNS-1313 - Updated changelog. Mark Paluch 2018-06-13 15:11:54 +02:00
  • 238aa9a28c DATACMNS-1313 - After release cleanups. Mark Paluch 2018-06-13 21:24:35 +02:00
  • b9dc257387 DATACMNS-1313 - Prepare next development iteration. Mark Paluch 2018-06-13 21:24:33 +02:00
  • dadff07680 DATACMNS-1313 - Release version 2.0.8 (Kay SR8). Mark Paluch 2018-06-13 15:13:01 +02:00
  • 27945c3483 DATACMNS-1313 - Prepare 2.0.8 (Kay SR8). Mark Paluch 2018-06-13 15:12:06 +02:00
  • 26fae4b73c DATACMNS-1313 - Updated changelog. Mark Paluch 2018-06-13 15:11:54 +02:00
  • e548cb874f DATACMNS-1312 - Updated changelog. Mark Paluch 2018-06-13 10:47:55 +02:00
  • 465141fada DATACMNS-1312 - Updated changelog. Mark Paluch 2018-06-13 10:47:55 +02:00
  • fa86024a09 DATACMNS-1312 - After release cleanups. Mark Paluch 2018-06-13 14:42:35 +02:00
  • 384d070617 DATACMNS-1312 - Prepare next development iteration. Mark Paluch 2018-06-13 14:42:33 +02:00
  • 91edb57510 DATACMNS-1312 - Release version 1.13.13 (Ingalls SR13). Mark Paluch 2018-06-13 10:48:53 +02:00
  • 196e73bb15 DATACMNS-1312 - Prepare 1.13.13 (Ingalls SR13). Mark Paluch 2018-06-13 10:48:03 +02:00
  • 99245bfdca DATACMNS-1312 - Updated changelog. Mark Paluch 2018-06-13 10:47:55 +02:00
  • 3ea24a1976 DATACMNS-1338 - Calculate defaulting mask count in Kotlin default constructor resolution. Mark Paluch 2018-06-10 17:22:17 +02:00
  • 53560e0979 DATACMNS-1338 - Calculate defaulting mask count in Kotlin default constructor resolution. Mark Paluch 2018-06-10 17:22:17 +02:00
  • 74703385fb DATACMNS-1336 - Avoid warning logs for JodaTime and ThreeTenBP converter registrations. Oliver Gierke 2018-06-06 13:07:38 +02:00
  • 0341f60c7c DATACMNS-1336 - Avoid warning logs for JodaTime and ThreeTenBP converter registrations. Oliver Gierke 2018-06-06 13:07:38 +02:00
  • 81ae0c9943 DATACMNS-1304 - Polishing. Oliver Gierke 2018-06-05 18:18:53 +02:00
  • a33b9e3300 DATACMNS-1304 - PropertyPath now supports properties with all uppercase endings. Mariusz Mączkowski 2018-04-24 21:44:25 +02:00
  • 5c86417a2d DATACMNS-1304 - PropertyPath now supports properties with all uppercase endings. Oliver Gierke 2018-06-05 18:48:20 +02:00
  • 5f87c67668 DATACMNS-1304 - Polishing. Oliver Gierke 2018-06-05 18:18:53 +02:00
  • 1da969db0a DATACMNS-1304 - PropertyPath now supports properties with all uppercase endings. Mariusz Mączkowski 2018-04-24 21:44:25 +02:00
  • fc2135df3d DATACMNS-1333 - Unified is-new-detection in PersistentEntity.isNew(…). Oliver Gierke 2018-05-31 15:30:18 +02:00
  • 6f7b8cee50 DATACMNS-1327 - Polishing. Jens Schauder 2018-06-01 12:50:50 +02:00
  • b7da49f97a DATACMNS-1327 - Prevent int overflow in AbstractPageRequest#getOffset(). Alex Bondarev 2018-05-21 17:15:10 +03:00
  • 2c2713ff98 DATACMNS-1327 - Polishing. Jens Schauder 2018-06-01 12:50:50 +02:00
  • d6f39afe00 DATACMNS-1327 - Prevent int overflow in AbstractPageRequest#getOffset(). Alex Bondarev 2018-05-21 17:15:10 +03:00
  • 394bd4c6da DATACMNS-1328 - DefaultRepositoryInvokerFactory now uses a ConcurrentHashMap. Oliver Gierke 2018-05-31 10:26:32 +02:00
  • fffce66bdd DATACMNS-1328 - DefaultRepositoryInvokerFactory now uses a ConcurrentHashMap. Oliver Gierke 2018-05-31 10:26:32 +02:00
  • 96c5ff87ef DATACMNS-1328 - DefaultRepositoryInvokerFactory now uses a ConcurrentHashMap. Oliver Gierke 2018-05-31 10:26:32 +02:00
  • 0f9e88fcaf DATACMNS-983 - Added support for Javaslang and Vavr Try as method return types. Oliver Gierke 2018-05-17 12:06:35 +02:00
  • 7ab2c84ea8 DATACMNS-1318 - Polishing. Oliver Gierke 2018-05-17 11:44:38 +02:00
  • 61e489b67e DATACMNS-1318 - Allow inspection of a reference's ultimate target entity. Oliver Gierke 2018-05-17 11:43:00 +02:00
  • 18782d70c9 DATACMNS-1326 - PersistentPropertyInspectingIsNewStrategy now considers primitive type's defaults. Oliver Gierke 2018-05-19 00:04:33 +02:00
  • 1b742306ad DATACMNS-1325 - Added dedicated identifier accessor for Persistable entities. Oliver Gierke 2018-05-18 23:59:21 +02:00
  • 5ecb550039 DATACMNS-1326 - PersistentPropertyInspectingIsNewStrategy now considers primitive type's defaults. Oliver Gierke 2018-05-18 23:43:41 +02:00
  • 7bd7afe6fb DATACMNS-1325 - Added dedicated identifier accessor for Persistable entities. Oliver Gierke 2018-05-18 23:41:39 +02:00
  • 7d8539d83c DATACMNS-1326 - PersistentPropertyInspectingIsNewStrategy now considers primitive type's defaults. Oliver Gierke 2018-05-18 23:43:41 +02:00
  • 865163d466 DATACMNS-1325 - Added dedicated identifier accessor for Persistable entities. Oliver Gierke 2018-05-18 23:41:39 +02:00
  • c31e2cb251 DATACMNS-1324 - Introduced extensible proxy detection infrastructure. Oliver Gierke 2018-05-17 16:04:54 +02:00
  • 0d31ab693d DATACMNS-1324 - Introduced extensible proxy detection infrastructure. Oliver Gierke 2018-05-17 16:04:54 +02:00
  • d73e0a1f8f DATACMNS-1324 - Introduced extensible proxy detection infrastructure. Oliver Gierke 2018-05-17 16:04:54 +02:00
  • 6bf952dbd5 DATACMNS-1295 - Updated changelog. Christoph Strobl 2018-05-17 09:50:36 +02:00
  • 704370760a DATACMNS-1295 - Updated changelog. Christoph Strobl 2018-05-17 09:50:36 +02:00
  • 67d3f37da2 DATACMNS-1295 - After release cleanups. Christoph Strobl 2018-05-17 10:09:35 +02:00
  • c2eae3e298 DATACMNS-1295 - Prepare next development iteration. Christoph Strobl 2018-05-17 10:09:34 +02:00
  • 08bc446391 DATACMNS-1295 - Release version 2.1 M3 (Lovelace). Christoph Strobl 2018-05-17 09:51:42 +02:00
  • fc3db54bfc DATACMNS-1295 - Prepare 2.1 M3 (Lovelace). Christoph Strobl 2018-05-17 09:50:48 +02:00
  • dc0d3e71b6 DATACMNS-1295 - Updated changelog. Christoph Strobl 2018-05-17 09:50:36 +02:00