Commit Graph

7657 Commits

Author SHA1 Message Date
Daniel Shuy
0b2a028a1e Conditionally initialize Joda-Time converters only if Joda-Time is available 2020-12-29 13:18:15 +08:00
Daniel Shuy
799b6f1277 Add AbstractJodaTimeDateTimeType 2020-12-29 13:18:15 +08:00
Jan-Willem Gmelig Meyling
1bbf5be925
Merge pull request #2689 from mp911de/issue/mongodb-document-api
Add support for MongoDB Document API
2020-12-28 22:23:00 +01:00
Jan-Willem Gmelig Meyling
091569e394 Remove IgnoreJRERequirement annotations from JRE310 types 2020-12-28 18:58:51 +01:00
Jan-Willem Gmelig Meyling
110c3be7da Remove Guava as dependency 2020-12-28 18:22:29 +01:00
Jan-Willem Gmelig Meyling
1c7f72e901 Merge branch 'issue/2671' into java-8-2 2020-12-28 16:06:53 +01:00
Jan-Willem Gmelig Meyling
15da5c069f [#2697] Use ECJ compiler on JRE's without compiler for Alias.* 2020-12-28 15:35:42 +01:00
zieunx
9eeb13f329 Change 'Boolean.valueOf()' to 'Boolean.parseBoolean()'
- These variables are not used as 'Boolean' Object.
- Java provides Autoboxing and Unboxing, but this is an unnecessary process.
2020-12-28 15:35:25 +01:00
Kochkurov
15c2a9e496 [#2395] Close resources on exception in AbstractSQLQuery 2020-12-28 15:34:55 +01:00
Jan-Willem Gmelig Meyling
f20697e9a1 [#2671] Make Alias.* thread-safe 2020-12-28 15:16:43 +01:00
Jan-Willem Gmelig Meyling
563694102a Remove Guava usage in querydsl-scala 2020-12-28 14:48:29 +01:00
Jan-Willem Gmelig Meyling
d1d3f9dfe5 Subtree merge Mysema Codegen module 2020-12-28 13:38:41 +01:00
Jan-Willem Gmelig Meyling
276efe4d95 Bump ECJ so that sources can be compiled with Java 8 target 2020-12-28 11:24:13 +01:00
Jan-Willem Gmelig Meyling
67c27d29b6 Target Java 8 and removal of Guava as dependency 2020-12-28 11:24:00 +01:00
Jan-Willem Gmelig Meyling
98607341da Fix LuceneQuery toString 2020-12-25 18:47:10 +01:00
Jan-Willem Gmelig Meyling
8137244a2a Optimized some Path usage 2020-12-25 18:08:56 +01:00
Jan-Willem Gmelig Meyling
ac878c7f10 Removed Guava use in CollectionUtils 2020-12-25 18:01:37 +01:00
Jan-Willem Gmelig Meyling
138f61363d Removed Guava's Primitive usage 2020-12-25 17:52:22 +01:00
Jan-Willem Gmelig Meyling
20bf5758d2 Removed Guava's CharMatcher occurrences 2020-12-25 17:52:04 +01:00
Jan-Willem Gmelig Meyling
93875879cb Removed Guava Multimap occurrences 2020-12-24 13:20:07 +01:00
Jan-Willem Gmelig Meyling
7f9849e86d Removed Guava Collection occurrences 2020-12-23 23:38:21 +01:00
Jan-Willem Gmelig Meyling
5ffbc0a0cc Implemented unmodifiable collection utils 2020-11-15 20:46:21 +01:00
Jan-Willem Gmelig Meyling
f1be28ab37 Replace Guava Stopwatch for benchmarks 2020-11-15 20:46:21 +01:00
Jan-Willem Gmelig Meyling
73e8305049 Eliminate more Guava API's 2020-11-15 20:46:10 +01:00
Ido Salomon
e718b46a97
Introduce issue templates (#2694) 2020-11-05 21:27:50 +02:00
Ido Salomon
58174db032 Remove JDK5 from troubleshooting section 2020-11-05 00:05:03 +02:00
Ido Salomon
568b801a63 Add website badge
Points to GitHub pages until the main domain is sorted.
2020-11-05 00:03:41 +02:00
Ido Salomon
e1bb4e1eaa
Update doc book reference page 2020-11-03 20:17:32 +02:00
Jan-Willem Gmelig Meyling
c27cce644e Got rid of Guava Files 2020-11-02 16:11:34 +01:00
Ido Salomon
d6389d3172
Move docker-compose to root (#2682) 2020-11-02 00:41:23 +02:00
Jan-Willem Gmelig Meyling
33ea95a912 Replace Guava Iterables 2020-11-01 00:01:30 +01:00
Jan-Willem Gmelig Meyling
a6b5d0ad6b Replace Guava Function 2020-10-31 23:36:32 +01:00
Jan-Willem Gmelig Meyling
36f1299abc Replace Guava API's with Java 8 ones 2020-10-31 23:35:47 +01:00
Ido Salomon
8938e39b38
Add Maven Central badge (#2683) 2020-10-30 22:02:52 +02:00
HelloCoCooo
7de3d4a71a
Downgrade mongo driver to 3.4 to solve dependency conflict (#2650) 2020-10-30 21:12:38 +02:00
Jan-Willem Gmelig Meyling
161d2b466f Couple of Java 8 enhancements 2020-10-28 15:55:11 +01:00
Jan-Willem Gmelig Meyling
5abd478fc3 Add Fetchable#stream method 2020-10-27 16:07:26 +01:00
Jan-Willem Gmelig Meyling
b33e66d3ba Fix Enforcer plugin configuration for Java 8+ 2020-10-26 23:52:23 +01:00
Jan-Willem Gmelig Meyling
9f859baccc Java 6/7/8 performance upgrades and migrations 2020-10-26 22:59:40 +01:00
Jan-Willem Gmelig Meyling
15c325f57b Fix Datanucleus properties 2020-10-26 21:01:38 +01:00
Jan-Willem Gmelig Meyling
986a415a28 Revert Surefire back to revert category exclusion behaviour 2020-10-26 20:10:43 +01:00
Jan-Willem Gmelig Meyling
dfc50ac0d9 Target Java 8 for compilation 2020-10-26 19:49:27 +01:00
John Tims
08bea1ab3c Querydsl 5.0.0-SNAPSHOT 2020-10-23 21:25:43 -06:00
Jan-Willem Gmelig Meyling
ce90e59c6f Revert "Fix setUpClass in AbstractQueryTest to remove the correct target directories from previous test runs"
This reverts commit ce3d5ab312.
2020-10-14 14:42:36 +02:00
Mark Paluch
b00f99ed31
Introduce NO_MATCH as marker to signal a query subclass was unable to retrieve joined Id's 2020-10-06 14:33:20 +02:00
Mark Paluch
4bc72e80d3
Use BsonValue types for simple types and use native BsonRegularExpression for regex conversion 2020-10-06 14:32:29 +02:00
Mark Paluch
03d06a5262
Fix $and and $or with more than two arguments in final query document 2020-10-06 14:31:28 +02:00
Mark Paluch
fb8bec50e9
Add support for MongoDB Document API 2020-10-06 14:12:22 +02:00
Jonathan Stein
ce3d5ab312 Fix setUpClass in AbstractQueryTest to remove the correct target directories from previous test runs 2020-10-06 12:33:00 +02:00
Thomas Pfaff
afaf3b38d7 add test for SQLUpdateClause BeforeFilters Flag 2020-10-06 12:32:21 +02:00