Commit Graph

  • 3817e3851a Support Common Table Expressions in HQL parser. Greg L. Turnquist 2023-05-26 13:34:22 -05:00
  • 2bf749865b Polishing. Mark Paluch 2023-05-26 10:23:51 +02:00
  • 79f343f1cf Migrate to org.codehaus.mojo:aspectj-maven-plugin. Greg L. Turnquist 2023-05-23 15:14:27 -05:00
  • bec9809f95 Polishing. Mark Paluch 2023-05-26 10:23:51 +02:00
  • ccad51bde9 Migrate to org.codehaus.mojo:aspectj-maven-plugin. Greg L. Turnquist 2023-05-23 15:14:27 -05:00
  • 8e3c52c7d2 Polishing. Mark Paluch 2023-05-26 10:23:51 +02:00
  • 9ea3f27714 Migrate to org.codehaus.mojo:aspectj-maven-plugin. Greg L. Turnquist 2023-05-23 15:14:27 -05:00
  • d6f368dcfb Handle subqueries when used inside HQL INSERT statements. Greg L. Turnquist 2023-05-24 14:36:46 -05:00
  • e1fa886cb1 Handle subqueries when used inside HQL INSERT statements. Greg L. Turnquist 2023-05-24 14:36:46 -05:00
  • 6d56a2525c Support alternative NOT EQUALS operators in HQL. Greg L. Turnquist 2023-05-23 08:21:27 -05:00
  • 93e4025a4c Support alternative NOT EQUALS operators in HQL. Greg L. Turnquist 2023-05-23 08:21:27 -05:00
  • e973c275ed HQL queries without a primary alias don't need Sorted properties prefixed. Greg L. Turnquist 2023-05-23 07:40:04 -05:00
  • 235a6d3397 HQL queries without a primary alias don't need Sorted properties prefixed. Greg L. Turnquist 2023-05-23 07:40:04 -05:00
  • 1c7a19a054 ROUND doesn't need to be a reserved word. Greg L. Turnquist 2023-05-22 15:20:10 -05:00
  • da37737c22 Properly implement handling sort items. Greg L. Turnquist 2023-05-22 14:29:31 -05:00
  • 6d20cab356 ROUND doesn't need to be a reserved word. Greg L. Turnquist 2023-05-22 15:20:10 -05:00
  • 1ac50e43cb Properly implement handling sort items. Greg L. Turnquist 2023-05-22 14:29:31 -05:00
  • cb5141e4f1 Rewrite LIKE clauses with wildcards as CONCAT functions. Greg L. Turnquist 2023-05-09 15:48:07 -05:00
  • 4605cd2fc0 Rewrite LIKE clauses with wildcards as CONCAT functions. Greg L. Turnquist 2023-05-09 15:48:07 -05:00
  • 850aaac371 Remove deprecated constructors of JpaSort. Jens Schauder 2023-04-27 11:23:45 +02:00
  • cc901527cf Update Jenkins triggers after GA release. Mark Paluch 2023-05-12 14:42:45 +02:00
  • 2e6676e5e9 Update Jenkins triggers after GA release. Mark Paluch 2023-05-12 14:41:42 +02:00
  • b121c49d14 After release cleanups. Christoph Strobl 2023-05-12 14:19:11 +02:00
  • a692e844d6 Prepare next development iteration. Christoph Strobl 2023-05-12 14:19:09 +02:00
  • a5b764bfcc After release cleanups. Christoph Strobl 2023-05-12 14:18:53 +02:00
  • fa29178fc3 Prepare next development iteration. Christoph Strobl 2023-05-12 14:18:51 +02:00
  • 0ef008ad4f Release version 3.1 GA (2023.0.0). Christoph Strobl 2023-05-12 14:14:38 +02:00
  • 3145bc62e9 Prepare 3.1 GA (2023.0.0). Christoph Strobl 2023-05-12 14:14:05 +02:00
  • a52bfba782 After release cleanups. Christoph Strobl 2023-05-12 11:11:32 +02:00
  • aa81cd3f57 Prepare next development iteration. Christoph Strobl 2023-05-12 11:11:30 +02:00
  • 7b8bfaaf31 Release version 3.0.6 (2022.0.6). Christoph Strobl 2023-05-12 11:08:06 +02:00
  • d75e19325e Prepare 3.0.6 (2022.0.6). Christoph Strobl 2023-05-12 11:07:46 +02:00
  • 0f09803337 After release cleanups. Christoph Strobl 2023-05-12 10:21:25 +02:00
  • fe143f0372 Prepare next development iteration. Christoph Strobl 2023-05-12 10:21:23 +02:00
  • 7b897babc5 Release version 2.7.12 (2021.2.12). Christoph Strobl 2023-05-12 10:18:01 +02:00
  • 0dc3ffeda8 Prepare 2.7.12 (2021.2.12). Christoph Strobl 2023-05-12 10:17:41 +02:00
  • 4d9667f2c0 Adopt to changed Sort.Order constructor. Mark Paluch 2023-05-11 16:16:13 +02:00
  • 878db1d51e Rewrite LIKE clauses with wildcards as CONCAT functions. Greg L. Turnquist 2023-05-09 15:48:07 -05:00
  • d2fa85ad29 Document that JpaSpecificationExecutor.delete(…) uses CriteriaDelete and hence Cascades are not considered. Mark Paluch 2023-05-10 10:44:29 +02:00
  • b9bd0e70e0 Document that JpaSpecificationExecutor.delete(…) uses CriteriaDelete and hence Cascades are not considered. Mark Paluch 2023-05-10 10:44:29 +02:00
  • 43c5345e75 Create a Testcontainers image name resolver to support CI proxy usage. Greg L. Turnquist 2023-05-04 08:56:28 -05:00
  • b3cb1f7a53 Create a Testcontainers image name resolver to support CI proxy usage. Greg L. Turnquist 2023-05-04 08:56:28 -05:00
  • 3a1812ca6b Create a Testcontainers image name resolver to support CI proxy usage. Greg L. Turnquist 2023-05-04 08:56:28 -05:00
  • b007b120f0 Disable problematic test cases on newer JREs on CI. Greg L. Turnquist 2023-05-02 10:13:25 -05:00
  • ea8c911411 Fix tests broken by new Mockito version. Jens Schauder 2023-05-02 12:02:16 +02:00
  • 45dd2d9418 Polishing. Jens Schauder 2023-05-02 09:38:27 +02:00
  • 9dbd41e377 Drop TypedParameterValue handling for stored procedures. Greg L. Turnquist 2023-04-28 12:11:29 -05:00
  • 9c04966975 Introduce conditional testing for Hibernate. Greg L. Turnquist 2023-04-25 22:53:54 -05:00
  • 13bb22cdbc Avoid strong proxy checks in test case for identifier access. Oliver Drotbohm 2023-04-11 17:18:25 +02:00
  • 87bd57821b Adapt to ScrollPosition API changes in Spring Data Commons. Oliver Drotbohm 2023-04-26 17:14:55 +02:00
  • 1d3c8a224c Backport support for Hibernate 6.2. Fouad Almalki 2023-04-05 06:12:57 +03:00
  • 4d1c4adf6e Introduce conditional testing for Hibernate. Greg L. Turnquist 2023-04-25 22:53:54 -05:00
  • f91168d663 Drop hibernate-next profile. Greg L. Turnquist 2023-04-24 13:18:02 -05:00
  • f778a43f28 Drop hibernate-next profile. Greg L. Turnquist 2023-04-24 13:18:02 -05:00
  • 3f4dc40dcb Upgrade to Hibernate 6.1.7.Final. Greg L. Turnquist 2023-04-24 11:48:10 -05:00
  • 1bcdbc27e7 Pagination now supports sorting by property. Jens Schauder 2023-04-18 15:47:50 +02:00
  • 957629923a Pagination now supports sorting by property. Jens Schauder 2023-04-18 15:47:50 +02:00
  • 0348c680d1 Added missing null check for metadata. Jens Schauder 2023-04-18 10:25:14 +02:00
  • 393fa635bd Added missing null check for metadata. Jens Schauder 2023-04-18 10:25:14 +02:00
  • 9fae43d85b After release cleanups. Greg L. Turnquist 2023-04-14 12:00:01 -05:00
  • 699b18f307 Prepare next development iteration. Greg L. Turnquist 2023-04-14 11:59:55 -05:00
  • 01a0e5b156 Release version 3.1 RC1 (2023.0.0). Greg L. Turnquist 2023-04-14 11:53:58 -05:00
  • ff52cf341c Prepare 3.1 RC1 (2023.0.0). Greg L. Turnquist 2023-04-14 11:53:17 -05:00
  • 7ed12765dc Upgrade to Hibernate 6.2.1.Final. John Blum 2023-04-14 09:14:54 -07:00
  • ef662f2300 After release cleanups. Greg L. Turnquist 2023-04-14 10:25:03 -05:00
  • 9d6a7504b3 Prepare next development iteration. Greg L. Turnquist 2023-04-14 10:24:57 -05:00
  • 528cec8dc8 Release version 3.0.5 (2022.0.5). Greg L. Turnquist 2023-04-14 10:19:12 -05:00
  • a609429773 Prepare 3.0.5 (2022.0.5). Greg L. Turnquist 2023-04-14 10:18:28 -05:00
  • 879d66279d After release cleanups. Greg L. Turnquist 2023-04-14 09:26:02 -05:00
  • fc0c705b63 Prepare next development iteration. Greg L. Turnquist 2023-04-14 09:25:55 -05:00
  • 654a698574 Release version 2.7.11 (2021.2.11). Greg L. Turnquist 2023-04-14 09:19:53 -05:00
  • f7c767e5c8 Prepare 2.7.11 (2021.2.11). Greg L. Turnquist 2023-04-14 09:19:11 -05:00
  • 7729747163 Temporarily disable stored procedure tests for Postgres. Oliver Drotbohm 2023-04-12 11:33:26 +02:00
  • c370425721 Avoid strong proxy checks in test case for identifier access. Oliver Drotbohm 2023-04-11 17:18:25 +02:00
  • efd799c4de Upgrade to Hibernate 6.2. Fouad Almalki 2023-04-05 06:12:57 +03:00
  • 806e02b56b Adopt to changed Hibernate behavior returning domain types using tuple queries. Mark Paluch 2023-04-12 11:32:20 +02:00
  • 0c90ff3759 Adopt to changed Hibernate behavior returning domain types using tuple queries. Mark Paluch 2023-04-12 11:32:20 +02:00
  • 884a589e22 Test against Java 20 in CI. Greg L. Turnquist 2023-03-29 10:29:42 -05:00
  • efd572aca8 Test against Java 20 in CI. Greg L. Turnquist 2023-03-29 10:29:42 -05:00
  • 87de04e6c0 Remove superfluous plugin repository declaration. Mark Paluch 2023-04-06 17:04:47 +02:00
  • 5086764e61 Polish repository settings for build jobs. Greg L. Turnquist 2023-04-06 12:08:33 -05:00
  • a9e8537eef Remove superfluous plugin repository declaration. Mark Paluch 2023-04-06 17:04:47 +02:00
  • 5e9198e2b7 Remove superfluous plugin repository declaration. Mark Paluch 2023-04-06 17:04:47 +02:00
  • c734477915 Upgrade to Maven Wrapper 3.9.1. Mark Paluch 2023-04-06 16:18:23 +02:00
  • 2cd6334329 Upgrade to Maven Wrapper 3.9.1. Mark Paluch 2023-04-06 16:17:25 +02:00
  • 415c7b2222 Upgrade to Maven Wrapper 3.9.1. Mark Paluch 2023-04-06 16:16:24 +02:00
  • 39e12eae6d Introduce support for ordering by aliased columns. Greg L. Turnquist 2023-03-15 11:08:30 -05:00
  • 372109738b Polishing. Oliver Drotbohm 2023-04-05 14:55:47 +02:00
  • 9293c911e9 Fix naming of integration tests to make sure we can run the ones for Hibernate and Eclipselink independently. Oliver Drotbohm 2023-04-05 15:23:10 +02:00
  • f7bcdeac0b Adopt to upgraded dependencies. Mark Paluch 2023-02-14 10:28:35 +01:00
  • ac5b3951cb Polishing. Greg L. Turnquist 2023-03-29 10:25:21 -05:00
  • 1a381e5118 Polishing. Greg L. Turnquist 2023-03-29 10:25:21 -05:00
  • 30511fef09 Polishing. Jens Schauder 2023-03-29 13:46:22 +02:00
  • 1b5dabb11c Support for Keyset scrolling. Mark Paluch 2023-03-22 10:39:42 +01:00
  • e300bd89dd Drop FETCH from JOIN clauses when creating a count query in Hibernate. Greg L. Turnquist 2023-03-22 10:24:54 -05:00
  • 454a48cd94 Update CI properties. Greg L. Turnquist 2023-03-28 14:00:58 -05:00
  • 8121a5429d Update CI properties. Greg L. Turnquist 2023-03-28 13:58:10 -05:00
  • e76a94e838 Polishing. Mark Paluch 2023-03-28 09:51:12 +02:00
  • dc89da4d08 Support functions that have semicolons as arguments. Greg L. Turnquist 2023-03-27 14:01:46 -05:00
  • 29467ef1ad Polishing. Mark Paluch 2023-03-28 09:51:12 +02:00