Commit Graph

2357 Commits

Author SHA1 Message Date
Timo Westkämper
8e9bfeaea5 Fixes for release 2018-03-18 19:17:17 +02:00
Timo Westkämper
e709bf6334
Merge pull request #2269 from querydsl/querydsl-4.2.0
Querydsl 4.2.0
2018-03-17 19:03:36 +02:00
Ruben Dijkstra
62d0ad4d76
Merge pull request #2241 from reegnz/fix-throws-javadoc
Explicitly declare NonUniqueResultException for fetchOne
2018-03-14 13:50:41 +01:00
Timo Westkämper
964d6ce769 Querydsl 4.2.0 2018-03-13 18:54:25 +02:00
Ruben Dijkstra
dde4771aab Fix inverted equals expression in ne() 2018-03-09 14:27:39 +01:00
Zoltán Reegn
3a74aaeabc Explicitly declare NonUniqueResultException for fetchOne
Fetchable.fetchOne() declares in it's javadoc that it throws
NonUniqueResultException. It should therefore be explicitly declared in
the method signature as well.
All implementations must also declare in their signature that they throw.

This also has the desirable side-effect of the javadoc of all of the
implementors inheriting the @throws section from the javadoc of the
interface as well.

Fixes #2232
2018-01-16 14:03:05 +01: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
a5e39ffa98 Merge pull request #1970 from querydsl/i1958
Initialize ConstructorExpression eagerly
2016-07-22 23:59:45 +03:00
Timo Westkämper
ab6f3f366e Fix serialization 2016-07-22 21:16:08 +03:00
Ruben Dijkstra
2688cd7a9b Add serializability test for ConstructorExpression 2016-07-19 15:54:16 +02:00
Ruben Dijkstra
1833e64855 Add thread safety test for ConstructorExpression 2016-07-19 15:54:09 +02:00
Ruben Dijkstra
0d2a6e4eba Extract class for Thread Safety checks 2016-07-19 15:54:08 +02:00
Marvin Froeder
a2760a2c43 Fixed map grouping by, was generating an invalid jpql query 2016-07-18 13:23:51 +12:00
Timo Westkämper
64a05e7b1f Initialize ConstructorExpression eagerly 2016-07-16 09:56:35 +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
fc8b5da0fb Merge pull request #1935 from querydsl/i1933
Use default locale instead of ENGLISH
2016-06-30 21:59:27 +03:00
Timo Westkämper
d91b5d9159 Use default locale instead of ENGLISH 2016-06-30 21:22:32 +03:00
Timo Westkämper
f7dec5b73d Merge pull request #1930 from querydsl/i1929
Fix template handling
2016-06-30 19:43:25 +03:00
Timo Westkämper
0cff0fc799 Fix numeric type usage 2016-06-24 13:31:42 +03:00
Timo Westkämper
2a34ed63b3 Add test 2016-06-24 11:02:06 +03:00
Timo Westkämper
e6eba39ea2 Add set support 2016-06-20 00:41:14 +03:00
Ruben Dijkstra
2492722f90 Merge pull request #1918 from ruisalgado/issue#1908-improve-templates-public-api
Replace concrete ImmutableList with List interface in public api
2016-06-16 21:43:16 +02:00
Rui Salgado
754a9d1e7d Replace concrete ImmutableList with List interface in public api
Deprecates methods that take concrete ImmutableList.
Intention is to avoid mistakes with other list implementations
being dispatched to a different method overload, intended for varargs.
Resolves #1908
2016-06-12 20:59:04 +01:00
Timo Westkämper
6ebc98a18d Improve init handling
Improve PathInits default resolving
2016-06-11 14:35:03 +03:00
Timo Westkämper
9c4a4415db Merge pull request #1910 from querydsl/generic-exporter-method-handling
Make method handling compatible with APT logic
2016-06-11 14:30:32 +03:00
Ruben Dijkstra
1f921bcee5 Add missing notIn(Expression<? extends T>...) method 2016-06-09 08:38:49 +02:00
Timo Westkämper
c8f5d699c5 Make method handling compatible with APT logic 2016-06-05 19:57:20 +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
d4b229ba79 Add optional suffix 2016-05-28 21:45:20 +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
48ff64f649 Add test case for pathbuilder with validator 2016-05-10 10:31:05 +02:00
Robert Bain
c4a9362555 Make PathBuilder thread safe #1872 2016-05-09 21:31:10 +01: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
6bb7a28649 Improve SimpleExpression.in(...) signature 2016-03-13 22:21:10 +02: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
John Tims
d45beb761f Merge pull request #1782 from querydsl/i1781
When MathUtils.cast gets a null input, return null
2016-02-09 06:06:08 -07:00
Ruben Dijkstra
54ddc2fb2e When MathUtils.cast gets a null input, return null 2016-02-02 16:58:28 +01: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
ted.song
bfa9c0031b fix timezone issue on testing 2016-01-31 20:05:48 +09:00
Ruben Dijkstra
7b9e4f49ee Merge pull request #1771 from songsungkyun/in_clause
add in clause at FetchableSubQueryBase
2016-01-30 17:34:39 +01:00
John Tims
1604a8156b Merge pull request #1764 from querydsl/mathutilstest-master
Make MathUtilsTest more readable
2016-01-30 08:23:45 -07:00
ted.song
371e82aa9c BooleanExpression -> expression at comments 2016-01-30 23:31:50 +09:00
Ruben Dijkstra
3f3ddc9d98 Merge pull request #1739 from querydsl/i1736
Improve normalization
2016-01-30 12:54:59 +01:00