Commit Graph

  • 2a8f4ddf93 DATACMNS-456 - Introduced getAttribute(String) on RepositoryConfigurationSupport. Oliver Gierke 2014-03-01 12:18:44 +01:00
  • 6408e16faf DATACMNS-452 - Added some helper types to simplify the implementations in store modules. Oliver Gierke 2014-02-26 12:52:38 +01:00
  • 10847d3867 DATACMNS-453 - Fix NPE in isPageableRepository() for Repositories without a findAll() method. Fabian Buch 2014-02-26 14:21:24 +01:00
  • 43d731f5ed DATACMNS-453 - Fix NPE in isPageableRepository() for Repositories without a findAll() method. Fabian Buch 2014-02-26 14:21:24 +01:00
  • 3131ffbc5f DATACMNS-451 - Added custom CollectionFactory. Oliver Gierke 2014-02-26 05:09:17 +01:00
  • b41e337569 DATACMNS-443 - Prepare next development iteration. Spring Buildmaster 2014-02-24 04:46:43 -08:00
  • 7e99eaaf01 DATACMNS-443 - Prepare next development iteration. Spring Buildmaster 2014-02-24 04:46:43 -08:00
  • a9fb7070c8 DATACMNS-443 - Release version 1.7.0.RELEASE. Spring Buildmaster 2014-02-24 04:46:40 -08:00
  • 91e693b9da DATACMNS-443 - Prepare 1.7.0.RELEASE. Oliver Gierke 2014-02-24 13:10:02 +01:00
  • ab37869a1a DATACMNS-446 - Added toString() methods to TypeInformation types. Oliver Gierke 2014-02-23 13:37:08 +01:00
  • 71169ca160 DATACMNS-445 - Documentation overhaul. Thomas Darimont 2014-02-20 16:43:05 +01:00
  • 4cee676608 DATACMNS-444 - DefaultPersistentPropertyPath now skips null converted names. Oliver Gierke 2014-02-19 18:10:02 +01:00
  • 2e2e53beb1 DATACMNS-442 - Improved documentation to mention @NoRepositoryBean. Oliver Gierke 2014-02-19 14:47:12 +01:00
  • f089acb17e DATACMNS-442 - Improved documentation to mention @NoRepositoryBean. Oliver Gierke 2014-02-19 14:47:12 +01:00
  • ba328d5791 DATACMNS-442 - Added test case to show that id resolution succeeds for intermediate repositories. Oliver Gierke 2014-02-19 14:03:16 +01:00
  • 611c6194f4 DATACMNS-442 - Added test case to show that id resolution succeeds for intermediate repositories. Oliver Gierke 2014-02-19 14:01:30 +01:00
  • f047cce7c3 DATACMNS-441 - Fixed potential NullPointerException in query method detection on Java 8 compiled code. Thomas Darimont 2014-02-18 14:55:50 +01:00
  • 9c40f883cf DATACMNS-438 - Prepare next development iteration. Spring Buildmaster 2014-02-17 01:26:34 -08:00
  • 18ebd43eb5 DATACMNS-438 - Release version 1.6.4.RELEASE. Spring Buildmaster 2014-02-17 01:26:31 -08:00
  • 1e238d7c94 DATACMNS-438 - Prepare 1.6.4.RELEASE. Oliver Gierke 2014-02-17 10:03:24 +01:00
  • 7ac97bfeae DATACMNS-440 - Fixed map value type resolving for Map value types. Oliver Gierke 2014-02-13 12:06:26 +01:00
  • 931a697ec5 DATACMNS-440 - Fixed map value type resolving for Map value types. Oliver Gierke 2014-02-13 12:06:26 +01:00
  • 20846809e1 DATACMNS-439 - AnnotationRepositoryConfigSource now evaluates REGEX and ASPECTJ filters. Oliver Gierke 2014-02-12 11:49:05 +01:00
  • d5d51cd35f DATACMNS-439 - AnnotationRepositoryConfigSource now evaluates REGEX and ASPECTJ filters. Oliver Gierke 2014-02-12 12:14:01 +01:00
  • 52ba70673b DATACMNS-432 - Fix regression in Repositories. Oliver Gierke 2014-02-12 10:24:37 +01:00
  • d1faa7187d DATACMNS-432 - Fix regression in Repositories. Oliver Gierke 2014-02-12 10:24:37 +01:00
  • 15a0329979 DATACMNS-436 - Order.equals(…) / hashCode() / toString() now consider ignore case flag. Oliver Gierke 2014-02-06 18:13:54 +01:00
  • 1e3640e0ee DATACMNS-436 - Order.equals(…) / hashCode() / toString() now consider ignore case flag. Oliver Gierke 2014-02-06 18:13:54 +01:00
  • 899cf25330 DATACMNS-432 - Make Repositories effectively immutable. Thomas Darimont 2014-02-06 16:59:14 +01:00
  • 8e14a79e94 DATACMNS-432 - Make Repositories effectively immutable. Oliver Gierke 2014-02-06 18:03:17 +01:00
  • bedbe926b9 DATACMNS-433 - Added Is prefix to Like keywords. Martin Baumgartner 2014-02-02 20:25:47 +01:00
  • d381b694fe DATACMNS-433 - Added Is prefix to Like keywords. Martin Baumgartner 2014-02-02 20:25:47 +01:00
  • fa80df2fa0 DATACMNS-425 - Upgrade to Spring Data Build snapshots. Oliver Gierke 2014-02-03 14:31:11 +01:00
  • 1a94ffa796 DATACMNS-425 - Prepare next development iteration. Spring Buildmaster 2014-01-29 04:24:57 -08:00
  • e00763bc44 DATACMNS-425 - Release version 1.7.0.RC1. Spring Buildmaster 2014-01-29 04:24:55 -08:00
  • 8fa19aa01e DATACMNS-425 - Prepare 1.7.0.RC1 release. Oliver Gierke 2014-01-28 13:22:57 +01:00
  • 8f0979e963 DATACMNS-431 - Code cleanups. Oliver Gierke 2014-01-28 13:14:35 +01:00
  • 30a63f5546 DATACMNS-418 - Added test case to show how to use custom element assembler. Oliver Gierke 2014-01-27 08:42:50 +01:00
  • a16375bb17 DATACMNS-418 - PagedResourcesAssembler now exposes method to append template parameters. Oliver Gierke 2014-01-23 15:41:37 +01:00
  • 659d64d63b DATACMNS-429 - Improved JavaDoc for PageRequest and Sort. Oliver Gierke 2014-01-23 12:23:13 +01:00
  • f1d49c6f37 DATACMNS-429 - Improved JavaDoc for PageRequest and Sort. Oliver Gierke 2014-01-23 12:23:13 +01:00
  • 26c4f2dd87 DATACMNS-430 - Using Jackson version property from build parent. Oliver Gierke 2014-01-22 15:03:51 +01:00
  • 6822f39e3b DATACMNS-422 - Remove workaround in test cases after recent fix for generic component types. Oliver Gierke 2014-01-22 17:46:37 +01:00
  • 0ce214cd56 DATACMNS-418 - Use TemplateVariables value type for pagination templates. Oliver Gierke 2014-01-20 16:51:09 +01:00
  • 0f38612dab DATACMNS-426 - RepositoryMetadata now has an isPagingRepository(). Oliver Gierke 2014-01-20 16:43:25 +01:00
  • 059d398480 DATACMNS-425 - Use new repository URLs and add repo for build plugins. Oliver Gierke 2014-01-20 12:38:03 +01:00
  • 3fb4469bea DATACMNS-418 - Adapt to latest changes in Spring HATEOAS. Oliver Gierke 2014-01-19 19:31:30 +01:00
  • f8e9f7f8ce DATACMNS-423 - Deprecated Jackson 1 repository initializers. Oliver Gierke 2014-01-19 15:43:49 +01:00
  • 1f172725f0 DATACMNS-422 - Mitigate semantic changes in Spring 4.0's GenericTypeResolver. Oliver Gierke 2014-01-19 15:26:06 +01:00
  • 3fc927ceb8 DATACMNS-421 - Removed obsolete version declarations for Spring dependencies. Oliver Gierke 2014-01-19 15:14:35 +01:00
  • 5f8516f505 DATACMNS-422 - Mitigate semantic changes in Spring 4.0's GenericTypeResolver. Oliver Gierke 2014-01-19 15:26:06 +01:00
  • a5eedad48f DATACMNS-420 - Introduced RepositoryConfigurationDelegate. Oliver Gierke 2014-01-18 12:35:21 +01:00
  • debf5c736c DATACMNS-412 - Fixed potential classloader leak. Oliver Gierke 2014-01-14 17:44:23 +01:00
  • e646fc9f16 DATACMNS-418 - Improvements to template variables in HandlerMethodArgumentResolvers. Oliver Gierke 2014-01-17 12:45:10 +01:00
  • 72a8d072a3 DATACMNS-419 - PagedResourceAssemblerArgumentResolver now works with templated URIs. Oliver Gierke 2014-01-16 14:34:14 +01:00
  • 92a22182f1 DATACMNS-418 - PagedResourcesAssembler now adds self links to PagedResources. Oliver Gierke 2014-01-16 13:57:41 +01:00
  • 9db6ccaa4b DATACMNS-412 - Fixed potential classloader leak. Oliver Gierke 2014-01-14 17:44:23 +01:00
  • c414f05e23 DATACMNS-417 - Added contribution guidelines. Oliver Gierke 2014-01-14 13:39:53 +01:00
  • a89d1ce8ff DATACMNS-417 - Added contribution guidelines. Oliver Gierke 2014-01-14 13:39:53 +01:00
  • 5906ae04da DATACMNS-415 - Further performance improvements for repository config. Oliver Gierke 2014-01-13 18:31:31 +01:00
  • df1373aa81 DATACMNS-416 - Added means to enforce eager instantiation of CDI repositories. Oliver Gierke 2014-01-12 17:54:52 +01:00
  • bf3437f39c DATACMNS-415 - Performance improvements in configuration subsystem. Oliver Gierke 2014-01-12 23:13:32 +01:00
  • 51b128fac1 DATACMNS-411 - Add support for Java 8 date/time types in auditing. Oliver Gierke 2013-12-28 12:40:23 +01:00
  • 05f303c2be DATACMNS-414 - Removed unnecessary generic types for AuditingHandler. Oliver Gierke 2014-01-10 16:39:10 +01:00
  • 69a6960eec DATACMNS-407 - Fixed sort parameter building in HateoasAwareSortHandlerMethodArgumentResolver. Oliver Gierke 2013-12-16 12:59:50 +01:00
  • e21a7850f6 DATACMNS-407 - Fixed sort parameter building in HateoasAwareSortHandlerMethodArgumentResolver. Oliver Gierke 2013-12-16 12:59:50 +01:00
  • f148d19c81 DATACMNS-410 - Fixed bug in ReflectionRepositoryInvoker#invokeFindOne. Thomas Darimont 2013-12-13 12:24:38 +01:00
  • c4aedd6610 DATACMNS-410 - Fixed bug in ReflectionRepositoryInvoker#invokeFindOne. Thomas Darimont 2013-12-13 12:24:38 +01:00
  • 11f1207e4e DATACMNS-403 - Upgraded to snapshot versions of Spring Data build parent. Oliver Gierke 2013-12-12 15:40:23 +01:00
  • 47cf61bf28 DATACMNS-409 - Preparing next development iteration. Spring Buildmaster 2013-12-11 08:16:53 -08:00
  • f5f60d7318 DATACMNS-409 - Release version 1.6.3.RELEASE. Spring Buildmaster 2013-12-11 08:16:49 -08:00
  • 13729964b9 DATACMNS-409 - Prepare Release 1.6.3. Thomas Darimont 2013-12-11 13:38:13 +01:00
  • c2af939cd3 DATACMNS-379 - Fixed AIOOBE in SortHandlerMethodArgumentResolver. Oliver Gierke 2013-12-05 14:45:28 +01:00
  • 78443eb83e DATACMNS-379 - Fixed AIOOBE in SortHandlerMethodArgumentResolver. Oliver Gierke 2013-12-05 14:45:28 +01:00
  • d5de27146e DATACMNS-408 - Handle invalid pagination and sorting parameters gracefully. Oliver Gierke 2013-10-09 02:19:09 +09:00
  • 4d974f1bf1 DATACMNS-366 - Test for SortHandlerMethodArgumentResolver and property lists. Thomas Darimont 2013-09-18 04:41:16 +02:00
  • 93899f754e DATACMNS-377 - Prevent page sizes less than one. Oliver Gierke 2013-10-07 10:47:25 +02:00
  • cc4a4de892 DATACMNS-408 - Handle invalid pagination and sorting parameters gracefully. Oliver Gierke 2013-10-09 02:19:09 +09:00
  • 62e14d2b12 DATACMNS-402 - Slight refinements in QSort implementation. Oliver Gierke 2013-12-04 13:30:19 +01:00
  • f2ff84fb63 DATACMNS-402 - Add support for sorting by a QueryDSL OrderSpecifier. Thomas Darimont 2013-11-18 09:08:44 +01:00
  • 5b72373ddf DATACMNS-406 - Polishing. Oliver Gierke 2013-11-21 12:24:44 +01:00
  • de90e58c4a DATACMNS-406 - Tighten contract for RepositoryMetadata implementations. Thomas Darimont 2013-11-20 15:25:37 +01:00
  • 9f65b57867 DATACMNS-406 - Polishing. Oliver Gierke 2013-11-21 12:24:44 +01:00
  • b96f613b98 DATACMNS-406 - Tighten contract for RepositoryMetadata implementations. Thomas Darimont 2013-11-20 15:25:37 +01:00
  • 09b8989a7f DATACMNS-403 - Prepare next development iteration. Spring Buildmaster 2013-11-19 03:53:05 -08:00
  • 0abed479e7 DATACMNS-403 - Release version 1.7.0.M1. Spring Buildmaster 2013-11-19 03:53:03 -08:00
  • 341912acec DATACMNS-403 - Prepare release 1.7 M1. Thomas Darimont 2013-11-19 12:44:07 +01:00
  • eddb3323de DATACMNS-399 - Support query prefix to designate repository query methods. Thomas Darimont 2013-11-13 17:55:49 +01:00
  • ba89dc9bb4 DATACMNS-404 - Move formatter configuration to Spring Data Build project. Thomas Darimont 2013-11-19 11:21:09 +01:00
  • c0fc0f905a DATACMNS-401 - Some cleanups regarding generics and deprecations. Oliver Gierke 2013-11-13 22:27:58 +00:00
  • fed61720b0 DATACMNS-400 - PersistentProperty now exposes findAnnotation(…). Oliver Gierke 2013-11-13 16:48:44 +00:00
  • 88c2c0e0de DATACMNS-393 - Improved CRUD method detection in DefaultCrudMethods. Oliver Gierke 2013-11-12 14:01:33 +01:00
  • 59a39d0be8 DATACMNS-393 - Improved CRUD method detection in DefaultCrudMethods. Thomas Darimont 2013-11-06 00:46:13 +01:00
  • c2b71a8b94 DATACMNS-389 - RepositoryFactorySupport now caches RepositoryInformation. Oliver Gierke 2013-11-12 15:01:41 +01:00
  • 22223f4386 DATACMNS-393 - Improved CRUD method detection in DefaultCrudMethods. Oliver Gierke 2013-11-12 14:01:33 +01:00
  • 907ea74d8a DATACMNS-393 - Improved CRUD method detection in DefaultCrudMethods. Thomas Darimont 2013-11-06 00:46:13 +01:00
  • 5a6cefc4a9 DATACMNS-389 - RepositoryFactorySupport now caches RepositoryInformation. Oliver Gierke 2013-11-12 15:01:41 +01:00
  • d7b0a3e4d4 DATACMNS-392, DATACMNS-386 - Polished code after upgrade to Spring 3.2.5. Oliver Gierke 2013-11-12 13:15:52 +01:00
  • a438d1ef17 DATACMNS-389 - Polishing of @Enable…Auditing support. Oliver Gierke 2013-11-08 15:48:28 +01:00
  • a7d909846c DATACMNS-389 - Support for JavaConfig in auditing. Thomas Darimont 2013-03-07 22:24:11 +08:00