Commit Graph

  • 21cdbe8b58 DATACMNS-1155 - Updated changelog. Oliver Gierke 2017-10-11 16:40:54 +02:00
  • 69562532a6 DATACMNS-1190 - Polishing the polishing. Oliver Gierke 2017-10-11 15:38:08 +02:00
  • a814b114e6 DATACMNS-1190 - Polishing. Mark Paluch 2017-10-11 11:12:51 +02:00
  • 757f7adf24 DATACMNS-1190 - Added section on how to enforce nullability constraints on repositories. Oliver Gierke 2017-10-06 10:41:02 +02:00
  • bddeba77e7 DATACMNS-1190 - Polishing the polishing. Oliver Gierke 2017-10-11 15:38:08 +02:00
  • e1f1e9c2db DATACMNS-1190 - Polishing. Mark Paluch 2017-10-11 11:12:51 +02:00
  • 456a901b4d DATACMNS-1190 - Added section on how to enforce nullability constraints on repositories. Oliver Gierke 2017-10-06 10:41:02 +02:00
  • ccd8e2a209 DATACMNS-901 - AbstractMappingContext publishes entity added events outside the write lock. Oliver Gierke 2017-10-10 16:10:41 +02:00
  • efdfee50fe DATACMNS-901 - AbstractMappingContext publishes entity added events outside the write lock. Oliver Gierke 2017-10-10 16:35:44 +02:00
  • b7a9b09b7c DATACMNS-901 - AbstractMappingContext publishes entity added events outside the write lock. Oliver Gierke 2017-10-10 16:35:44 +02:00
  • 370b37fbfd DATACMNS-901 - AbstractMappingContext publishes entity added events outside the write lock. Oliver Gierke 2017-10-10 16:10:41 +02:00
  • 47c2a40228 DATACMNS-1193 - Fixed typo in JavaDoc and reference documentation of PageableDefaults. stonio 2017-05-20 17:28:36 +02:00
  • e9b1ec7324 DATACMNS-1193 - Fixed typo in JavaDoc and reference documentation of PageableDefaults. stonio 2017-05-20 17:28:36 +02:00
  • 38d39a47e9 DATACMNS-1193 - Fixed typo in JavaDoc and reference documentation of PageableDefaults. stonio 2017-05-20 17:28:36 +02:00
  • aabd9d9860 DATACMNS-1193 - Fixed typo in JavaDoc and reference documentation of PageableDefaults. stonio 2017-05-20 17:28:36 +02:00
  • d3fb691220 DATACMNS-1191 - Avoid unnecessary investigation of converters in QueryExecutionResultHandler. Oliver Gierke 2017-10-06 12:14:48 +02:00
  • c9e0803bee DATACMNS-1191 - Avoid unnecessary investigation of converters in QueryExecutionResultHandler. Oliver Gierke 2017-10-06 12:14:48 +02:00
  • 72086a11bc DATACMNS-1188 - Polishing. Oliver Gierke 2017-10-05 09:47:10 +02:00
  • 5ebcee90c9 DATACMNS-1188 - Polishing. Oliver Gierke 2017-10-05 09:47:10 +02:00
  • ec0c339e36 DATACMNS-1187 - Fixed broken links in reference documentation. Nicolas Mervaillie 2017-10-03 11:48:09 +02:00
  • bfaafca3b7 DATACMNS-1187 - Fixed broken links in reference documentation. Nicolas Mervaillie 2017-10-03 11:48:09 +02:00
  • 2f1df886e2 DATACMNS-1188 - Reflect API changes in CrudRepository in reference documentation. Oliver Gierke 2017-10-04 10:19:00 +02:00
  • 0386ec04ca DATACMNS-1188 - Reflect API changes in CrudRepository in reference documentation. Oliver Gierke 2017-10-04 10:19:00 +02:00
  • 44b10fc063 DATACMNS-1156 - Updated changelog. Mark Paluch 2017-10-02 11:09:08 +02:00
  • c634199b7c DATACMNS-1156 - Updated changelog. Mark Paluch 2017-10-02 11:09:08 +02:00
  • 59bf06630f DATACMNS-1156 - After release cleanups. Mark Paluch 2017-10-02 11:38:04 +02:00
  • 882bebc284 DATACMNS-1156 - Prepare next development iteration. Mark Paluch 2017-10-02 11:38:03 +02:00
  • 78a874cf0c DATACMNS-1156 - After release cleanups. Mark Paluch 2017-10-02 11:37:22 +02:00
  • a0f67c1909 DATACMNS-1156 - Prepare next development iteration. Mark Paluch 2017-10-02 11:37:21 +02:00
  • dc85837958 DATACMNS-1156 - Release version 2.0 GA (Kay). Mark Paluch 2017-10-02 11:10:22 +02:00
  • 497edfeefb DATACMNS-1156 - Prepare 2.0 GA (Kay). Mark Paluch 2017-10-02 11:09:17 +02:00
  • 96d0a12e5a DATACMNS-1156 - Updated changelog. Mark Paluch 2017-10-02 11:09:08 +02:00
  • 11458c9dcf DATACMNS-1181 - Polishing. Mark Paluch 2017-09-28 17:22:33 +02:00
  • b18989786f DATACMNS-1181 - Adapt MethodHandle lookup of default methods in package-scoped interfaces to changes in Java 9. Mark Paluch 2017-09-28 17:21:05 +02:00
  • fc02b4fd08 DATACMNS-1184 - Fix Javadoc for non-null parameters in QuerydslPredicateExecutor. Mark Paluch 2017-10-02 09:58:41 +02:00
  • cd1efe45fd DATACMNS-1182 - Reinstantiate Java 6 compatibility of QueryExecutionConverters. Oliver Gierke 2017-10-01 18:36:06 +02:00
  • 8da9679fc1 DATACMNS-1172 - Removed ability to use scanning all packages for repository implementations again. Oliver Gierke 2017-09-27 16:05:41 +02:00
  • da88163141 DATACMNS-1172 - Extracted fragment setup into value object. Oliver Gierke 2017-09-27 16:04:21 +02:00
  • 3bae636e2f DATACMNS-1172 - Limit repository custom implementation scanning by default to repository interface packages. Mark Paluch 2017-09-27 09:43:45 +02:00
  • e2ab329773 DATACMNS-1172 - Polishing. Oliver Gierke 2017-09-27 13:03:03 +02:00
  • da0d964d2e DATACMNS-1172 - Limit repository custom implementation scanning to repository interface packages. Mark Paluch 2017-09-27 09:43:45 +02:00
  • 8c6c2da0ba DATACMNS-1172 - Polishing. Oliver Gierke 2017-09-27 13:03:03 +02:00
  • 318cf9b1b8 DATACMNS-1172 - Limit repository custom implementation scanning to repository interface packages. Mark Paluch 2017-09-27 09:43:45 +02:00
  • 2220bed116 DATACMNS-1179 - Adapt to changed Spring Framework 5 documentation structure. Mark Paluch 2017-09-27 11:47:24 +02:00
  • 67adc4e935 DATACMNS-1177 - Polishing. Jens Schauder 2017-09-27 08:53:36 +02:00
  • 4de44b4ded DATACMNS-1177 - Polishing. Oliver Gierke 2017-09-27 11:14:32 +02:00
  • c7ba2926bd DATACMNS-1177 - Parameter.isDynamicProjectionParameter() uses unwrapped type instead of actual type. Jens Schauder 2017-09-26 13:26:42 +02:00
  • 90448bdea6 DATACMNS-1177 - Polishing. Jens Schauder 2017-09-27 08:53:36 +02:00
  • aa7dde94d4 DATACMNS-1177 - Polishing. Oliver Gierke 2017-09-27 11:14:32 +02:00
  • 79709629ef DATACMNS-1177 - Parameter.isDynamicProjectionParameter() now uses unwrapped type instead of actual type. Jens Schauder 2017-09-26 13:26:42 +02:00
  • 2b4ef1a555 DATACMNS-1175 - Remove argument array caching from EntityInstantiators. Mark Paluch 2017-09-26 14:58:56 +02:00
  • cc0ab54c38 DATACMNS-1171 - Do not create PersistentEntity for unsupported Kotlin classes. Mark Paluch 2017-09-25 08:58:00 +02:00
  • d9d0d594e5 DATACMNS-1171 - Limit Kotlin reflection support to regular classes. Mark Paluch 2017-09-25 08:49:47 +02:00
  • 65e21344ac DATACMNS-1173 - Fixed value lookup of AnnotationRevisionMetadata. Oliver Gierke 2017-09-25 09:56:31 +02:00
  • 041c18bef9 DATACMNS-1170 - Fallback to default constructor discovery for Kotlin classes without primary constructor. Mark Paluch 2017-09-22 11:43:16 +02:00
  • 93c65c02fe DATACMNS-1159 - Downgrade to CDI 1.0. Mark Paluch 2017-09-21 13:34:39 +02:00
  • d9860f2d20 DATACMNS-1161 - Polishing. Oliver Gierke 2017-09-21 18:14:57 +02:00
  • ea03388a7c DATACMNS-1161 - Renamed PersistentProperty.getPersitentEntityType(…) to ….getPersitentEntityTypes(…). Jens Schauder 2017-09-21 12:26:21 +02:00
  • 404610ebb4 DATACMNS-1168 - QuerydslPredicateBuilder now returns empty predicate by default. Oliver Gierke 2017-09-21 16:23:40 +02:00
  • 7987896098 DATACMNS-1167 - Added explicit automatic module name for JDK 9. Oliver Gierke 2017-09-21 11:58:18 +02:00
  • a15c82c414 DATACMNS-1157 - Polishing. Oliver Gierke 2017-09-21 10:22:47 +02:00
  • b992c38256 DATACMNS-1157 - Polishing. Mark Paluch 2017-09-13 09:47:43 +02:00
  • fcf97e1e71 DATACMNS-1157 - Enforce nullable/non-null API constraints on repository query methods. Mark Paluch 2017-09-12 10:14:56 +02:00
  • 6b68a5dde1 DATACMNS-1166 - Upgrade to Vavr 0.9.1. Oliver Gierke 2017-09-21 09:25:11 +02:00
  • 2c20377cfa DATACMNS-1166 - Upgrade to Vavr 0.9.1. Oliver Gierke 2017-09-21 09:25:11 +02:00
  • e7ae4a8bb8 DATACMNS-1165 - Added support for Streamable as repository return type. Oliver Gierke 2017-09-20 16:31:29 +02:00
  • 1a199847cd DATACMNS-1162 - Improved support for immutable aggregates. Oliver Gierke 2017-09-20 11:45:30 +02:00
  • c82344fdb3 DATACMNS-1163 - EventPublishingInterceptor now prefers arguments over return values for event publication. Oliver Gierke 2017-09-20 11:09:25 +02:00
  • 72b927ea2c DATACMNS-1163 - EventPublishingInterceptor now prefers arguments over return values for event publication. Oliver Gierke 2017-09-20 11:09:25 +02:00
  • a8cc4783bf DATACMNS-1159 - Upgrade to OpenWebBeans 2.0.1. Mark Paluch 2017-09-18 15:05:47 +02:00
  • b848d6bbf1 DATACMNS-1130 - Updated changelog. Oliver Gierke 2017-09-11 17:23:37 +02:00
  • 032d693fa1 DATACMNS-1130 - Updated changelog. Oliver Gierke 2017-09-11 17:23:37 +02:00
  • 687d7449be DATACMNS-1130 - After release cleanups. Oliver Gierke 2017-09-11 17:40:20 +02:00
  • 0966e3f476 DATACMNS-1130 - Prepare next development iteration. Oliver Gierke 2017-09-11 17:40:18 +02:00
  • 2d70e2843e DATACMNS-1130 - Release version 2.0 RC3 (Kay). Oliver Gierke 2017-09-11 17:24:44 +02:00
  • a56e88d095 DATACMNS-1130 - Prepare 2.0 RC3 (Kay). Oliver Gierke 2017-09-11 17:23:51 +02:00
  • 09208814da DATACMNS-1130 - Updated changelog. Oliver Gierke 2017-09-11 17:23:37 +02:00
  • 1925ba6c88 DATACMNS-1131 - Updated changelog. Mark Paluch 2017-09-11 11:44:12 +02:00
  • 4c66061b61 DATACMNS-1131 - Updated changelog. Mark Paluch 2017-09-11 11:44:12 +02:00
  • 4564108c62 DATACMNS-1131 - After release cleanups. Mark Paluch 2017-09-11 12:23:36 +02:00
  • c9377b719f DATACMNS-1131 - Prepare next development iteration. Mark Paluch 2017-09-11 12:23:35 +02:00
  • 39091974d4 DATACMNS-1131 - Release version 1.13.7 (Ingalls SR7). Mark Paluch 2017-09-11 11:45:05 +02:00
  • 4899154bba DATACMNS-1131 - Prepare 1.13.7 (Ingalls SR7). Mark Paluch 2017-09-11 11:44:20 +02:00
  • 92c4fc5a76 DATACMNS-1131 - Updated changelog. Mark Paluch 2017-09-11 11:44:12 +02:00
  • 154db22ade DATACMNS-1011 - Rewrote chapter on repository projections. Oliver Gierke 2017-03-21 17:32:01 +01:00
  • cdc6201fce DATACMNS-1011 - Rewrote chapter on repository projections. Oliver Gierke 2017-03-21 17:32:01 +01:00
  • 42e3bbacc4 DATACMNS-1153 - Removed unreachable assertion in XmlRepositoryConfigurationSource. Johnny Lim 2017-08-02 20:44:30 +09:00
  • a8c7de0683 DATACMNS-1153 - Removed unreachable assertion in XmlRepositoryConfigurationSource. Johnny Lim 2017-08-02 20:44:30 +09:00
  • fb19d84c75 DATACMNS-1153 - Removed unreachable assertion in XmlRepositoryConfigurationSource. Johnny Lim 2017-08-02 20:44:30 +09:00
  • a2f8dc1676 DATACMNS-1152 - Setup of ProjectingJackson2HttpMessageConverter now tries to use unique ObjectMapper from ApplicationContext. Oliver Gierke 2017-09-06 18:48:50 +02:00
  • 2cfd6b8966 DATACMNS-1152 - Setup of ProjectingJackson2HttpMessageConverter now tries to use unique ObjectMapper from ApplicationContext. Oliver Gierke 2017-09-06 17:11:51 +02:00
  • e8fad19bc0 DATACMNS-1151 - Define generated PropertyAccessor classes with the entity protection domain. Mark Paluch 2017-09-05 08:50:35 +02:00
  • 4b323eca11 DATACMNS-1150 - Projection methods with SpEL expressions can now use method parameters. Oliver Gierke 2017-09-04 19:06:49 +02:00
  • c091d4db56 DATACMNS-1148 - Return primitive boolean in PartTree.isExistsProjection(…). Mark Paluch 2017-08-28 13:26:33 +02:00
  • 67f52d5d70 DATACMNS-1141 - Polishing. Mark Paluch 2017-08-28 13:15:36 +02:00
  • 0669632a61 DATACMNS-1141 - Add missing NonNullApi and Nullable annotations. Christoph Strobl 2017-08-22 13:31:16 +02:00
  • 1e134cbd33 DATACMNS-1141 - Fix line endings. Mark Paluch 2017-08-22 10:25:04 +02:00
  • 3a2b6b601b DATACMNS-1141 - Add missing NonNullApi and Nullable annotations. Mark Paluch 2017-08-22 10:24:23 +02:00
  • d657b17e74 DATACMNS-1147 - Do not consider @NoRepositoryBean interfaces as fragment interfaces. Mark Paluch 2017-08-28 11:35:10 +02:00
  • 22b6971318 DATACMNS-1126 - Polishing. Oliver Gierke 2017-08-25 13:03:07 +02:00