Commit Graph

2386 Commits

Author SHA1 Message Date
f43nd1r
f2710b1cf1 Merge branch 'master' into checkstyle
# Conflicts:
#	pom.xml
#	querydsl-codegen-utils/src/main/java/com/querydsl/codegen/utils/SimpleCompiler.java
#	querydsl-core/src/main/java/com/querydsl/core/group/GAvg.java
#	src/main/resources/querydsl_checks_base.xml
2021-06-02 11:08:54 +02:00
f43nd1r
b669e1d9d7 fix up checkstyle 2021-05-15 03:35:53 +02:00
F43nd1r
3a0b417667 ignore nanos for joda 2021-05-14 20:00:52 +02:00
F43nd1r
48c9a2b99f rm extra semicolon 2021-05-14 18:53:38 +02:00
F43nd1r
103cb05ebc but joda doesn't 2021-05-14 18:40:49 +02:00
F43nd1r
e733c8f20f Timestamp includes nanos 2021-05-14 18:08:55 +02:00
f43nd1r
921a057781 Merge remote-tracking branch 'querydsl/master' into java-11-compile
# Conflicts:
#	querydsl-sql/pom.xml
2021-05-11 14:44:49 +02:00
f43nd1r
847d238153 use cubrid driver available in maven central 2021-05-04 16:32:19 +02:00
lpandzic
dc0305347b removed querydsl repository
fixes for missing artifacts
2021-04-07 12:19:42 +02:00
Jan-Willem Gmelig Meyling
25e47ce7ab Compile on Java 11 2021-02-24 18:23:23 +01:00
Jan-Willem Gmelig Meyling
725acde46e Compile under Java 11 2021-02-24 16:20:46 +01:00
Jan-Willem Gmelig Meyling
68c02aaa11
Merge pull request #2729 from querydsl/dependency-convergence
Dependency convergence
2021-01-26 17:00:56 +01:00
Jan-Willem Gmelig Meyling
f861bad4ec Fix dependency convergenge 2021-01-25 22:02:58 +01:00
Jan-Willem Gmelig Meyling
d651911bd5
Java 9 Automatic Module Names (#2727) 2021-01-24 20:50:27 +01:00
Filipe Sousa
611a19b1c6 Fix h2 and jts version conflict 2021-01-24 16:48:22 +01:00
Filipe Sousa
e3b39161cb Artifact conflict resolution 2021-01-24 16:47:31 +01:00
Jan-Willem Gmelig Meyling
0af1bc9aae Get rid of javax-inject dependency in jpa and sql 2021-01-24 13:31:37 +01:00
Jan-Willem Gmelig Meyling
d489638f9e Switch from Slf4j to JUL to reduce transitive dependencies 2021-01-17 15:54:11 +01:00
lpandzic
3faddb49f8 fixed checkstyle errors 2021-01-14 06:25:36 +01:00
lpandzic
7b4049035c changed mssql SQLTemplatesRegistry handling to return SQLServerServer2012Templates for databaseMajorVersion > 10 2021-01-13 14:41:06 +01:00
Jan-Willem Gmelig Meyling
3f16d02800
Merge pull request #2713 from querydsl/update-spatial
[#2404] Upgrade GeoLatte to 1.4.0
2021-01-03 18:59:10 +01:00
Jan-Willem Gmelig Meyling
3fd900fc90 [#2292] Upgrade Geolatte for querydsl-sql-spatial
Fixes #2292

Co-authored-by: Kyösti Herrala <kyosti.herrala@vincit.fi>
2021-01-03 16:27:49 +01:00
Kyösti Herrala
daf73a6dac Exclude duplicate slf4j-simple logger from PostgreSQL JDBC driver 2021-01-02 20:00:19 +01:00
Jan-Willem Gmelig Meyling
0fb26e84c8 [#2479] Migrate off of JSR305 2020-12-31 17:52:35 +01:00
Jan-Willem Gmelig Meyling
45e88aa55b Merge remote-tracking branch 'origin/master' into remove-joda-time 2020-12-31 16:39:44 +01:00
Jan-Willem Gmelig Meyling
8d7df5f38e Merge remote-tracking branch 'origin/master' into java-8-2 2020-12-31 16:31:43 +01:00
Jan-Willem Gmelig Meyling
9560e01e3d
Merge pull request #2672 from querydsl/java-8
Target Java 8 for compilation
2020-12-31 15:49:28 +01:00
Jan-Willem Gmelig Meyling
31a8c82c5d Merge branch 'java-8' into java-8-2 2020-12-31 15:27:45 +01:00
Daniel Shuy
846738eaa4 Replace SimpleDateFormat with JSR310 DateTimeFormatter 2020-12-30 15:48:00 +08:00
Jan-Willem Gmelig Meyling
98a9a8e90c Converge Joda-Time versions and bump them to latest 2020-12-29 13:19:03 +08:00
Daniel Shuy
1db5af8838 Change joda-time dependency to optional 2020-12-29 13:18:15 +08:00
Daniel Shuy
176a3d215c Replace Joda-Time DateTimeFormatter with ThreadLocal<SimpleDateFormat> 2020-12-29 13:18:15 +08:00
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
091569e394 Remove IgnoreJRERequirement annotations from JRE310 types 2020-12-28 18:58:51 +01:00
Kochkurov
15c2a9e496 [#2395] Close resources on exception in AbstractSQLQuery 2020-12-28 15:34:55 +01:00
Jan-Willem Gmelig Meyling
7f9849e86d Removed Guava Collection occurrences 2020-12-23 23:38: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
Jan-Willem Gmelig Meyling
33ea95a912 Replace Guava Iterables 2020-11-01 00:01:30 +01:00
Jan-Willem Gmelig Meyling
36f1299abc Replace Guava API's with Java 8 ones 2020-10-31 23:35:47 +01: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
9f859baccc Java 6/7/8 performance upgrades and migrations 2020-10-26 22:59:40 +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
Thomas Pfaff
afaf3b38d7 add test for SQLUpdateClause BeforeFilters Flag 2020-10-06 12:32:21 +02:00
Thomas Pfaff
35a1443f70 serialize BEFORE_FILTERS flags for update queries 2020-10-06 12:32:21 +02:00
John Tims
182de7fe5d Querydsl 4.4.1-SNAPSHOT 2020-09-19 08:58:27 -06:00
John Tims
a3efb0e7e5 Querydsl 4.4.0 2020-09-19 08:08:10 -06:00