Commit Graph

  • 44aca7d750 Upgrade to Maven Wrapper 3.8.5. Mark Paluch 2022-06-03 09:33:33 +02:00
  • ddc36dd723 Upgrade to Maven Wrapper 3.8.5. Mark Paluch 2022-06-03 09:32:46 +02:00
  • 00d1d254d1 Fine tune checks for JDBC and JPA style parameters. Greg L. Turnquist 2022-05-31 14:26:09 -05:00
  • 2bdd0f805c Fine tune checks for JDBC and JPA style parameters. Greg L. Turnquist 2022-05-31 14:26:09 -05:00
  • 782bcf325d Fine tune checks for JDBC and JPA style parameters. Greg L. Turnquist 2022-05-31 14:26:09 -05:00
  • 9d5f0fe550 Fixes broken link to 'Accessing JPA Data with REST' guide. Conor McGale 2022-05-26 03:35:23 +01:00
  • bd1dc05145 Fixes broken link to 'Accessing JPA Data with REST' guide. Conor McGale 2022-05-26 03:35:23 +01:00
  • f8d85b6f14 Fixes broken link to 'Accessing JPA Data with REST' guide. Conor McGale 2022-05-26 03:35:23 +01:00
  • bb91deaa36 Polishing. Jens Schauder 2022-05-24 15:07:43 +02:00
  • d31a03c845 Improve robustness of HibernateJpaParametersParameterAccessor. Cedomir Igaly 2022-05-23 11:19:42 +02:00
  • 4aeac55211 Polishing. Jens Schauder 2022-05-24 15:07:43 +02:00
  • 718f9201fc Improve robustness of HibernateJpaParametersParameterAccessor. Cedomir Igaly 2022-05-23 11:19:42 +02:00
  • 0aa6d7d6e7 Apply query hints to count queries for page-based Specification. Greg L. Turnquist 2022-05-10 10:34:10 -05:00
  • 724538999a Make getPredicate return null when there are no predicates. Greg L. Turnquist 2022-04-12 16:13:51 -05:00
  • b2f891f53c Fix order by clauses for functions with positional and named arguments. Greg L. Turnquist 2022-05-19 17:04:30 -05:00
  • 0cef764dbe Fix order by clauses for functions with positional and named arguments. Greg L. Turnquist 2022-05-19 17:04:30 -05:00
  • f5ddb7aa32 Fix order by clauses for functions with positional and named arguments. Greg L. Turnquist 2022-05-19 17:04:30 -05:00
  • a85284880b Better parse 'order by' clauses to handle subqueries. Greg L. Turnquist 2022-05-19 14:37:20 -05:00
  • 6fd829c3ca Better parse 'order by' clauses to handle subqueries. Greg L. Turnquist 2022-05-19 14:37:20 -05:00
  • e3439f3440 Better parse 'order by' clauses to handle subqueries. Greg L. Turnquist 2022-05-19 14:37:20 -05:00
  • 2b6715a6e4 Polishing. Greg L. Turnquist 2022-05-18 17:47:54 -05:00
  • 9fc36ef82a Check for page offsets exceeding Integer.MAX_VALUE. Greg L. Turnquist 2022-05-16 10:48:59 -05:00
  • 2d3633e2fa JpaQueryLookupStrategy shouldn't use exceptions for flow control. Greg L. Turnquist 2022-05-18 09:01:07 -05:00
  • dc37395ff9 JpaQueryLookupStrategy shouldn't use exceptions for flow control. Greg L. Turnquist 2022-05-18 09:01:07 -05:00
  • 77ffd73d3b JpaQueryLookupStrategy shouldn't use exceptions for flow control. Greg L. Turnquist 2022-05-18 09:01:07 -05:00
  • 6be9b1460e JpaQueryLookupStrategy shouldn't use exceptions for flow control. Greg L. Turnquist 2022-05-18 09:01:07 -05:00
  • 13ae7e586a Fix potential NullPointerException in ParameterMetadataProvider. Oliver Drotbohm 2022-05-17 17:42:01 +02:00
  • 6127d376e9 Remove Docker Registry login. John Blum 2022-05-16 11:49:25 -07:00
  • cf2204c797 Remove Docker Registry login. John Blum 2022-05-16 11:35:36 -07:00
  • 15b2505073 Remove Docker Registry login. John Blum 2022-05-16 11:35:36 -07:00
  • 76412cce9c Remove Docker Registry login. John Blum 2022-05-16 11:35:36 -07:00
  • fed7bf8036 Fix pom.xml formatting. Christoph Strobl 2022-05-13 12:54:00 +02:00
  • 665a905e5d After release cleanups. Christoph Strobl 2022-05-13 10:53:25 +02:00
  • 95201377d1 Prepare next development iteration. Christoph Strobl 2022-05-13 10:53:23 +02:00
  • 5b4a4d9490 Release version 3.0 M4 (2022.0.0). Christoph Strobl 2022-05-13 10:43:58 +02:00
  • 688bf63b86 Prepare 3.0 M4 (2022.0.0). Christoph Strobl 2022-05-13 10:43:19 +02:00
  • 8569a86ef9 After release cleanups. Christoph Strobl 2022-05-13 10:15:12 +02:00
  • 6e6302b436 Prepare next development iteration. Christoph Strobl 2022-05-13 10:15:09 +02:00
  • 71645101e0 Release version 2.7 GA (2021.2.0). Christoph Strobl 2022-05-13 10:05:05 +02:00
  • 27d4f5d5b8 Prepare 2.7 GA (2021.2.0). Christoph Strobl 2022-05-13 10:04:18 +02:00
  • a2262a7718 Verify custom finders can handle PageRequest as method parameter. Greg L. Turnquist 2022-05-12 11:47:34 -05:00
  • 187ced3db0 Verify custom finders can handle PageRequest as method parameter. Greg L. Turnquist 2022-05-12 11:47:34 -05:00
  • 481d1b0a0d Verify custom finders can handle PageRequest as method parameter. Greg L. Turnquist 2022-05-12 14:38:18 -05:00
  • 6264db6d0e Fix debug logging in MergingPersistenceUnitManager. evgeny.bovykin 2022-05-10 13:43:54 +02:00
  • 307e8fce11 Fix debug logging in MergingPersistenceUnitManager. evgeny.bovykin 2022-05-10 13:43:54 +02:00
  • 0896c231a3 Fix debug logging in MergingPersistenceUnitManager. evgeny.bovykin 2022-05-10 13:43:54 +02:00
  • 7cb16de9e1 Fix debug logging in MergingPersistenceUnitManager. evgeny.bovykin 2022-05-10 13:43:54 +02:00
  • 8ea70c1e42 Remove duplicate 'distinct' applied in count operations. Greg L. Turnquist 2022-05-09 09:03:52 -05:00
  • c0cadfa400 Introduce delete(Specification) on JpaSpecificationExecutor. Greg L. Turnquist 2022-05-05 16:20:51 -05:00
  • 9049594908 Bump h2 from 1.4.200 to 2.1.212 in /spring-data-envers. Greg L. Turnquist 2022-05-05 11:57:15 -05:00
  • 6128cfdc2c Polishing. Greg L. Turnquist 2022-05-05 10:31:49 -05:00
  • 2e5ed1d0ec Provide Specification allOf and anyOf operators to help compose Specifications.. Daniel Shuy 2019-12-28 23:19:44 +08:00
  • 1d8ecc3ee3 Fix case where the from clause is misidentified. Darin Manica 2022-05-05 06:22:39 -06:00
  • cd27f03915 Fix case where the from clause is misidentified. Darin Manica 2022-05-05 06:22:39 -06:00
  • e54939158d Fix case where the from clause is misidentified. Darin Manica 2022-05-05 06:22:39 -06:00
  • 624c6c681f Fix case where the from clause is misidentified. Darin Manica 2022-05-05 06:22:39 -06:00
  • 4482f3a0e2 Update Maven project meta information. Bajohr, Rayk 2022-04-25 14:56:56 +02:00
  • 28a22830bd Update Maven project meta information. Bajohr, Rayk 2022-04-25 14:56:56 +02:00
  • 0549fcca1c Update Maven project meta information. Bajohr, Rayk 2022-04-25 14:56:56 +02:00
  • afcfe85cb7 Update Maven project meta information. Bajohr, Rayk 2022-04-25 14:56:56 +02:00
  • e0446b9a97 Polishing. Greg L. Turnquist 2022-05-04 11:31:16 -05:00
  • 7c90bf74bf Correctly handle order by aliases. Darin Manica 2022-05-01 06:51:38 -06:00
  • c1a07d5acd Polishing. Greg L. Turnquist 2022-05-04 11:31:16 -05:00
  • 44406b0ffc Correctly handle order by aliases. Darin Manica 2022-05-01 06:51:38 -06:00
  • 017545bcf2 Polishing. Greg L. Turnquist 2022-05-04 11:31:16 -05:00
  • 304ecc8d6a Correctly handle order by aliases. Darin Manica 2022-05-01 06:51:38 -06:00
  • 7bcc8042c1 Polishing. Greg L. Turnquist 2022-05-04 11:31:16 -05:00
  • 5103be3f28 Correctly handle order by aliases. Darin Manica 2022-05-01 06:51:38 -06:00
  • 7d61ab2b18 Polishing. Greg L. Turnquist 2022-05-04 10:31:48 -05:00
  • 038ac997fc Fixes * bug in createCountQueryFor. Diego Krupitza 2022-04-28 15:57:40 +02:00
  • e5d0841ab3 Polishing. Greg L. Turnquist 2022-05-04 10:31:48 -05:00
  • a69aa22568 Fixes * bug in createCountQueryFor. Diego Krupitza 2022-04-28 15:57:40 +02:00
  • e81c54ba38 Polishing. Greg L. Turnquist 2022-05-04 10:31:48 -05:00
  • a5cf01bdab Fixes * bug in createCountQueryFor. Diego Krupitza 2022-04-28 15:57:40 +02:00
  • 1f2e4a179a Polishing. Greg L. Turnquist 2022-05-04 10:31:48 -05:00
  • e4e153d273 Fixes * bug in createCountQueryFor. Diego Krupitza 2022-04-28 15:57:40 +02:00
  • 3f40705eeb Update reference docs with QueryRewriter details. Greg L. Turnquist 2022-05-02 11:51:03 -05:00
  • 6c94e0e452 Polishing. Mark Paluch 2022-04-29 13:39:29 +02:00
  • 264472ba0f Introduce QueryRewriter. Greg L. Turnquist 2022-03-22 09:56:05 -05:00
  • 7106f8f520 After release cleanups. Christoph Strobl 2022-04-19 13:59:25 +02:00
  • b714b4c29a Prepare next development iteration. Christoph Strobl 2022-04-19 13:59:22 +02:00
  • 752f864811 Release version 2.5.11 (2021.0.11). Christoph Strobl 2022-04-19 13:48:17 +02:00
  • bf0b8c7e39 Prepare 2.5.11 (2021.0.11). Christoph Strobl 2022-04-19 13:47:41 +02:00
  • 32bc2a5a60 After release cleanups. Christoph Strobl 2022-04-19 12:13:23 +02:00
  • e2d5c6ef5d Prepare next development iteration. Christoph Strobl 2022-04-19 12:13:20 +02:00
  • 4c9d4a606e Release version 2.6.4 (2021.1.4). Christoph Strobl 2022-04-19 12:03:13 +02:00
  • 89d01aae49 Prepare 2.6.4 (2021.1.4). Christoph Strobl 2022-04-19 12:02:43 +02:00
  • 7fe72db9dd After release cleanups. Christoph Strobl 2022-04-19 11:21:17 +02:00
  • f8fc87c9b7 Prepare next development iteration. Christoph Strobl 2022-04-19 11:21:14 +02:00
  • aebc9f087f Release version 2.7 RC1 (2021.2.0). Christoph Strobl 2022-04-19 11:10:52 +02:00
  • e8933a2901 Prepare 2.7 RC1 (2021.2.0). Christoph Strobl 2022-04-19 11:10:13 +02:00
  • 5d017e6706 Fix grammar mistake in reference documentation. Greg L. Turnquist 2022-04-14 09:17:51 -05:00
  • 9fa4cab5dc Fix grammar mistake in reference documentation. Greg L. Turnquist 2022-04-14 09:17:51 -05:00
  • a0c8a01de1 Fix grammar mistake in reference documentation. Greg L. Turnquist 2022-04-14 09:17:51 -05:00
  • a70fff4515 Fix grammar mistake in reference documentation. Greg L. Turnquist 2022-04-14 09:17:51 -05:00
  • aea1260072 Allow count queries to start with whitespace. Greg L. Turnquist 2022-04-14 09:03:12 -05:00
  • b90495e0e5 Allow count queries to start with whitespace. Greg L. Turnquist 2022-04-14 09:03:12 -05:00
  • 93ad49e9c9 Allow count queries to start with whitespace. Greg L. Turnquist 2022-04-14 09:03:12 -05:00
  • 94e84cc8c4 Allow count queries to start with whitespace. Greg L. Turnquist 2022-04-14 09:03:12 -05:00
  • 144ad721bf Polishing. Greg L. Turnquist 2022-04-13 12:01:33 -05:00