John Tims
aee2f56adb
Querydsl 4.3.2-SNAPSHOT
2020-03-26 16:12:09 -06:00
John Tims
d514fd024f
Querydsl 4.3.1
2020-03-26 12:54:48 -06:00
Jan-Willem Gmelig Meyling
99af1df8dc
Alternative overload is required to not introduce a new binary incompatibility issue whilst keeping the functionality introduced with #2523
2020-03-25 15:33:51 +02:00
John Tims
a8b2f49535
Bump version to 4.3.1-SNAPSHOT
2020-03-15 17:55:55 -06:00
John Tims
043a871638
Querydsl 4.3.0
2020-03-13 12:08:27 -06:00
Ido Salomon
63841e9016
Revert "Use HTTPS instead of HTTP to resolve dependencies"
...
This reverts commit 74a3fbbb73 .
2020-02-13 11:38:16 +02:00
Jonathan Leitschuh
74a3fbbb73
Use HTTPS instead of HTTP to resolve dependencies
...
This fixes a security vulnerability in this project where the `pom.xml`
files were configuring Maven to resolve dependencies over HTTP instead of
HTTPS.
Signed-off-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com>
2020-02-11 17:48:04 +02:00
lpandzic
a2c5cdf981
fixed checkstyle error in AbstractQuerydslProcessor
2020-01-30 07:43:23 +01:00
lpandzic
cbaf1cfede
flipped getClassName ternary operator
2020-01-29 07:36:23 +01:00
lpandzic
7d772cbab8
opened up apt API for extension
2020-01-27 15:08:08 +01:00
Jan-Willem Gmelig Meyling
9ce8af1561
Bind APT ProcessingEnvironment in APT module
2020-01-23 10:20:35 +02:00
Jan-Willem Gmelig Meyling
ca45aa6bef
Register APT extensions by service loader
2020-01-13 11:36:38 +02:00
John Tims
a221cd4d34
Querydsl 4.2.3-SNAPSHOT
2019-11-24 09:45:17 -07:00
John Tims
f2107a8242
Querydsl 4.2.2
2019-11-23 12:20:24 +02:00
Timo Westkämper
8321eeab36
Querydsl 4.2.1
2018-03-20 19:04:55 +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
f52c728f15
add tests for enabling note logging
2018-01-16 11:44:06 +01:00
Zoltán Reegn
d92743ec29
make NOTE diagnostic printing in APT optional
...
Since javac doesn't support hiding only NOTE diagnostic messages,
you have to hide them together with WARN. That's usually not what
you want however, since compiler WARN messages might point out
bugs in your code, so you would want to leave them on.
Solution is to not print NOTE by default and enable it with an
additional compiler arg with -A:
http://docs.oracle.com/javase/7/docs/technotes/tools/windows/javac.html#options
With this change that means you can pass -Aquerydsl.logInfo=true
will
enable NOTE messages, but by default they are not logged.
resolves #2032
2018-01-16 11:36:00 +01:00
Timo Westkämper
7afba09756
Merge pull request #2201 from querydsl/i2138
...
Fix missing scope for jda dependency in querydsl-apt
2018-01-12 20:31:57 +02:00
Timo Westkämper
d8480960b4
Merge pull request #2072 from querydsl/i2059
...
Add test for 2059
2018-01-12 20:27:52 +02:00
Neale Upstone
c261e079cd
Re-instate whitespace that broke checkstyle in build
2018-01-07 22:31:15 +00:00
Ruben Dijkstra
86b40837f7
Fix missing scope for jda dependency in querydsl-apt
2017-09-08 21:07:33 +02:00
Neale Upstone
3d9dc69c3b
Show property names list when QueryInit path fails
2017-08-06 22:19:08 +01:00
Ruben Dijkstra
13833657b7
Add test for 2059
2016-12-31 11:19:42 +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
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
6ebc98a18d
Improve init handling
...
Improve PathInits default resolving
2016-06-11 14:35:03 +03:00
Timo Westkämper
2154e8a432
Add PropertyHandling
2016-06-11 12:47:51 +03:00
Timo Westkämper
8e06e9ec7c
Exclude static and bridge methods
2016-06-05 19:57:28 +03:00
Timo Westkämper
47fcde0823
Improve exclusion handling
2016-06-05 19:57:28 +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
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
edfc9b0dc2
Don't swallow ClassNotFoundExceptions when configuring the NamingFunction
2016-05-10 21:20:33 +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
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
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
Timo Westkämper
245be9328c
Add test
2016-01-11 18:42:42 +02:00
Kirill Vlasov
d11d9d2c3b
Fixing squid:S2583 - Conditions should not unconditionally evaluate to "TRUE" or to "FALSE"
2015-12-31 11:51:43 +05: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