Commit Graph

321 Commits

Author SHA1 Message Date
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
John Tims
043a871638 Querydsl 4.3.0 2020-03-13 12:08:27 -06: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
Timo Westkämper
a2106dc384
Merge pull request #2054 from danielbalog/2052
2052: Fixed problem with custom types in ant metadata exporter
2018-01-12 20:29:05 +02:00
Daniel Balog
a63b68e2d0 Added back getter/setters for backwards compatibility reasons 2016-11-18 18:47:28 +01:00
Daniel Balog
6efae5fb11 Created explicit custom type to fully support nested queries 2016-11-18 18:18:35 +01:00
Daniel Balog
fd6799f0f3 2052: Fixed problem with AntMetaDataExporter not being able to add custom types using build.xml file, or a gradle ant task 2016-11-18 16:55:15 +01:00
bmleite
dbaaf0a80d Enable AntMetaDataExporter "namingStrategyClass" and "beanSerializerClass" properties 2016-10-25 18:38:04 +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
d0bae8af2f Merge pull request #1994 from querydsl/p1990
p1990: Generate constructor with variable and schema parameters
2016-08-16 20:26:22 +03:00
Ruben Dijkstra
b27625e223 Add tests for the new constructor 2016-08-12 21:18:46 +02:00
Ruben Dijkstra
8fe6e30ac9 Polish codegen usage 2016-08-12 21:16:16 +02:00
Timo Westkämper
9932b27187 Merge pull request #1987 from querydsl/i1980
Add test
2016-08-07 21:58:39 +03:00
Filipe Sousa
717ba28fff Generate constructor with variable and schema parameters.
This is for the case where each customer has its own database with the same strucure using a single connection.

Fixes #1877
2016-08-06 16:25:30 +01:00
Timo Westkämper
5789c7419b Add test 2016-08-06 10:49:59 +03:00
Balazs Zsoldos
a9d41a2132 #1955 Fix ignoring foreign keys in MetadataExporter 2016-07-06 21:47:45 +02: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
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