Commit Graph

455 Commits

Author SHA1 Message Date
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
Timo Westkämper
964d6ce769 Querydsl 4.2.0 2018-03-13 18:54:25 +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
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
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
Christian Strempfer
9b11ae9842 enable Morphia converters 2016-10-10 16:12:42 +02: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
Ruben Dijkstra
f5a9a8ce0b Update examples in readme to Querydsl 4 syntax 2016-05-30 20:54:23 +02: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
Timo Westkämper
a9d96c7ee1 Exposed query as DBObject 2016-04-17 19:21:14 +03: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
f28034a358 Make asDBKey and asDBValue protected 2016-03-31 18:48:16 +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
ca98f18b4f Improve String id handling 2016-02-20 22:05:48 +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
Ruben Dijkstra
e6f2410a54 Normalize line endings to lf 2015-12-13 22:55:32 +01:00
Timo Westkämper
874e2d70d5 Bump version 2015-11-30 23:59:59 +02:00
Timo Westkämper
690d92b78a Querydsl 4.0.7 2015-11-30 23:15:29 +02:00
Timo Westkämper
2c195ffa62 Get rid of capitalized test method names 2015-11-30 20:05:56 +02:00
Timo Westkämper
82faa25de2 Bump version 2015-10-31 23:12:50 +02:00
Timo Westkämper
2c4b718d91 Bump version 2015-10-31 22:11:17 +02:00
Ruben Dijkstra
18fd0ad71d Remove compiler warnings
SuppressWarnings moved to smaller scope
Generic array creations avoided
A lot of rawtypes warnings removed
Suppress more warnings in generated code - `all` is an Eclipse extension
2015-10-21 19:03:00 +02:00
Timo Westkämper
d6e7169b58 Bump version 2015-10-01 18:24:20 +03:00
Timo Westkämper
e270b84e75 Bump version 2015-09-30 23:43:18 +03:00
Timo Westkämper
36e05ab00a Improve delegate path handling 2015-09-23 21:39:59 +03:00
John Tims
76de87b441 Merge pull request #1534 from querydsl/i1528
Improve Mongodb reference handling
2015-09-12 19:47:25 -04:00
Timo Westkämper
3d09b9581b Improve Mongodb reference handling 2015-09-12 22:44:46 +03:00
John Tims
e7c928236a Add database-specific test categories 2015-09-09 17:42:58 -04:00
Timo Westkämper
1b883e371e Bump version 2015-08-31 23:36:49 +03:00
Timo Westkämper
773a2bffd1 Querydsl 4.0.4 2015-08-31 22:44:45 +03:00
Timo Westkämper
21d428d227 Merge pull request #1492 from querydsl/remove_readmes
Remove unused READMEs
2015-08-31 21:58:13 +03:00
John Tims
b0c60d009d Suppress warnings on methods 2015-08-27 21:26:40 -04:00
John Tims
647cca6ecf Tidy up mongo readme 2015-08-21 21:31:36 -04:00
John Tims
08fe760462 Remove some unused READMEs 2015-08-21 21:14:20 -04:00
Timo Westkämper
32f5c66b70 Bump version 2015-08-02 00:17:25 +03:00
Timo Westkämper
f6e5f24475 Release 4.0.3 2015-08-01 23:22:01 +03:00
Ruben Dijkstra
7b979b1583 Merge pull request #1439 from querydsl/i1438
Add support for $nearSphere
2015-07-23 09:14:49 +02:00
Timo Westkämper
6be5615f69 Add integration test 2015-07-22 18:43:20 +03:00