Commit Graph

7143 Commits

Author SHA1 Message Date
Darren Foong
f0a751caad Change scope of jakarta.persistence-api in querydsl-hibernate-search from compile to provided 2020-05-22 01:09:27 +08:00
Darren Foong
e487bd278e Replace hibernate-jpa-2.0-api to jakarta.persistence-api 2020-04-02 14:17:02 +08:00
Darren Foong
2c0b640f45 Change scope of hibernate-jpa-2.0-api to compile 2020-04-02 00:42:30 +08:00
John Tims
aee2f56adb Querydsl 4.3.2-SNAPSHOT 2020-03-26 16:12:09 -06:00
John Tims
c3fe62469c
Merge pull request #2549 from querydsl/querydsl-4.3.1
Querydsl 4.3.1
2020-03-26 13:21:19 -06:00
John Tims
d514fd024f Querydsl 4.3.1 2020-03-26 12:54:48 -06:00
Jan-Willem Gmelig Meyling
99af1df8dc Alternative overload is required to not introduce a new binary incompatibility issue whilst keeping the functionality introduced with #2523 2020-03-25 15:33:51 +02:00
Balázs Zsoldos
f095bf0863
[SQL] Apply column name override in executeWithKey call (#2280)
* fix(SQL): Apply column name override in executeWithKey call
2020-03-23 09:56:34 +02:00
John Tims
482dcad1e9
Merge pull request #2541 from querydsl/querydsl-4.3.1-snapshot
Bump version to 4.3.1-SNAPSHOT
2020-03-15 20:43:37 -06:00
John Tims
a8b2f49535 Bump version to 4.3.1-SNAPSHOT 2020-03-15 17:55:55 -06:00
heesuk-ahn
3dfc9dd7b8
refactor: added HibernateHandlerTest code and refactoring HibernateHandler (#2264) (#2537)
refac: refactor `HibernateHandler` and add `HibernateHandlerTest`
2020-03-15 18:16:45 +02:00
John Tims
df461b53b6
Merge pull request #2540 from querydsl/querydsl-4.3.0
Querydsl 4.3.0
2020-03-13 12:27:53 -06:00
John Tims
043a871638 Querydsl 4.3.0 2020-03-13 12:08:27 -06:00
Ido Salomon
c1dc00ca66 Revert "issue-2303: Consider optimising AbstractSQL::newInstance (becomes a bottleneck for small queries)"
This reverts commit 1b2af5510d.
2020-03-02 23:28:19 +02:00
Rajesh Balamohan
1b2af5510d issue-2303: Consider optimising AbstractSQL::newInstance (becomes a bottleneck for small queries) 2020-03-02 18:42:27 +02:00
Ido Salomon
6ed90d6779
fix: coveralls badge 2020-02-29 18:23:01 +02:00
Pavel Polívka
383236b3c9
Hibernate 5 3 fix proper solution (#2354)
* Fix: Hibernate compatibility issues (up to at least 5.4)
2020-02-29 17:31:53 +02:00
Ido Salomon
63841e9016 Revert "Use HTTPS instead of HTTP to resolve dependencies"
This reverts commit 74a3fbbb73.
2020-02-13 11:38:16 +02:00
Jonathan Leitschuh
74a3fbbb73 Use HTTPS instead of HTTP to resolve dependencies
This fixes a security vulnerability in this project where the `pom.xml`
files were configuring Maven to resolve dependencies over HTTP instead of
HTTPS.

Signed-off-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com>
2020-02-11 17:48:04 +02:00
Robert Bain
edb2bb11e1 Merge pull request #2523 from lpandzic/AbstractQuerydslProcessor-extension
opened up apt API for extension
2020-02-09 21:23:42 +00:00
Danilo
c90bd88b54 Support Character.class in EnumConversion 2020-02-08 17:24:38 +02:00
lpandzic
a2c5cdf981 fixed checkstyle error in AbstractQuerydslProcessor 2020-01-30 07:43:23 +01:00
lpandzic
cbaf1cfede flipped getClassName ternary operator 2020-01-29 07:36:23 +01:00
lpandzic
7d772cbab8 opened up apt API for extension 2020-01-27 15:08:08 +01:00
Jan-Willem Gmelig Meyling
9ce8af1561 Bind APT ProcessingEnvironment in APT module 2020-01-23 10:20:35 +02:00
Jan-Willem Gmelig Meyling
231b0b1ffa Allow extension of AbstractQuery#createQuery
Subclasses of `AbstractQuery` may override `createQuery()`, but not `createQuery(QueryModifiers, boolean)`. This leads to issues when subclasses want to adjust the rendering method. While overriding `createQuery` covers most use cases, some specific methods use `createQuery(QueryModifiers, boolean)` instead.  As a result, one has to override `fetchCount`, `fetchResults`, `getResultList` , `fetchOne` and `getSingleResult` as well.

As a proof of concept, see how I've extended `AbstractQuery` for it to execute queries on top of [Blaze-Persistence](https://github.com/Blazebit/blaze-persistence) Criteria Builder API in: https://github.com/jwgmeligmeyling/blaze-persistence-querydsl
2020-01-22 11:36:59 +02:00
Jan-Willem Gmelig Meyling
ca45aa6bef Register APT extensions by service loader 2020-01-13 11:36:38 +02:00
Ido Salomon
86c98d691d Bump up animal-sniffer and configure the signature to Java 8 2019-12-21 20:07:09 +02:00
John Tims
b3f0b1a24b
Merge pull request #2494 from querydsl/automate-snapshot
Automate snapshot deployment
2019-11-24 11:34:50 -07:00
John Tims
2d2a42878a Automate snapshot deployment 2019-11-24 11:07:47 -07:00
John Tims
5a167bc914 [skip ci] Remove cloudbees from readme 2019-11-24 09:57:03 -07:00
John Tims
a221cd4d34 Querydsl 4.2.3-SNAPSHOT 2019-11-24 09:45:17 -07:00
John Tims
2456456239
Merge pull request #2493 from querydsl/verify
Clean up build
2019-11-24 07:30:06 -07:00
John Tims
34177e67f4 Run scala by itself 2019-11-23 11:58:03 -07:00
John Tims
6343e108c3 Install modules separately 2019-11-23 11:58:03 -07:00
John Tims
0e53f6d288 Run tests with verify 2019-11-23 11:58:03 -07:00
John Tims
ca4b8c9ea7 Remove mvnw 2019-11-23 11:58:03 -07:00
John Tims
f2107a8242 Querydsl 4.2.2 2019-11-23 12:20:24 +02:00
John Tims
5045261da1
Merge pull request #2490 from marcobehler/patch-1
Update intro.xml
2019-11-20 08:28:25 -07:00
Marco Behler
553602806b
Update intro.xml 2019-11-19 14:57:38 +01:00
John Tims
9c655094b7 Remove firebird in the tests 2019-11-16 13:51:25 +02:00
John Tims
47b3c3f04e Remove cubrid in tests 2019-11-16 13:51:25 +02:00
John Tims
4db29f3fa0 Use xenial 2019-11-16 13:51:25 +02:00
John Tims
f97d29ec7d Remove pullapprove 2019-11-16 13:51:25 +02:00
Ido Salomon
a5f82fe3d3 Update .travis.yml 2019-10-26 20:53:01 +03:00
Ruben Dijkstra
2bf234caf7
Merge pull request #2276 from querydsl/querydsl-4.2.1
Querydsl 4.2.1
2018-03-22 08:29:40 +01:00
Timo Westkämper
d054ea0f4a Fix travis config 2018-03-21 19:01:11 +02:00
Timo Westkämper
8321eeab36 Querydsl 4.2.1 2018-03-20 19:04:55 +02:00
Timo Westkämper
39fc342d59
Merge pull request #2273 from querydsl/querydsl-4.2.0-fixes
Fixes for release
2018-03-20 18:47:34 +02:00
Timo Westkämper
5f67540035 Add missing casts 2018-03-18 21:45:49 +02:00