Skip to content

Commit 8f3f60d

Browse files
authored
Merge branch 'querydsl-7.0' into master
2 parents 3934d0e + b45c56b commit 8f3f60d

File tree

414 files changed

+1318
-13173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

414 files changed

+1318
-13173
lines changed

pom.xml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.github.openfeign.querydsl</groupId>
66
<artifactId>querydsl-root</artifactId>
7-
<version>6.11-SNAPSHOT</version>
7+
<version>7.0-SNAPSHOT</version>
88

99
<packaging>pom</packaging>
1010
<name>Querydsl</name>
@@ -87,6 +87,9 @@
8787
</distributionManagement>
8888

8989
<properties>
90+
<!-- removing old modules on 7.0 release -->
91+
<japicmp.skip>true</japicmp.skip>
92+
9093
<failIfNoTests>false</failIfNoTests>
9194
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9295
<project.homepage>http://www.querydsl.com</project.homepage>
@@ -96,13 +99,13 @@
9699
<argLine>-Xms256m -Xmx512m</argLine>
97100

98101
<!-- default bytecode version for src/main -->
99-
<main.java.version>11</main.java.version>
102+
<main.java.version>17</main.java.version>
100103
<latest.java.version>21</latest.java.version>
101104

102105
<git-code-format-maven-plugin.version>5.3</git-code-format-maven-plugin.version>
103106

104107
<junit.version>5.11.4</junit.version>
105-
<ecj.version>3.33.0</ecj.version>
108+
<ecj.version>3.40.0</ecj.version>
106109
<jdo.version>3.2.1</jdo.version>
107110
<springboot.version>3.4.2</springboot.version>
108111
<spring.version>6.2.2</spring.version>
@@ -125,17 +128,16 @@
125128
<r2dbc.version>1.0.0.RELEASE</r2dbc.version>
126129

127130
<!-- JPA deps -->
128-
<hibernate.version>6.6.6.Final</hibernate.version>
131+
<hibernate.version>7.0.0.Beta1</hibernate.version>
129132
<hibernate.validator.version>8.0.2.Final</hibernate.validator.version>
130-
<eclipselink.version>4.0.5</eclipselink.version>
131-
<jpa.version>3.1.0</jpa.version>
133+
<eclipselink.version>5.0.0-B06</eclipselink.version>
134+
<jpa.version>3.2.0</jpa.version>
132135
<jakarta.annotation.version>3.0.0</jakarta.annotation.version>
133136

134137
<assertj.version>3.27.3</assertj.version>
135138
<mvn.version>3.9.9</mvn.version>
136139
<guava.version>33.4.0-jre</guava.version>
137140
<codegen.version>0.6.8</codegen.version>
138-
<mysema.lang.version>0.2.4</mysema.lang.version>
139141
<byte-buddy.version>1.17.0</byte-buddy.version>
140142
<slf4j.version>2.0.16</slf4j.version>
141143
<surefire.version>3.5.2</surefire.version>
@@ -1055,7 +1057,7 @@
10551057
<configuration>
10561058
<exportDatatables>true</exportDatatables>
10571059
<activeRecipes>
1058-
<recipe>org.openrewrite.java.migrate.Java8toJava11</recipe>
1060+
<recipe>org.openrewrite.java.migrate.UpgradeToJava17</recipe>
10591061
</activeRecipes>
10601062
</configuration>
10611063
</execution>

querydsl-docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.openfeign.querydsl</groupId>
77
<artifactId>querydsl-root</artifactId>
8-
<version>6.11-SNAPSHOT</version>
8+
<version>7.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>querydsl-docs</artifactId>

querydsl-examples/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.openfeign.querydsl</groupId>
77
<artifactId>querydsl-root</artifactId>
8-
<version>6.11-SNAPSHOT</version>
8+
<version>7.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>querydsl-examples</artifactId>
@@ -27,10 +27,6 @@
2727
<module>querydsl-example-r2dbc-sql-codegen</module>
2828
</modules>
2929

30-
<properties>
31-
<main.java.version>17</main.java.version>
32-
</properties>
33-
3430
<dependencyManagement>
3531
<dependencies>
3632
<dependency>

querydsl-examples/querydsl-example-jpa-guice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.openfeign.querydsl</groupId>
77
<artifactId>querydsl-examples</artifactId>
8-
<version>6.11-SNAPSHOT</version>
8+
<version>7.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>querydsl-example-jpa-guice</artifactId>

querydsl-examples/querydsl-example-jpa-quarkus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.openfeign.querydsl</groupId>
77
<artifactId>querydsl-examples</artifactId>
8-
<version>6.11-SNAPSHOT</version>
8+
<version>7.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>querydsl-example-jpa-quarkus</artifactId>

querydsl-examples/querydsl-example-jpa-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.openfeign.querydsl</groupId>
66
<artifactId>querydsl-examples</artifactId>
7-
<version>6.11-SNAPSHOT</version>
7+
<version>7.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>querydsl-example-jpa-spring</artifactId>

querydsl-examples/querydsl-example-kotlin-codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.openfeign.querydsl</groupId>
66
<artifactId>querydsl-examples</artifactId>
7-
<version>6.11-SNAPSHOT</version>
7+
<version>7.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>querydsl-example-kotlin-codegen</artifactId>
1010
<name>Querydsl example - Kotlin Codegen</name>

querydsl-examples/querydsl-example-kotlin-jpa/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.openfeign.querydsl</groupId>
66
<artifactId>querydsl-examples</artifactId>
7-
<version>6.11-SNAPSHOT</version>
7+
<version>7.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>querydsl-example-kotlin</artifactId>
1010
<name>Querydsl example - Kotlin JPA</name>

querydsl-examples/querydsl-example-kotlin-mongodb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.openfeign.querydsl</groupId>
66
<artifactId>querydsl-examples</artifactId>
7-
<version>6.11-SNAPSHOT</version>
7+
<version>7.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>querydsl-example-kotlin-mongodb</artifactId>
1010
<name>Querydsl example - Kotlin MongoDB</name>

querydsl-examples/querydsl-example-r2dbc-sql-codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.openfeign.querydsl</groupId>
77
<artifactId>querydsl-examples</artifactId>
8-
<version>6.11-SNAPSHOT</version>
8+
<version>7.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>querydsl-example-r2dbc-sql-codegen</artifactId>

0 commit comments

Comments
 (0)