Timo Westkämper
be572ff556
Move literal serialization to JPQLTemplates
...
Add more tests and test assertions
2015-07-28 21:44:29 +03:00
Ruben Dijkstra
7f6e64402d
Merge pull request #1453 from querydsl/date-patterns
...
Improve date/time templates
2015-07-27 21:24:05 +02:00
Ruben Dijkstra
4e283fbf4f
Merge pull request #1456 from querydsl/fix-typos
...
Fix typos
2015-07-26 12:04:18 +02:00
John Tims
10eb70ed42
Fix typos
2015-07-25 09:10:57 -04:00
Timo Westkämper
f84a2a6b8e
Add test exclusions
2015-07-24 21:32:35 +03:00
John Tims
4aed9ad93e
Merge pull request #1454 from karol86/patch-1
...
Correct typo in README.md
2015-07-24 10:15:56 -04:00
karol86
6b9224eb10
Correct typo in README.md
...
Closing </dependency> tag is incorrect (gt character missing):
...
<dependency>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-apt</artifactId>
<version>${querydsl.version}</version>
</dependency <- no gt char
...
2015-07-24 11:18:55 +02:00
Timo Westkämper
d03cd3c72d
Improve date/time templates
2015-07-23 20:53:32 +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
Timo Westkämper
2a2662fe1f
Add support for $nearSphere
2015-07-22 18:32:00 +03:00
Timo Westkämper
18de9fb240
Merge pull request #1444 from querydsl/example-enforcer
...
Skip the enforcer plugin in the examples
2015-07-22 16:33:13 +03:00
John Tims
770cf884f1
Merge pull request #1428 from jotak/mongodb_PR
...
Fix alias serialization for MongoDB
2015-07-21 08:03:49 -04:00
Ruben Dijkstra
8fd1d23ae9
Skip the enforcer plugin in the examples
2015-07-20 23:32:52 +02:00
Joel Takvorian
117f4e66c7
Fix issue #1427 , ignore parent in query when using delegate "as"
2015-07-06 10:21:41 +02:00
Joel Takvorian
a187caa58e
querydsl-mongodb: add failing unit tests to illustrate issue
...
New junits on polymorphic collection; "as" method not working as expected
2015-07-06 10:19:49 +02:00
Ruben Dijkstra
b2a68290b2
Merge pull request #1422 from querydsl/consolidate-examples
...
Consolidate examples
2015-07-05 10:28:29 +02:00
John Tims
77c89cf5f4
Use current querydsl version in examples
2015-07-02 19:44:22 -04:00
Timo Westkämper
d17b422212
Bump version
2015-06-30 23:27:38 +03:00
Timo Westkämper
91c217a569
Merge pull request #1423 from querydsl/release-4.0.2
...
Release 4.0.2
2015-06-30 23:26:22 +03:00
Timo Westkämper
d1923fd0db
Release 4.0.2
2015-06-30 22:11:22 +03:00
Ruben Dijkstra
f47157e476
Merge pull request #1412 from querydsl/assertions
...
Add more assertions
2015-06-30 11:12:18 +02:00
John Tims
5f7ddf6c86
Merge pull request #1415 from querydsl/i1414
...
Improve Union interface
2015-06-29 19:04:19 -04:00
Timo Westkämper
25235c6136
Improve Union interface
2015-06-29 19:29:03 +03:00
Ruben Dijkstra
79bdc9a524
Merge pull request #1420 from querydsl/query-results
...
Rename SearchResults to QueryResults in javadocs and test names
2015-06-29 10:07:04 +02:00
John Tims
fb20562310
Fix sample pom formatting
2015-06-28 22:21:33 -04:00
John Tims
b6a313bbf1
Clean up formatting for checkstyle
2015-06-28 22:14:44 -04:00
John Tims
655b9f65fc
Set parent in example modules
...
and remove some unnecessary configuration in the poms. Also, disable
checkstyle because it wants javadocs on all the public methods.
2015-06-28 22:14:23 -04:00
John Tims
966948aac4
Put examples in their own maven profile
2015-06-28 17:11:23 -04:00
John Tims
86060e6e71
Remove trailing spaces in examples
2015-06-28 17:04:50 -04:00
John Tims
3b10e45090
Update jpa guice example to querydsl 4
2015-06-28 17:04:33 -04:00
John Tims
0ac2e622ae
Update naming convention for examples
...
Examples should use the naming convention `Querydsl example - *`
2015-06-28 16:10:48 -04:00
John Tims
fdc8920fb8
Update sql guice example to use Querydsl 4
2015-06-28 15:49:29 -04:00
John Tims
2ac8af5ed0
Use baseUri to reference to sql scripts in examples
...
Using the basedir prevented the tests from running on windows because
the single backslashes were collapsed.
2015-06-28 14:22:52 -04:00
John Tims
9a7a8bf492
Update example artifacts to match folder names
2015-06-28 12:55:17 -04:00
John Tims
25e1a067d2
Add examples module to travis' maven profile
2015-06-28 12:48:52 -04:00
John Tims
0e4fdb1c54
Remove hibernate config from sql example
2015-06-28 11:26:18 -04:00
John Tims
268118e96d
Organize imports in examples
2015-06-28 11:03:53 -04:00
John Tims
7ca0851abc
Configure multi-module layout for examples
2015-06-28 08:17:41 -04:00
John Tims
d266fc37ba
Remove gitignore and travis configuration from examples
2015-06-28 07:37:14 -04:00
John Tims
b5469867e0
Consolidate examples
2015-06-28 07:34:33 -04:00
John Tims
735853a174
Polish javadocs in QueryResults
2015-06-26 20:52:43 -04:00
John Tims
c2365dabb4
Merge pull request #1421 from querydsl/lucene5-tabs
...
Replace tabs with spaces
2015-06-26 20:31:01 -04:00
Timo Westkämper
d9c7c82c7f
Fix checkstyle issues
2015-06-27 00:08:31 +03:00
Timo Westkämper
7bece645f5
Replace tabs with spaces
2015-06-26 23:48:20 +03:00
Timo Westkämper
d2934ca59d
Merge pull request #1385 from Fneuch/lucene5
...
Lucene5 implementation for querydsl
2015-06-26 23:17:16 +03:00
Timo Westkämper
d5261c3319
Rename SearchResults to QueryResults in javadocs and test names
2015-06-26 21:37:14 +03:00
Timo Westkämper
2a6e23d573
Reduce System.out usage
2015-06-26 21:12:09 +03:00
Timo Westkämper
ca78d65733
Add more codegen assertions
2015-06-26 20:46:52 +03:00
Timo Westkämper
0084ab5365
Add more assertions
2015-06-23 21:42:59 +03:00