Commit Graph

346 Commits

Author SHA1 Message Date
Jan-Willem Gmelig Meyling
f2dba6e731 Bump org.jetbrains:annotations dependency 2021-06-03 17:58:27 +02:00
Jan-Willem Gmelig Meyling
7f43a7dd6e
Merge pull request #2845 from querydsl/dependabot/maven/org.apache.ant-ant-1.10.10
Bump ant from 1.8.1 to 1.10.10
2021-06-02 16:04:52 +02:00
Jan-Willem Gmelig Meyling
8d43f83cf7
Merge pull request #2794 from F43nd1r/kotlin-codegen
Kotlin codegen support
2021-06-02 16:03:35 +02:00
f43nd1r
6ca0fa156c Merge branch 'master' into kotlin-codegen
# Conflicts:
#	querydsl-codegen/src/test/java/com/querydsl/codegen/EmbeddableSerializerTest.java
#	querydsl-codegen/src/test/java/com/querydsl/codegen/EntitySerializerTest.java
#	querydsl-codegen/src/test/java/com/querydsl/codegen/ProjectionSerializerTest.java
2021-06-02 11:26:06 +02:00
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
dependabot[bot]
d30755f13a
Bump ant from 1.8.1 to 1.10.10
Bumps ant from 1.8.1 to 1.10.10.

---
updated-dependencies:
- dependency-name: org.apache.ant:ant
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02 07:54:51 +00:00
Jan-Willem Gmelig Meyling
c3e08d2cd9
Merge pull request #2751 from querydsl/dependabot/maven/slf4j.version-1.7.30
Bump slf4j.version from 1.6.1 to 1.7.30
2021-06-02 09:53:13 +02:00
f43nd1r
b669e1d9d7 fix up checkstyle 2021-05-15 03:35:53 +02:00
F43nd1r
5128a05d4b replace more @Generated stuff 2021-05-14 20:38:52 +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
30609045de port kotlin codegen to 5.0.0 2021-04-10 18:18:19 +02:00
lpandzic
dc0305347b removed querydsl repository
fixes for missing artifacts
2021-04-07 12:19:42 +02:00
Jan-Willem Gmelig Meyling
725acde46e Compile under Java 11 2021-02-24 16:20:46 +01:00
dependabot[bot]
4b8ebca203
Bump slf4j.version from 1.6.1 to 1.7.30
Bumps `slf4j.version` from 1.6.1 to 1.7.30.

Updates `slf4j-api` from 1.6.1 to 1.7.30
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.6.1...v_1.7.30)

Updates `slf4j-log4j12` from 1.6.1 to 1.7.30
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.6.1...v_1.7.30)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-26 16:02:07 +00: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
Jan-Willem Gmelig Meyling
12f4ae4e1d
Merge pull request #2677 from querydsl/issues/2460
issue 2460: use Generated annotation with CLASS retention
2021-01-18 22:45:48 +01:00
rob-valor
b7009c4529 [#2460] Allow alternative Generated annotation to be provided
Fixes #2460
Fixes #2612
Fixes #2242
Closes #2657

Co-authored-by: Jan-Willem Gmelig Meyling <jan-willem@youngmediaexperts.nl>
2021-01-18 10:19:07 +01:00
Jan-Willem Gmelig Meyling
d489638f9e Switch from Slf4j to JUL to reduce transitive dependencies 2021-01-17 15:54:11 +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
8eb0baf3f2 [#2320] Make Spatial extension available for jpa-codegen
Fixes #2320
Closes #2322

Co-authored-by: Henning Bredel <bredel@52north.org>
2021-01-02 17:48:53 +01:00
Jan-Willem Gmelig Meyling
968dfb8538 [#2404] Upgrade GeoLatte to 1.4.0
Fixes #2404
Closes #2418
Closes #2584
Closes #2670

Co-authored-by: Matti Tahvonen <matti@vaadin.com>
Co-authored-by: Kochkurov <kochkurovn@gmail.com>
Co-authored-by: Kyösti Herrala <kyosti.herrala@vincit.fi>
2021-01-02 16:43:52 +01:00
Ilya Litosh
8e4bedb4ca Prevent ExtendedBeanSerializer from generating 2 toString methods 2021-01-01 16:26:06 +01:00
Jan-Willem Gmelig Meyling
0fb26e84c8 [#2479] Migrate off of JSR305 2020-12-31 17:52:35 +01:00
Jan-Willem Gmelig Meyling
98a9a8e90c Converge Joda-Time versions and bump them to latest 2020-12-29 13:19:03 +08:00
Jan-Willem Gmelig Meyling
d1d3f9dfe5 Subtree merge Mysema Codegen module 2020-12-28 13:38:41 +01:00
Jan-Willem Gmelig Meyling
8137244a2a Optimized some Path usage 2020-12-25 18:08:56 +01:00
Jan-Willem Gmelig Meyling
7f9849e86d Removed Guava Collection occurrences 2020-12-23 23:38: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
c27cce644e Got rid of Guava Files 2020-11-02 16:11:34 +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
9f859baccc Java 6/7/8 performance upgrades and migrations 2020-10-26 22:59:40 +01:00
John Tims
08bea1ab3c Querydsl 5.0.0-SNAPSHOT 2020-10-23 21:25:43 -06: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
John Tims
8c26754497
Merge pull request #2521 from kartoffelsup/catalog_name
[querydsl-sql-codegen] Allow setting a catalogPattern in MetaDataExporter
2020-06-26 07:55:12 -06:00
John Tims
ea3efae5d5 Querydsl 4.4.0-SNAPSHOT 2020-06-03 06:45:31 -06:00
Kartoffelsup
1fe23e506e Allow setting a catalogPattern in MetaDataExporter
In order to extract data from multiple MySQL/MariaDB databases
which do not support schemas.

ref: https://jira.mariadb.org/browse/CONJ-16?focusedCommentId=29425&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-29425

Signed-off-by: Kartoffelsup <kartoffelsup@users.noreply.github.com>
2020-05-30 17:33:28 +02:00
John Tims
64f4ecd1bf Add tests for validation annotations 2020-05-29 16:19:22 -06:00
Jose
bf2190978f Don't add @NotNull on columns with default value
If a column on the DB has a default value it shouldn't add a @NotNull annotation on the exported Bean.
2020-05-29 12:46:10 -06:00
John Tims
47b488f1e8 Run tests against sqlserver 2020-05-27 15:27:51 -06:00
Balazs Zsoldos
39dac82a58 #2582 Keys are sorted in generated metadata classes 2020-05-11 22:43:20 +02:00
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
John Tims
a8b2f49535 Bump version to 4.3.1-SNAPSHOT 2020-03-15 17:55:55 -06:00