Robert Bain
|
627aeeecd8
|
Minor correction to SQLQueryFactory's Javadoc
|
2015-09-27 15:50:34 +01:00 |
|
Timo Westkämper
|
5789cae7d9
|
Merge pull request #1557 from querydsl/expected-failures
Add QHierarchyTest_A2 to the expected 'failures'
|
2015-09-17 19:15:12 +03:00 |
|
Ruben Dijkstra
|
1685051a13
|
Merge pull request #1546 from querydsl/i1543
Remove validation from toString()
|
2015-09-17 09:40:16 +02:00 |
|
Ruben Dijkstra
|
26615de548
|
Add QHierarchyTest_A2 to the expected 'failures'
Since the field and property accessor type are different,
the effective type isn't consistent so the build might fail
|
2015-09-15 21:04:25 +02:00 |
|
Timo Westkämper
|
ef563684da
|
Merge pull request #1550 from querydsl/safe-class-forname
Update unsafe class names test
|
2015-09-15 18:22:30 +03:00 |
|
Ruben Dijkstra
|
f4fd757751
|
Merge pull request #1549 from johnktims/coveralls-matrix
Integrate Coveralls and separately build Scala module on Travis
|
2015-09-15 09:25:58 +02:00 |
|
Ruben Dijkstra
|
705759b019
|
Update unsafe class names test
This allows classes to be loaded that begin with com.sun or com.apple
which are not in those packages.
|
2015-09-13 16:09:46 +02:00 |
|
Timo Westkämper
|
f5c36c2561
|
Merge pull request #1544 from querydsl/bump-versions-at-release
Use the versions plugin to bump all versions
|
2015-09-13 12:22:04 +03:00 |
|
John Tims
|
e82f72d1b6
|
Move argLine so that jacoco can append to it
|
2015-09-12 22:05:05 -04:00 |
|
John Tims
|
231bfb9bbf
|
Add coveralls.io badge
|
2015-09-12 22:05:05 -04:00 |
|
John Tims
|
0b5cee16a1
|
Use latest querydsl snapshot in examples
|
2015-09-12 22:05:05 -04:00 |
|
John Tims
|
abb162f68e
|
Add coveralls
|
2015-09-12 22:04:58 -04:00 |
|
John Tims
|
a257c43bfe
|
Build scala separately on Travis.
Travis CI often kills the build during the querydsl-scala tests
because it's out of memory (error code 137).
|
2015-09-12 22:03:14 -04:00 |
|
John Tims
|
76de87b441
|
Merge pull request #1534 from querydsl/i1528
Improve Mongodb reference handling
|
2015-09-12 19:47:25 -04:00 |
|
Ruben Dijkstra
|
951976ecdb
|
Merge pull request #1542 from attila-kiss-it/i1511
Support for forShare() in AbstractSQLQuery
|
2015-09-12 22:49:34 +02:00 |
|
Timo Westkämper
|
3d09b9581b
|
Improve Mongodb reference handling
|
2015-09-12 22:44:46 +03:00 |
|
Ruben Dijkstra
|
65bba7129e
|
Merge pull request #1516 from querydsl/i1132
Use querydsl-parent
|
2015-09-12 21:42:53 +02:00 |
|
Ruben Dijkstra
|
be333aea9e
|
Merge pull request #1532 from querydsl/i1531
Add beansTargetFolder option to MetaDataExporter
|
2015-09-12 21:27:15 +02:00 |
|
Ruben Dijkstra
|
0d5ad7b567
|
Merge pull request #1521 from querydsl/i1519
Extend SimpleExpression#in(...) signatures
|
2015-09-12 21:24:05 +02:00 |
|
Timo Westkämper
|
f66a91422e
|
Remove validation from toString()
|
2015-09-12 09:47:41 +03:00 |
|
John Tims
|
4607316457
|
Use the versions plugin to bump all versions
The person making the release will now be prompted for the new
version.
Example: Enter the new version to set 4.0.5.BUILD-SNAPSHOT: : 4.0.6
|
2015-09-11 18:11:22 -04:00 |
|
Ruben Dijkstra
|
47a5a3901c
|
Merge pull request #1541 from querydsl/remove-statement-test
Remove StatementTest
|
2015-09-11 11:51:06 +02:00 |
|
Ruben Dijkstra
|
8a630ca35b
|
Merge pull request #1538 from querydsl/improve-test-categories
Improve test categories
|
2015-09-10 19:33:05 +02:00 |
|
attila.kiss
|
20286410e1
|
comment added to explain the 'superfluous super call'
|
2015-09-10 10:18:07 +02:00 |
|
attila.kiss
|
dd7da60841
|
PostgreSQLQuery.forShare() preserved to be backward compatible
|
2015-09-10 09:32:08 +02:00 |
|
attila.kiss
|
163e8e20bc
|
code review fixes
- indent fixed
- access level changed to protected of setForShareSupported()
|
2015-09-10 09:25:15 +02:00 |
|
John Tims
|
6f7eb5c147
|
Use test groups to exclude databases in pom
|
2015-09-09 17:43:05 -04:00 |
|
John Tims
|
e7c928236a
|
Add database-specific test categories
|
2015-09-09 17:42:58 -04:00 |
|
attila.kiss
|
4a2f228160
|
Merge remote-tracking branch 'source/master' into i1511
|
2015-09-09 15:51:47 +02:00 |
|
attila.kiss
|
7555745ba9
|
#1511: forShare support added
|
2015-09-09 15:51:11 +02:00 |
|
John Tims
|
bc306c8a43
|
Remove StatementTest
|
2015-09-09 06:55:12 -04:00 |
|
Timo Westkämper
|
21f9f22250
|
Merge pull request #1533 from querydsl/update-build-instructions
Remove reference to querydsl-root
|
2015-09-07 18:21:54 +03:00 |
|
Ruben Dijkstra
|
054ddae1f4
|
Merge pull request #1526 from querydsl/i1524
Remove metadata reset usage
|
2015-09-06 22:01:14 +02:00 |
|
John Tims
|
16fa34af1d
|
Merge pull request #1535 from querydsl/javadoc-fix
Fix javadoc of setHandleMethods
|
2015-09-06 12:52:09 -04:00 |
|
John Tims
|
38260e572d
|
Merge pull request #1523 from querydsl/p1458
Default variable case customization
|
2015-09-06 09:56:56 -04:00 |
|
Ruben Dijkstra
|
261d1b733b
|
Fix javadoc of setHandleMethods
|
2015-09-06 15:23:29 +02:00 |
|
Marcello Romano
|
377f8261b1
|
Default variable name customization
|
2015-09-06 14:48:45 +02:00 |
|
John Tims
|
2ab04d713e
|
Remove reference to querydsl-root
The root pom is now in the root directory so developers no longer need to switch to ./querydsl-root/ to build the project.
|
2015-09-05 15:33:19 -04:00 |
|
Timo Westkämper
|
e7a36be014
|
Add beansTargetFolder option to MetaDataExporter
|
2015-09-05 22:10:30 +03:00 |
|
Ruben Dijkstra
|
46b34ff48e
|
Merge pull request #1514 from querydsl/readme-examples
Fix readme link to example projects
|
2015-09-05 17:12:22 +02:00 |
|
John Tims
|
c9fb42e18d
|
Merge pull request #1527 from izeye/patch-1
Fix typo
|
2015-09-04 07:35:37 -04:00 |
|
izeye
|
2b83b9563a
|
Fix typo
|
2015-09-04 14:23:11 +09:00 |
|
Timo Westkämper
|
9f20855f72
|
Remove metadata reset usage
|
2015-09-03 19:04:26 +03:00 |
|
Timo Westkämper
|
fbe3d5df55
|
Extend SimpleExpression#in(...) signatures
|
2015-09-02 21:44:47 +03:00 |
|
Timo Westkämper
|
ec67803657
|
Use querydsl-parent
|
2015-09-01 22:29:23 +03:00 |
|
John Tims
|
8848545818
|
Fix readme link to example projects
[ci skip]
|
2015-09-01 07:12:32 -04:00 |
|
Timo Westkämper
|
1b883e371e
|
Bump version
|
2015-08-31 23:36:49 +03:00 |
|
Timo Westkämper
|
a9bf032c4a
|
Merge pull request #1512 from querydsl/querydsl-4.0.4
Release 4.0.4
|
2015-08-31 23:20:17 +03:00 |
|
Timo Westkämper
|
773a2bffd1
|
Querydsl 4.0.4
|
2015-08-31 22:44:45 +03:00 |
|
John Tims
|
8abc79eb73
|
Merge pull request #1469 from querydsl/i1253
Extend CaseForEqBuilder signature
|
2015-08-31 15:30:22 -04:00 |
|