Commit Graph

391 Commits

Author SHA1 Message Date
Timo Westkämper
f6e73b7807 Move ConstructorExpression creation to Projections 2015-04-18 10:10:32 +03:00
Baris Cubukcuoglu
2fcc638910 Move ClassPathUtils to querydsl-codegen with required dependencies. Restore Reflection API dependency scope to test. Change package names in troubleshooting.xml. 2015-04-11 11:28:23 +02:00
John Tims
e1b5a8b867 Fix typo in Korean documentation
[skip ci]
2015-03-30 17:57:55 -04:00
Timo Westkämper
1ed736b468 Combine package contents 2015-03-26 19:22:22 +02:00
Timo Westkämper
fa07c83658 Changes to Expression instance creation 2015-03-26 19:19:59 +02:00
Timo Westkämper
bc9d10c404 Merge pull request #1270 from querydsl/move-root
Move querydsl-root to root directory
2015-03-24 11:24:44 +02:00
Timo Westkämper
98734b88bf Merge pull request #1271 from querydsl/documentation-enhancements
Documentation enhancements
2015-03-23 22:42:57 +02:00
John Tims
71316d3f40 Fix typos 2015-03-20 14:23:16 -04:00
Ruben Dijkstra
32ff54c2a1 Start each documentation chapter on a new page 2015-03-19 20:45:14 +01:00
Ruben Dijkstra
ae7f8cf32d Keep documentation code snippets together withing the page 2015-03-19 20:42:00 +01:00
John Tims
e2112080d1 Move querydsl-root to root directory 2015-03-18 19:33:39 -04:00
John Tims
90d6d9b3d8 Update references to postgres in docs 2015-03-05 15:52:15 -05:00
Ruben Dijkstra
4e998de244 Merge pull request #1184 from querydsl/i1183
Fix querydsl-docs dependencies
2015-02-12 21:33:01 +01:00
Ruben Dijkstra
34e447b4b3 Merge pull request #1171 from querydsl/i1165
Sync Maven and Ant plugin configuration
2015-02-12 17:35:53 +01:00
Timo Westkämper
5d48877cb1 Sync Maven and Ant plugin configuration 2015-02-11 22:50:48 +02:00
Timo Westkämper
8f66371bb4 Fix querydsl-docs dependencies 2015-02-07 21:50:21 +02:00
Timo Westkämper
575d7c2e5b Remove deprecated methods
Remove bridge methods
2015-01-30 19:42:34 +02:00
Timo Westkämper
3a882b72a9 Move packages from com.mysema.query to com.querydsl 2015-01-20 23:56:59 +02:00
Timo Westkämper
076820bfa4 Change groupId from com.mysema.querydsl to com.querydsl 2015-01-20 23:01:02 +02:00
Timo Westkämper
b84cac4ca9 Merge pull request #1109 from dharaburda/i1108
Allow arbitrary table types for export (codegen)
2015-01-12 10:31:16 +02:00
David Haraburda
f669353a40 Update AntMetaDataExporter, added documentation 2015-01-09 10:52:40 -06:00
Ruben Dijkstra
c8a3ce78df Reintegration merge with *Literals* suite fixup
Merge branch 'master' of github.com:querydsl/querydsl into db2-support

Conflicts:
	querydsl-root/pom.xml
	- test suite exclusions on CI platforms
2015-01-08 15:03:52 +01:00
Ruben Dijkstra
36488f9d61 Fix mention of DB2 in the documentation 2014-12-19 19:58:55 +01:00
Timo Westkämper
46eab63a35 Update docs 2014-12-19 20:09:14 +02:00
Timo Westkämper
550b5b8f1f Remove newline 2014-12-13 22:38:19 +02:00
Timo Westkämper
78eeeace49 Add PathBuilder example 2014-12-13 22:37:22 +02:00
Timo Westkämper
3a17a15773 Add QEmployee to code blocks 2014-12-13 22:29:37 +02:00
Timo Westkämper
0e4f325d92 Merge branch 'master' into i983 2014-12-13 22:27:07 +02:00
Timo Westkämper
05b9ecfa97 Merge pull request #1077 from querydsl/doc_readability
Doc readability
2014-12-10 15:17:32 +02:00
Timo Westkämper
448fef32e9 Bumo version 2014-11-30 22:33:39 +02:00
Timo Westkämper
b584670e05 Upgrade version 2014-11-19 19:22:08 +02:00
Timo Westkämper
9a8500ce42 Upgrade apt-maven-plugin version in docs 2014-11-15 21:32:10 +02:00
Timo Westkämper
d80cb18b7f Upgrade apt-maven-plugin version in docs 2014-11-15 21:06:34 +02:00
Timo Westkämper
95a752b77b Bump version 2014-10-31 19:50:38 +02:00
Ruben Dijkstra
a94afa0b6f Merge pull request #985 from querydsl/i975
Add pluggable validation for PathBuilder
2014-10-22 22:31:38 +02:00
Timo Westkämper
88fa8229d3 Improve docs 2014-10-12 19:47:44 +03:00
Ruben Dijkstra
9986b9f129 Normalize the braces style in the reference docs 2014-10-12 00:09:38 +02:00
Ruben Dijkstra
d475d27db2 Remove some extra whitespace 2014-10-11 23:54:34 +02:00
Ruben Dijkstra
bedb2b7a07 Normalize tabs to spaces 2014-10-11 23:53:41 +02:00
Ruben Dijkstra
c7cd25b32b Remove trailing whitespaces from the docs 2014-10-10 17:06:45 +02:00
Ruben Dijkstra
034dc423f9 Apply the hinting also in the Korean docs 2014-10-08 22:17:08 +02:00
Timo Westkämper
aa98f38c52 Add CTE docs 2014-10-08 21:29:26 +03:00
Ruben Dijkstra
e7c5ab1005 Aid end users more in the context of the code snippets
Copy-paste ready code should provide some context as to where the snippet
belongs, this hinting should prevent some problems.
2014-10-08 20:13:14 +02:00
Ruben Dijkstra
4bde1a9eef Edit docs 2014-10-05 21:54:52 +02:00
Timo Westkämper
2869174339 Add docs 2014-10-05 22:47:02 +03:00
Timo Westkämper
b5e1fb414d Extend authors list 2014-10-02 22:18:24 +03:00
Timo Westkämper
8057ecc3d8 Bump version 2014-09-30 23:01:15 +03:00
Timo Westkämper
c10ae50543 Bump version 2014-08-31 16:06:13 +03:00
Timo Westkämper
abeaed297d Bump version 2014-07-29 20:55:08 +03:00
Timo Westkämper
1c75030d6e Bump version 2014-06-29 14:35:45 +03:00