Commit Graph

126 Commits

Author SHA1 Message Date
Jan-Willem Gmelig Meyling
5aaac6fd9f Fix build 2020-07-28 00:05:37 +02:00
John Tims
ea3efae5d5 Querydsl 4.4.0-SNAPSHOT 2020-06-03 06:45:31 -06:00
John Tims
b41ca3d63e
Run Firebird tests in CI 2020-05-31 09:52:36 -06:00
John Tims
8373d48624 Run tests against cubrid 2020-05-31 06:35:34 -06:00
John Tims
70afee9084 Remove additional testing for hibernate 5
Hibernate 5 is now the default.
2020-05-29 06:29:37 -06:00
John Tims
83c5a09459 Run tests against oracle 2020-05-28 12:19:13 -06:00
John Tims
47b488f1e8 Run tests against sqlserver 2020-05-27 15:27:51 -06:00
John Tims
dcab849c24 Use official db2 artifact 2020-05-19 17:48:07 -06:00
John Tims
fcf97eb87f Migrate from Travis CI to Github Actions 2020-05-07 17:00:29 -06:00
John Tims
aee2f56adb Querydsl 4.3.2-SNAPSHOT 2020-03-26 16:12:09 -06:00
John Tims
d514fd024f Querydsl 4.3.1 2020-03-26 12:54:48 -06:00
John Tims
a8b2f49535 Bump version to 4.3.1-SNAPSHOT 2020-03-15 17:55:55 -06:00
John Tims
043a871638 Querydsl 4.3.0 2020-03-13 12:08:27 -06: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
Ido Salomon
86c98d691d Bump up animal-sniffer and configure the signature to Java 8 2019-12-21 20:07:09 +02:00
John Tims
a221cd4d34 Querydsl 4.2.3-SNAPSHOT 2019-11-24 09:45:17 -07:00
John Tims
f2107a8242 Querydsl 4.2.2 2019-11-23 12:20:24 +02: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
Timo Westkämper
8321eeab36 Querydsl 4.2.1 2018-03-20 19:04:55 +02:00
Timo Westkämper
8e9bfeaea5 Fixes for release 2018-03-18 19:17:17 +02:00
Timo Westkämper
964d6ce769 Querydsl 4.2.0 2018-03-13 18:54:25 +02:00
Timo Westkämper
ad14e400ac
Merge pull request #2263 from querydsl/improvement/sql-backwards-compat
Improve backwards compatibility
2018-03-13 18:53:19 +02:00
Timo Westkämper
50ebf0d4f7 Add exclusions 2018-03-08 21:54:18 +02:00
Timo Westkämper
721af2b801
Revert "Querydsl 4.2.0" 2018-03-04 22:17:43 +02:00
Timo Westkämper
f732b3ed92 Querydsl 4.2.0 2018-03-04 21:57:19 +02:00
Timo Westkämper
17fd2c073c
Merge pull request #2093 from atlassian/i1839
Adds methods to SQLListenerContext to retrieve SQLBindings.
2018-01-12 20:28:34 +02:00
konglong
16232a382a Upgrade java mongodb driver from v2.10.0 to v3.5.0; 2017-08-29 10:16:20 +08:00
konglong
d5f402c398 upgrade mongo driver and morphia 2017-08-28 21:33:17 +08:00
grimly
2e07a56224 Added javax.inject into the dependency management 2017-02-17 10:43:08 +01:00
Kara Hatherly
3b876d14a7 Adds methods to SQLListenerContext to retrieve SQLBindings.
This was added as an alternative to just getting an SQL string. Internally,
SQLListenerContextImpl now only takes SQLBindings and the getSQL and
getSQLStatements methods delegate to SQLBindings#getSQL. This required
shuffling around AbstractSQLQuery and SQL*Clause to create bindings sooner to
pass through to addSQL even though we derive the same data later on inside
AbstractSQLClause#setParameters - I figured this was preferable to larger-scale
refactoring.

Fixes #1839
2017-02-09 10:05:05 +11:00
Timo Westkämper
35d549e2d9 Bump version 2016-09-05 22:35:47 +03:00
Timo Westkämper
36399e0e67 Querydsl 4.1.4 2016-09-05 20:30:16 +03:00
Timo Westkämper
9d00a069aa Unify dependency versions 2016-08-06 10:43:42 +03:00
Timo Westkämper
1a1b7f42d6 Bump version 2016-07-01 17:54:07 +03:00
Timo Westkämper
28f8f45524 Querydsl 4.1.3 2016-06-30 22:13:48 +03:00
Timo Westkämper
9786615550 Bump version 2016-05-31 23:04:02 +03:00
Timo Westkämper
9597480d20 Querydsl 4.1.2 2016-05-31 22:30:10 +03:00
Timo Westkämper
e6a463ff10 Bump version 2016-05-16 08:00:02 +03:00
Timo Westkämper
847a5c3d8b Querydsl 4.1.1 2016-05-15 23:48:03 +03:00
Ruben Dijkstra
0a45b56c1f Add matchers for the distinct_orderBy tests 2016-05-15 20:02:38 +03:00
Ruben Dijkstra
d849f1d375 Add a quickbuild maven profile
This skips all validation, useful for end users
2016-04-21 20:11:12 +02:00
Timo Westkämper
5cdb0e3112 Bump version 2016-04-01 21:48:25 +03:00
Timo Westkämper
678fd78f15 Bump version 2016-04-01 18:42:19 +03:00
Timo Westkämper
0cfeeb5595 Bump version 2016-02-29 22:48:44 +02:00
Timo Westkämper
b4947319c6 Bump version 2016-02-29 22:47:52 +02:00
Timo Westkämper
e47ad11acc Bump version 2016-01-31 22:52:57 +02:00
Timo Westkämper
2c7af54145 Bump version 2016-01-31 21:21:04 +02:00