Commit Graph

  • 422ee965d2 DATAJPA-714 - Included section on dependency management in reference documentation. Oliver Gierke 2015-05-04 14:48:37 +02:00
  • 6ffde89afc DATAJPA-714 - Included section on dependency management in reference documentation. Oliver Gierke 2015-05-04 14:48:37 +02:00
  • 4474ef7f04 DATAJPA-710 - Adapt to changes in Spring Data Commons. Oliver Gierke 2015-02-24 21:09:24 +01:00
  • 428a3c2fcb DATAJPA-702 - Added simplified JpaSort.and(…). Oliver Gierke 2015-04-11 13:49:10 +02:00
  • d3371e43dd DATAJPA-702 - Added simplified JpaSort.and(…). Oliver Gierke 2015-04-11 13:49:10 +02:00
  • f46cc8ac0b DATAJPA-702 - Added simplified JpaSort.and(…). Oliver Gierke 2015-04-11 13:49:10 +02:00
  • 12bf94d766 DATAJPA-692 - Update readme.md to mention latest release. Thomas Darimont 2015-04-02 19:23:42 +02:00
  • 6f4e7f3703 DATAJPA-698 - Upgraded to EclipseLink 2.5.2. Oliver Gierke 2015-04-01 13:10:07 +02:00
  • f89864b11a DATAJPA-698 - Upgraded to EclipseLink 2.5.2. Oliver Gierke 2015-04-01 13:10:07 +02:00
  • 1ac1856dcb DATAJPA-698 - Upgraded to EclipseLink 2.6.0. Oliver Gierke 2015-04-01 13:10:07 +02:00
  • 935387583c DATAJPA-695 - Fixed Javadoc in JSR-310 and ThreeTen Backport converters. Oliver Gierke 2015-03-27 15:40:51 +01:00
  • 348240f363 DATAJPA-692 - After release cleanups. Oliver Gierke 2015-03-23 13:51:09 +01:00
  • 9cb5ab652f DATAJPA-692 - Prepare next development iteration. Spring Buildmaster 2015-03-23 04:52:40 -07:00
  • 099bba9422 DATAJPA-695 - Fixed Javadoc in JSR-310 and ThreeTen Backport converters. Oliver Gierke 2015-03-27 15:40:51 +01:00
  • ca9245c3a5 DATAJPA-692 - After release cleanups. Oliver Gierke 2015-03-23 13:51:09 +01:00
  • 1f32e0971e DATAJPA-692 - Prepare next development iteration. Spring Buildmaster 2015-03-23 04:52:40 -07:00
  • dde7b03d4c DATAJPA-692 - Release version 1.8.0.RELEASE. Spring Buildmaster 2015-03-23 04:52:38 -07:00
  • e399714f50 DATAJPA-692 - Prepare 1.8.0.RELEASE (Fowler GA). Oliver Gierke 2015-03-23 12:04:15 +01:00
  • 8c456e750d DATAJPA-692 - Updated changelog. Oliver Gierke 2015-03-23 12:03:54 +01:00
  • 1bfe1a7c45 DATAJPA-692 - Polish reference docs before release. Oliver Gierke 2015-03-23 10:58:00 +01:00
  • d07aeae814 DATAJPA-689 - Allow @EntityGraph on CrudRepository.findOne(…). Thomas Darimont 2015-03-09 18:27:56 +01:00
  • febd41b10b DATAJPA-685 - Added configuration option to disable default transactions. Oliver Gierke 2015-03-10 19:23:14 +01:00
  • 8961b38e05 DATAJPA-686 - After release cleanups. Oliver Gierke 2015-03-05 19:35:00 +01:00
  • 4243dd2ca9 DATAJPA-686 - Prepare next development iteration. Spring Buildmaster 2015-03-05 07:49:40 -08:00
  • c93be3a2c4 DATAJPA-686 - Release version 1.8.0.RC1. Spring Buildmaster 2015-03-05 07:49:38 -08:00
  • 674f37192c DATAJPA-686 - Prepare 1.8.0.RC1 (Fowler RC1). Oliver Gierke 2015-03-05 15:54:45 +01:00
  • d5d6887c9b DATAJPA-686 - Updated changelog. Oliver Gierke 2015-03-05 15:54:20 +01:00
  • 827053fbad DATAJPA-677 - Polishing. Oliver Gierke 2015-03-03 21:19:54 +01:00
  • 5a3d920532 DATAJPA-677 - Add support for Java 8 Stream in repository finder methods. Thomas Darimont 2015-02-24 23:01:53 +01:00
  • f8696a2879 DATAJPA-681 - Adhoc stored procedures now automatically adapt output parameter binding based on input parameters. Oliver Gierke 2015-02-27 19:13:32 +01:00
  • 386c2a5ecd DATAJPA-681 - Adhoc stored procedures now automatically adapt output parameter binding based on input parameters. Oliver Gierke 2015-02-27 19:13:32 +01:00
  • d1b21f4239 DATACMNS-649 - Added test case to show implementation class' transaction configuration gets picked up for method overrides as fallback. Oliver Gierke 2015-02-24 12:06:06 +01:00
  • 7ed684b0ab DATAJPA-679 - Added QueryDslPredicateExecutor.findAll(Predicate, Sort). Thomas Darimont 2015-02-23 11:52:30 +01:00
  • d05d2233f0 DATAJPA-656 - Make sure SimpleJpaRepository.count(Specification) works with group clauses. Oliver Gierke 2015-02-10 18:54:44 +01:00
  • 9522885660 DATAJPA-656 - Make sure SimpleJpaRepository.count(Specification) works with group clauses. Oliver Gierke 2015-02-10 18:50:31 +01:00
  • 760fbe90b3 DATAJPA-672 - Enabled Spring 4.2 build profile for Travis builds. Oliver Gierke 2015-02-10 18:33:03 +01:00
  • 49f9df6602 DATAJPA-672 - Enabled Spring 4.2 build profile for Travis builds. Oliver Gierke 2015-02-10 18:33:03 +01:00
  • a5f20d23ce DATAJPA-652 - Added support for REF_CURSOR output parameters for stored procedures. Thomas Darimont 2015-01-16 10:01:31 +01:00
  • 81e69ab65a DATAJPA-661 - Updated changelog. Oliver Gierke 2015-01-28 11:23:22 +01:00
  • 78a727ace1 DATAJPA-664 - JpaPersistentProperty.getActualType() now considers special association type. Oliver Gierke 2015-01-27 22:33:54 +01:00
  • 851f1b24c3 DATAJPA-660 - Updated changelog. Oliver Gierke 2015-01-27 14:35:09 +01:00
  • c4ba27e1f9 DATAJPA-660 - After release cleanups. Oliver Gierke 2015-01-27 18:29:22 +01:00
  • 7d59885b3e DATAJPA-660 - Prepare next development iteration. Spring Buildmaster 2015-01-27 06:27:25 -08:00
  • 425ccc4ba6 DATAJPA-660 - Release verions 1.6.5.RELEASE (DijkstraSR5). Spring Buildmaster 2015-01-27 06:26:49 -08:00
  • 64583028e8 DATAJPA-660 - Prepare 1.6.5.RELEASE (Dijkstra SR5). Oliver Gierke 2015-01-27 14:35:29 +01:00
  • 3ed7b2fa8a DATAJPA-660 - Updated changelog. Oliver Gierke 2015-01-27 14:35:09 +01:00
  • dd0ce832de DATAJPA-665 - Polishing. Oliver Gierke 2015-01-26 11:49:11 +01:00
  • 2a05e5e1c9 DATAJPA-665 - Add QueryDslJpaRepository.exists(…) method wich accepts a Querydsl predicate. Thomas Darimont 2015-01-23 09:50:34 +01:00
  • 54fb490e5c DATAJPA-636 - Updated changelog. Oliver Gierke 2014-12-01 11:33:18 +01:00
  • f80aeda9f3 DATAJPA-621 - Updated changelog. Oliver Gierke 2014-10-30 11:57:34 +01:00
  • 82f1810891 DATAJPA-604 - Updated changelog. Oliver Gierke 2014-09-05 09:23:28 +02:00
  • e8436d5de7 DATAJPA-650, DATAJPA-655 - Moved attribute converters into distinct packages. Oliver Gierke 2015-01-08 09:37:03 +01:00
  • 2cf114b7a2 DATAJPA-655 - Polishing. Oliver Gierke 2015-01-05 18:18:56 +01:00
  • 3ca07ab63e DATAJPA-655 - Added AttributeConverters for ThreeTen backport library. Oliver Gierke 2015-01-04 20:04:49 +01:00
  • d7b928c452 DATAJPA-654 - Enable Spring 4.1 build profile for Travis. Oliver Gierke 2015-01-04 17:39:05 +01:00
  • 7f18bee1aa DATAJPA-654 - Enable Spring 4.1 build profile for Travis. Oliver Gierke 2015-01-04 17:39:05 +01:00
  • f7790b8d9b DATAJPA-653 - Workaround in tests for regression in Spring 4.1.3. Oliver Gierke 2015-01-04 17:19:08 +01:00
  • 1b03b6dcf3 DATAJPA-653 - Workaround in tests for regression in Spring 4.1.3. Oliver Gierke 2015-01-04 17:19:08 +01:00
  • 108c414244 DATAJPA-651 - Re-added querydsl-next profile to build matrix. Oliver Gierke 2014-12-30 15:46:32 +01:00
  • 703f5f812c DATAJPA-650 - Added JPA 2.1 attribute converters for JSR-310 types. Oliver Gierke 2014-12-30 17:15:23 +01:00
  • f38bb438f6 DATAJPA-641 - Adapt Travis configuration to run in new infrastructure. Josh Kalderimis 2014-12-09 10:00:20 +01:00
  • ab55bf926d DATAJPA-641 - Adapt Travis configuration to run in new infrastructure. Josh Kalderimis 2014-12-09 10:00:20 +01:00
  • 4f0a5a534e DATAJPA-639 - Removed Java 6 and 7 build profiles for Travis. Oliver Gierke 2014-12-01 20:30:01 +01:00
  • 088933232f DATAJPA-639 - Removed Java 6 and 7 build profiles for Travis. Oliver Gierke 2014-12-01 20:30:01 +01:00
  • 2164f646d0 DATAJPA-636 - After release cleanups. Oliver Gierke 2014-12-01 13:37:33 +01:00
  • 115e019105 DATAJPA-636 - Prepare next development iteration. Spring Buildmaster 2014-12-01 03:58:18 -08:00
  • f29b043292 DATAJPA-636 - Release version 1.8.0.M1. Spring Buildmaster 2014-12-01 03:58:14 -08:00
  • b5aae3b399 DATAJPA-636 - Prepare 1.8.0.M1 (Fowler M1). Oliver Gierke 2014-12-01 11:33:25 +01:00
  • 3f5ed436a6 DATAJPA-636 - Updated changelog. Oliver Gierke 2014-12-01 11:33:18 +01:00
  • 6d08654917 DATAJPA-638 - Improve bean definition registration for root configuration element. Oliver Gierke 2014-12-01 10:12:05 +01:00
  • f1cbbd2b73 DATAJPA-611 - Allow composite keys to be used in SimpleJpaRepository.findAll(Iterable<ID>). Thomas Darimont 2014-11-28 12:21:36 +01:00
  • 9b801c7b50 DATAJPA-611 - Allow composite keys to be used in SimpleJpaRepository.findAll(Iterable<ID>). Thomas Darimont 2014-11-28 12:21:36 +01:00
  • 8f818c74fb DATAJPA-621 - Updated changelog. Oliver Gierke 2014-10-30 11:57:34 +01:00
  • 6da9d60a76 DATAJPA-635 - Added implementation of QueryDslPredicateExecutor.findAll(OrderSpecifier<?>... orders). Oliver Gierke 2014-11-28 10:15:40 +01:00
  • caad3db37f DATAJPA-523 - Make Specifications implement Serializable. Thomas Darimont 2014-04-30 11:07:53 +02:00
  • 47b4d8a3c3 DATAJPA-523 - Make Specifications implement Serializable. Thomas Darimont 2014-04-30 11:07:53 +02:00
  • 3590075a46 DATAJPA-606 - Improve handling of empty arrays and collections in query parameters. Thomas Darimont 2014-11-14 16:18:24 +01:00
  • 36a6f958f2 DATAJPA-629 - Allow SpEL template expressions in combination with parameter expressions in @Query. Thomas Darimont 2014-11-14 12:44:05 +01:00
  • e7f0f190d1 DATAJPA-634 - Switched to HTTPS for repository declarations. Oliver Gierke 2014-11-27 17:59:25 +01:00
  • fa5a7ace50 DATAJPA-634 - Switched to HTTPS for repository declarations. Oliver Gierke 2014-11-27 17:59:25 +01:00
  • 50deeeb9f0 DATAJPA-632 - Fix SimpleJpaQueryUnit test after cleanups in Spring Data Commons. Oliver Gierke 2014-11-26 12:55:46 +01:00
  • f8d2b7e4ba DATAJPA-632 - Fix SimpleJpaQueryUnit test after cleanups in Spring Data Commons. Oliver Gierke 2014-11-26 12:55:46 +01:00
  • a3d1562df4 DATAJPA-631 - ResourceLoader improvements in ClasspathScanningPersistenceUnitPostProcessor. Oliver Gierke 2014-11-26 12:40:13 +01:00
  • aeab939ae2 DATAJPA-631 - ResourceLoader improvements in ClasspathScanningPersistenceUnitPostProcessor. Oliver Gierke 2014-11-26 12:40:13 +01:00
  • 50d2490c0f DATAJPA-628 - Polishing. Oliver Gierke 2014-11-24 18:12:20 +01:00
  • 0184c95a4b DATAJPA-628 - Use a shared SpelParser instead of recreating it. Thomas Darimont 2014-11-14 11:25:43 +01:00
  • 0b761a8921 DATAJPA-622 - Polishing. Oliver Gierke 2014-11-24 17:33:34 +01:00
  • 55382f58a2 DATAJPA-622 - AbstractPersistable.isNew() is now annotated with @Transient. Thomas Darimont 2014-11-12 18:27:49 +01:00
  • 5c906ce73c DATAJPA-622 - Polishing. Oliver Gierke 2014-11-24 17:33:34 +01:00
  • 8418263461 DATAJPA-622 - AbstractPersistable.isNew() is now annotated with @Transient. Thomas Darimont 2014-11-12 18:27:49 +01:00
  • cd6d7b6e5b DATAJPA-630 - Add IdentifierAccessor implementation that avoids proxy resolution for id lookups. Oliver Gierke 2014-11-24 13:32:44 +01:00
  • e10b031207 DATAJPA-627 - Typo in BeanDefinitionNames. Thomas Darimont 2014-11-13 14:24:41 +01:00
  • b09078f53b DATAJPA-627 - Typo in BeanDefinitionNames. Thomas Darimont 2014-11-13 14:24:41 +01:00
  • 571ba3d47e DATAJPA-624 - Polished fixes for SonarQube warnings. Oliver Gierke 2014-11-10 18:21:57 +01:00
  • adee3045a1 DATAJPA-624 - Fix SonarQube warnings as far as possible/reasonable. Thomas Darimont 2014-11-10 16:15:41 +01:00
  • e067f01fa4 DATAJPA-623 - Fixed package cycles accidentally introduced. Oliver Gierke 2014-11-10 15:50:54 +01:00
  • 1aac6809ea DATAJPA-605 - JpaPersistentProperty implementation now detects JPA's @Version annotation. Oliver Gierke 2014-11-10 14:37:36 +01:00
  • 78fa3e7038 DATAJPA-477 - Avoid query creation in PagedExecution if count query returns 0. Thomas Darimont 2014-11-10 14:14:03 +01:00
  • fb76c9d422 DATAJPA-477 - Avoid query creation in PagedExecution if count query returns 0. Thomas Darimont 2014-11-10 14:14:03 +01:00
  • 99a35c47ab DATAJPA-620 - Avoid potential infinite loop in CrudMethodMetadataPostProcessor. Thomas Darimont 2014-10-30 09:39:24 +01:00