Commit Graph

1270 Commits

Author SHA1 Message Date
John Tims
3f75bd39ab Querydsl 5.1.0 2024-01-28 16:52:00 -07:00
F43nd1r
657a29346f
Introduce japicmp (#2977)
* introduce japicmp

* exclude examples
2022-09-14 12:10:29 +02:00
burricks
eaa209d017
SpringRoo Links Removed (#3092) 2022-02-01 00:47:30 +01:00
John Tims
d59bac65de Querydsl 5.0.0 2021-07-19 09:36:06 -06:00
John Tims
d74c6f79fe 5.0.0-SNAPSHOT 2021-06-16 09:38:20 -06:00
John Tims
fa964c4622 Querydsl 5.0.0.M1 2021-06-15 10:04:23 -06:00
Jan-Willem Gmelig Meyling
f2dba6e731 Bump org.jetbrains:annotations dependency 2021-06-03 17:58:27 +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
Jan-Willem Gmelig Meyling
5b552c74e7
Merge pull request #2731 from querydsl/dependabot/maven/org.joda-joda-money-1.0.1
Bump joda-money from 0.9 to 1.0.1
2021-06-02 09:56:10 +02:00
Jan-Willem Gmelig Meyling
ded65e4b64
Merge pull request #2732 from querydsl/dependabot/maven/org.springframework.roo-org.springframework.roo.annotations-1.3.2.RELEASE
Bump org.springframework.roo.annotations from 1.2.3.RELEASE to 1.3.2.RELEASE
2021-06-02 09:56:00 +02:00
f43nd1r
b669e1d9d7 fix up checkstyle 2021-05-15 03:35:53 +02:00
f43nd1r
abec6411b4 Merge remote-tracking branch 'querydsl/master' into repository_urls_https 2021-05-04 16:33:59 +02:00
f43nd1r
b56fe61488 fix tests 2021-04-10 18:18:19 +02:00
f43nd1r
30609045de port kotlin codegen to 5.0.0 2021-04-10 18:18:19 +02:00
lpandzic
dce50a94e1 added record support to ExtendedTypeFactory.java 2021-04-07 10:36:41 +02:00
lpandzic
3bd4e23c03 changed repository urls to use https instead of http 2021-04-07 08:32:25 +02:00
Ryan Cloherty
cefd0f3f2e
Add all APT options to AbstractQuerydslProcessor
Added annotation processor options to getSupportedOptions.

To avoid warnings when compiling and to follow best practices for annotation processors, the full list of annotation processor options recognized by querydsl-apt should be returned when AbstractQuerydslProcessor.getSupportedOptions() is called.
2021-02-16 18:10:45 -05: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
dependabot-preview[bot]
d1d26972bb
Bump org.springframework.roo.annotations
Bumps org.springframework.roo.annotations from 1.2.3.RELEASE to 1.3.2.RELEASE.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-25 09:00:11 +00:00
dependabot-preview[bot]
c99ec638c5
Bump joda-money from 0.9 to 1.0.1
Bumps joda-money from 0.9 to 1.0.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-25 09:00:08 +00:00
Jan-Willem Gmelig Meyling
d651911bd5
Java 9 Automatic Module Names (#2727) 2021-01-24 20:50:27 +01:00
Filipe Sousa
e3b39161cb Artifact conflict resolution 2021-01-24 16:47:31 +01:00
Jan-Willem Gmelig Meyling
6d5e062cf6
Merge pull request #2726 from querydsl/jakarta-ee
[#2612] Support Jakarta EE through Eclipse Transformer
2021-01-24 16:41:58 +01:00
Jan-Willem Gmelig Meyling
44809a9add
Merge pull request #2636 from ebbing/i2380
[#2380] Added configuration for gradle incremental annotation processing
2021-01-24 16:41:13 +01:00
Jan-Willem Gmelig Meyling
2a7348f6c8 [#2612] Add JPA service provider to Jakarta EE jar 2021-01-24 15:39:31 +01:00
Jan-Willem Gmelig Meyling
d752845021 [#2612] Support Jakarta EE through Eclipse Transfmorer 2021-01-24 13:54:16 +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
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
d9adbe4701 [#2404] Support org.locationtech:jts in codegen 2021-01-02 16:47:26 +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
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
aa15195268 Update Changelog 2020-12-31 15:57:42 +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
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
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
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
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