Skip to content

Releases: OpenFeign/querydsl

QueryDSL 5.3

30 Apr 22:59
Compare
Choose a tag to compare

What's Changed


List of PRs that updated libraries versions
  • Bump org.springframework:spring-jdbc from 5.3.8 to 5.3.31 by @dependabot in #222
  • Bump org.springframework.boot:spring-boot-starter-parent from 3.2.0 to 3.2.1 by @dependabot in #220
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 by @dependabot in #218
  • Bump net.alchim31.maven:scala-maven-plugin from 3.1.3 to 3.4.6 by @dependabot in #217
  • Bump net.bytebuddy:byte-buddy from 1.14.10 to 1.14.11 by @dependabot in #216
  • Bump org.javassist:javassist from 3.30.1-GA to 3.30.2-GA by @dependabot in #221
  • Bump org.eclipse.persistence:eclipselink from 2.7.13 to 2.7.14 by @dependabot in #229
  • Bump slf4j.version from 2.0.9 to 2.0.10 by @dependabot in #231
  • Bump org.apache.logging.log4j:log4j-core from 2.22.0 to 2.22.1 by @dependabot in #230
  • Bump com.fasterxml:classmate from 1.6.0 to 1.7.0 by @dependabot in #240
  • Bump org.orbisgis:h2gis from 2.2.0 to 2.2.1 by @dependabot in #242
  • Bump joda-time:joda-time from 2.12.5 to 2.12.6 by @dependabot in #241
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 by @dependabot in #254
  • Bump org.apache.maven.plugins:maven-plugin-plugin from 3.10.2 to 3.11.0 by @dependabot in #252
  • Bump slf4j.version from 2.0.10 to 2.0.11 by @dependabot in #253
  • Bump org.springframework.boot:spring-boot-starter-parent from 3.2.1 to 3.2.2 by @dependabot in #264
  • Sort constructors in generated classes based on constructor toString method by @rimuln in #272
  • Bump joda-time:joda-time from 2.12.6 to 2.12.7 by @dependabot in #288
  • Bump git-code-format-maven-plugin.version from 5.1 to 5.3 by @dependabot in #287
  • Bump org.junit:junit-bom from 5.10.1 to 5.10.2 by @dependabot in #286
  • Bump slf4j.version from 2.0.11 to 2.0.12 by @dependabot in #295
  • Bump org.springframework:spring-jdbc from 5.3.31 to 5.3.32 by @dependabot in #306
  • Bump net.bytebuddy:byte-buddy from 1.14.11 to 1.14.12 by @dependabot in #305

New Contributors

Full Changelog: 5.2...5.3

QueryDSL 6.2.1

19 Apr 12:53
Compare
Choose a tag to compare

What's Changed

  • Suppress "this-escape" warning in auto-generated entities by @Plondrein in #388
  • Update SQL server image to 2022-latest by @velo in #390
  • Use dmlWithSchema also for on statement in merge-using-query, remove extra line change by @borgiiri in #393

List of PRs that updated libraries versions
  • Bump io.projectreactor:reactor-bom from 2023.0.4 to 2023.0.5 by @dependabot in #376
  • Bump quarkus.version from 3.9.2 to 3.9.3 by @dependabot in #378
  • Bump org.postgresql:r2dbc-postgresql from 1.0.4.RELEASE to 1.0.5.RELEASE by @dependabot in #379
  • Bump org.springframework:spring-jdbc from 6.1.5 to 6.1.6 by @dependabot in #382
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3 by @dependabot in #381
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 by @dependabot in #383
  • Bump org.apache.maven.plugins:maven-scm-plugin from 2.0.1 to 2.1.0 by @dependabot in #384
  • Bump slf4j.version from 2.0.12 to 2.0.13 by @dependabot in #385
  • Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 by @dependabot in #386
  • Bump org.xerial:sqlite-jdbc from 3.45.2.0 to 3.45.3.0 by @dependabot in #389
  • bump oracle version by @velo in #391
  • Bump io.github.classgraph:classgraph from 4.8.170 to 4.8.171 by @dependabot in #392

New Contributors

Full Changelog: 6.2...6.2.1

QueryDSL 6.2

09 Apr 12:34
Compare
Choose a tag to compare

What's Changed

  • Migrate assertions to assertJ by @velo in #331
  • Fix using multi query hints by @MelleD in #364
  • Fixing performance issue related with querydsl spatial on hibernate. by @dcuestam in #369
  • com.querydsl.sql.StatementOptions - Enable global settings and method chaining by @nicofabre in #373
  • Support Java 16+ records in querydsl-apt by @cigaly in #374
  • Update from(Expression<?> arg) to public visibility by @ulk200 in #375

List of PRs that updated libraries versions
  • Bump io.asyncer:r2dbc-mysql from 1.1.1 to 1.1.2 by @dependabot in #321
  • Bump jakarta.activation:jakarta.activation-api from 2.1.2 to 2.1.3 by @dependabot in #323
  • Bump quarkus.version from 3.7.4 to 3.8.1 by @dependabot in #322
  • Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.18.5 to 0.19.1 by @dependabot in #324
  • Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.19.1 to 0.20.0 by @dependabot in #327
  • Bump io.github.classgraph:classgraph from 4.8.165 to 4.8.168 by @dependabot in #330
  • Bump quarkus.version from 3.8.1 to 3.8.2 by @dependabot in #329
  • Bump kotlin.version from 1.9.22 to 1.9.23 by @dependabot in #328
  • Bump org.jetbrains.dokka:dokka-maven-plugin from 1.9.10 to 1.9.20 by @dependabot in #325
  • Bump com.github.ekryd.sortpom:sortpom-maven-plugin from 3.4.0 to 3.4.1 by @dependabot in #332
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 by @dependabot in #336
  • Bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.0 by @dependabot in #335
  • Bump org.firebirdsql.jdbc:jaybird from 5.0.3.java11 to 5.0.4.java11 by @dependabot in #334
  • Bump org.apache.logging.log4j:log4j-core from 2.23.0 to 2.23.1 by @dependabot in #333
  • Bump io.projectreactor:reactor-bom from 2023.0.3 to 2023.0.4 by @dependabot in #338
  • Bump org.xerial:sqlite-jdbc from 3.45.1.0 to 3.45.2.0 by @dependabot in #339
  • Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre by @dependabot in #341
  • Bump org.springframework:spring-jdbc from 6.1.4 to 6.1.5 by @dependabot in #343
  • Bump org.postgresql:postgresql from 42.7.2 to 42.7.3 by @dependabot in #344
  • Bump io.smallrye:jandex from 3.1.6 to 3.1.7 by @dependabot in #345
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by @dependabot in #349
  • Bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.0 to 3.7.1 by @dependabot in #347
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.1 by @dependabot in #348
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 by @dependabot in #363
  • Bump quarkus.version from 3.8.2 to 3.9.1 by @dependabot in #359
  • Bump org.ow2.asm:asm-bom from 9.6 to 9.7 by @dependabot in #356
  • Bump net.bytebuddy:byte-buddy from 1.14.12 to 1.14.13 by @dependabot in #361
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 by @dependabot in #358
  • Bump springboot.version from 3.2.3 to 3.2.4 by @dependabot in #353
  • Bump org.projectlombok:lombok from 1.18.30 to 1.18.32 by @dependabot in #351
  • Bump org.ow2.asm:asm from 9.6 to 9.7 by @dependabot in #355
  • Bump io.github.classgraph:classgraph from 4.8.168 to 4.8.170 by @dependabot in #366
  • Bump maven-plugin.version from 3.11.0 to 3.12.0 by @dependabot in #365
  • Bump quarkus.version from 3.9.1 to 3.9.2 by @dependabot in #367
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot in #368
  • Bump com.microsoft.sqlserver:mssql-jdbc from 12.6.1.jre8 to 12.7.0.jre8-preview by @dependabot in #371
  • Bump io.asyncer:r2dbc-mysql from 1.1.2 to 1.1.3 by @dependabot in #370
  • Bump org.springframework.data:spring-data-r2dbc from 3.2.3 to 3.2.4 by @dependabot in #346
  • Bump jakarta.annotation:jakarta.annotation-api from 2.1.1 to 3.0.0 by @dependabot in #372

New Contributors

Full Changelog: 6.1...6.2

QueryDSL 6.1

26 Feb 21:07
Compare
Choose a tag to compare

What's Changed

  • Missing scope on test dependency by @OrangeDog in #273
  • Keywords by @velo in #271
  • Fix references to old group id on assembly by @velo in #281
  • Bump slf4j.version from 2.0.11 to 2.0.12 by @dependabot in #290
  • Change sql-codegen exporter settings from a push model to pull model by @velo in #210
  • Add dependencies with classifiers to querydsl-bom by @velo in #296
  • Reintroduce DDL to SQL module @monst by @velo in #297
  • Fix syntaxe for fail() assetions by @velo in #300
  • Fix typo on bom generation by @velo in #309
  • Update dependabot.yml by @velo in #313
  • R2DBC support by @riba2101 in #292
  • Re-organize modules, to better enforce provided libraries on end user libraries by @velo in #320

List of PRs that updated libraries versions
  • Bump quarkus.version from 3.6.7 to 3.6.8 by @dependabot in #276
  • Bump org.xerial:sqlite-jdbc from 3.45.0.0 to 3.45.1.0 by @dependabot in #278
  • Bump quarkus.version from 3.6.8 to 3.7.1 by @dependabot in #279
  • Bump com.microsoft.sqlserver:mssql-jdbc from 12.5.0.jre8-preview to 12.6.0.jre8 by @dependabot in #280
  • Bump git-code-format-maven-plugin.version from 5.1 to 5.3 by @dependabot in #282
  • Bump org.assertj:assertj-core from 3.25.2 to 3.25.3 by @dependabot in #283
  • Bump org.junit:junit-bom from 5.10.1 to 5.10.2 by @dependabot in #285
  • Bump hibernate.version from 6.4.2.Final to 6.4.3.Final by @dependabot in #284
  • Bump hibernate.version from 6.4.3.Final to 6.4.4.Final by @dependabot in #294
  • Bump quarkus.version from 3.7.1 to 3.7.2 by @dependabot in #293
  • Bump quarkus.version from 3.7.2 to 3.7.3 by @dependabot in #301
  • Bump spring.version from 6.1.3 to 6.1.4 by @dependabot in #302
  • Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.18.3 to 0.18.4 by @dependabot in #303
  • Bump org.springframework:spring-jdbc from 6.1.3 to 6.1.4 by @dependabot in #304
  • Bump net.bytebuddy:byte-buddy from 1.14.11 to 1.14.12 by @dependabot in #308
  • Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.18.4 to 0.18.5 by @dependabot in #307
  • Bump com.microsoft.sqlserver:mssql-jdbc from 12.6.0.jre8 to 12.6.1.jre8 by @dependabot in #312
  • Bump com.github.ekryd.sortpom:sortpom-maven-plugin from 3.3.0 to 3.4.0 by @dependabot in #311
  • Bump org.postgresql:postgresql from 42.7.1 to 42.7.2 by @dependabot in #310
  • Bump quarkus.version from 3.7.3 to 3.7.4 by @dependabot in #315
  • Bump org.apache.logging.log4j:log4j-core from 2.22.1 to 2.23.0 by @dependabot in #316
  • Bump springboot.version from 3.2.2 to 3.2.3 by @dependabot in #317
  • Bump jmh.version from 1.21 to 1.37 by @dependabot in #319

New Contributors

Full Changelog: 6.0...6.1

QueryDSL 6.0.3

13 Feb 19:54
Compare
Choose a tag to compare

What's Changed

  • Change sql-codegen exporter settings from a push model to pull model by @velo in #210
  • Add dependencies with classifiers to querydsl-bom by @velo in #296

List of PRs that updated libraries versions

Full Changelog: 6.0.2...6.0.3

QueryDSL 6.0.2

13 Feb 16:10
Compare
Choose a tag to compare

What's Changed

  • Fix references to old group id on assembly by @velo in #281

List of PRs that updated libraries versions

Full Changelog: 6.0.1...6.0.2

QueryDSL 6.0.1

02 Feb 06:45
Compare
Choose a tag to compare

What's Changed


List of PRs that updated libraries versions
  • Bump quarkus.version from 3.6.7 to 3.6.8 by @dependabot in #276
  • Bump org.xerial:sqlite-jdbc from 3.45.0.0 to 3.45.1.0 by @dependabot in #278
  • Bump quarkus.version from 3.6.8 to 3.7.1 by @dependabot in #279
  • Bump com.microsoft.sqlserver:mssql-jdbc from 12.5.0.jre8-preview to 12.6.0.jre8 by @dependabot in #280

New Contributors

Full Changelog: 6.0...6.0.1

QueryDSL 6.0

25 Jan 21:11
Compare
Choose a tag to compare

It's finally here.

QueryDSL 6.0 is first release with Hibernate 6.4 fully integrated.
Massive shout out to @danielvion that made it happen.

As stated on the readme, original Querydsl project is at best stale, at worse dead.
Goal here is to keep Querydsl project active.

What's Changed

  • Migration to hibernate 6 by @danielvion in #109
  • Remove joda time by @velo in #118
  • Querydsl JPA <-> spring data repository integration by @velo in #141
  • Quick build on examples and store test results by @velo in #108
  • Junit modernization by @velo in #132
  • Merge using tests by @borgiiri in #115
  • Make merging table to table work by @borgiiri in #119
  • Quarkus example with querydsl by @velo in #147
  • Re-enabled japicmp by @velo in #148
  • Fix H2 tests by @velo in #153
  • Remove hamcrest by @velo in #156
  • Skip external database tests only on local development profile by @velo in #157
  • Remove final joda.time references by @velo in #163
  • Made possible to generate projections on java records by @velo in #164
  • Replace javadoc tags with Java Annotations by @velo in #165
  • Add subselect to JPQLRepository by @velo in #170
  • Change no longer supported CGLIB to ByteBuddy by @heniu20 in #171
  • Enable codeql by @velo in #205
  • Allow to modify default serialization with extensions by @heniu20 in #225
  • Platform independent compilation by @heniu20 in #172
  • Migrate src/test/java to Java 21 by @velo in #238
  • Regenerate Sclasses by @velo in #239
  • Require native queries to be executed from native expressions by @velo in #251
  • Use querydsl-apt with classifier jpa for querydsl-jpa-spring and the … by @aspan in #227
  • Improve Bytebuddy usage by @persapiens in #262
  • Actualize H2 keywords by @valery1707 in #268
  • Remove cglib assembly references by @persapiens in #267

List of PRs that updated libraries versions
  • Bump com.google.inject:guice from 5.0.1 to 7.0.0 by @dependabot in #79
  • Bump org.eclipse.jdt:ecj from 3.26.0 to 3.35.0 by @dependabot in #69
  • Bump com.oracle.database.jdbc:ojdbc8 from 21.7.0.0 to 23.3.0.23.09 by @dependabot in #98
  • Bump derby.version from 10.16.1.1 to 10.17.1.0 by @dependabot in #99
  • Bump com.microsoft.sqlserver:mssql-jdbc from 11.2.1.jre8 to 12.4.2.jre8 by @dependabot in #105
  • Bump org.firebirdsql.jdbc:jaybird from 4.0.6.java8 to 5.0.2.java8 by @dependabot in #106
  • Bump org.postgresql:postgresql from 42.3.4 to 42.6.0 by @dependabot in #102
  • Bump org.springframework:spring-jdbc from 5.3.8 to 6.0.13 by @dependabot in #87
  • Bump org.xerial:sqlite-jdbc from 3.43.2.2 to 3.44.0.0 by @dependabot in #107
  • Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.15.3 to 0.18.3 by @dependabot in #103
  • Bump org.jetbrains:annotations from 24.0.1 to 24.1.0 by @dependabot in #111
  • Bump com.microsoft.sqlserver:mssql-jdbc from 12.4.2.jre8 to 12.5.0.jre8-preview by @dependabot in #112
  • Bump io.github.classgraph:classgraph from 4.8.164 to 4.8.165 by @dependabot in #113
  • Bump org.springframework:spring-jdbc from 6.0.13 to 6.1.0 by @dependabot in #114
  • Bump com.ibm.db2:jcc from 11.5.8.0 to 11.5.9.0 by @dependabot in #116
  • Bump org.postgresql:postgresql from 42.6.0 to 42.7.0 by @dependabot in #121
  • Bump org.apache.logging.log4j:log4j-core from 2.21.1 to 2.22.0 by @dependabot in #120
  • Bump org.springframework:spring-jdbc from 6.1.0 to 6.1.1 by @dependabot in #128
  • Bump org.springframework.boot:spring-boot-starter-parent from 3.1.5 to 3.2.0 by @dependabot in #127
  • Bump kotlin.version from 1.9.20 to 1.9.21 by @dependabot in #126
  • Bump org.codehaus.plexus:plexus-component-annotations from 1.7.1 to 2.1.1 by @dependabot in #125
  • Bump mvn.version from 3.6.0 to 3.9.5 by @dependabot in #124
  • Bump com.squareup:kotlinpoet from 1.14.2 to 1.15.1 by @dependabot in #117
  • Bump org.xerial:sqlite-jdbc from 3.44.0.0 to 3.44.1.0 by @dependabot in #129
  • Bump io.sundr:sundr-maven-plugin from 0.101.3 to 0.103.0 by @dependabot in #130
  • Bump org.firebirdsql.jdbc:jaybird from 5.0.2.java8 to 5.0.3.java8 by @dependabot in #131
  • Bump io.sundr:sundr-maven-plugin from 0.103.0 to 0.103.1 by @dependabot in #134
  • Bump org.codehaus.mojo:build-helper-maven-plugin from 1.3 to 3.5.0 by @dependabot in #133
  • Bump com.squareup:kotlinpoet-jvm from 1.15.1 to 1.15.2 by @dependabot in #136
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 by @dependabot in #138
  • Bump hibernate.version from 6.4.0.Final to 6.4.1.Final by @dependabot in #167
  • Bump mvn.version from 3.9.5 to 3.9.6 by @dependabot in #137
  • Bump hibernate.version from 6.3.1.Final to 6.4.0.Final by @dependabot in #142
  • Bump com.squareup:kotlinpoet-jvm from 1.15.2 to 1.15.3 by @dependabot in #143
  • Bump io.smallrye:jandex from 3.1.2 to 3.1.6 by @dependabot in #144
  • Bump jakarta.activation:jakarta.activation-api from 2.1.1 to 2.1.2 by @dependabot in #145
  • Bump com.h2database:h2 from 1.4.200 to 2.2.220 in /querydsl-jpa-spring by @dependabot in #146
  • Bump quarkus.version from 3.5.3 to 3.6.1 by @dependabot in #150
  • Bump org.postgresql:postgresql from 42.7.0 to 42.7.1 by @dependabot in #152
  • Bump quarkus.version from 3.6.1 to 3.6.2 by @dependabot in #158
  • Bump quarkus.version from 3.6.2 to 3.6.3 by @dependabot in #160
  • Bump surefire.version from 3.2.2 to 3.2.3 by @dependabot in #161
  • Bump org.springframework:spring-jdbc from 6.1.1 to 6.1.2 by @dependabot in #162
  • Bump org.javassist:javassist from 3.29.2-GA to 3.30.1-GA by @dependabot in #166
  • Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre by @dependabot in #168
  • Bump quarkus.version from 3.6.3 to 3.6.4 by @dependabot in #175
  • Bump net.bytebuddy:byte-buddy from 1.14.10 to 1.14.11 by @dependabot in #174
  • Bump springboot.version from 3.2.0 to 3.2.1 by @dependabot in #206
  • Bump kotlin.version from 1.9.21 to 1.9.22 by @dependabot in #207
  • Bump org.springframework:spring-jdbc from 5.3.8 to 5.3.31 by @dependabot in #222
  • Bump org.springframework.boot:spring-boot-starter-parent from 3.2.0 to 3.2.1 by @dependabot in #220
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 by @dependabot in #218
  • Bump net.alchim31.maven:scala-maven-plugin from 3.1.3 to 3.4.6 by @dependabot in #217
  • Bump net.bytebuddy:byte-buddy from 1.14.10 to 1.14.11 by @dependabot in #216
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 by @dependabot in #214
  • Bump org.codehaus.plexus:plexus-component-annotations from 2.1.1 to 2.2.0 by @dependabot in https:/...
Read more

QueryDSL 6.0.0.RC1

16 Jan 21:28
Compare
Choose a tag to compare
QueryDSL 6.0.0.RC1 Pre-release
Pre-release

What's Changed

  • Allow to modify default serialization with extensions by @heniu20 in #225
  • Platform independent compilation by @heniu20 in #172
  • Migrate src/test/java to Java 21 by @velo in #238
  • Regenerate Sclasses by @velo in #239
  • Require native queries to be executed from native expressions by @velo in #251
  • Use querydsl-apt with classifier jpa for querydsl-jpa-spring and the … by @aspan in #227

List of PRs that updated libraries versions
  • Bump org.springframework:spring-jdbc from 5.3.8 to 5.3.31 by @dependabot in #222
  • Bump org.springframework.boot:spring-boot-starter-parent from 3.2.0 to 3.2.1 by @dependabot in #220
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 by @dependabot in #218
  • Bump net.alchim31.maven:scala-maven-plugin from 3.1.3 to 3.4.6 by @dependabot in #217
  • Bump net.bytebuddy:byte-buddy from 1.14.10 to 1.14.11 by @dependabot in #216
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 by @dependabot in #214
  • Bump org.codehaus.plexus:plexus-component-annotations from 2.1.1 to 2.2.0 by @dependabot in #213
  • Bump org.codehaus.plexus:plexus-classworlds from 2.7.0 to 2.8.0 by @dependabot in #212
  • Bump org.javassist:javassist from 3.30.1-GA to 3.30.2-GA by @dependabot in #211
  • Bump org.javassist:javassist from 3.30.1-GA to 3.30.2-GA by @dependabot in #221
  • Bump org.apache.logging.log4j:log4j-core from 2.22.0 to 2.22.1 by @dependabot in #224
  • Bump org.assertj:assertj-core from 3.24.2 to 3.25.0 by @dependabot in #232
  • Bump org.eclipse.persistence:eclipselink from 2.7.13 to 2.7.14 by @dependabot in #229
  • Bump slf4j.version from 2.0.9 to 2.0.10 by @dependabot in #231
  • Bump org.apache.logging.log4j:log4j-core from 2.22.0 to 2.22.1 by @dependabot in #230
  • Bump slf4j.version from 2.0.9 to 2.0.10 by @dependabot in #226
  • Bump org.assertj:assertj-core from 3.25.0 to 3.25.1 by @dependabot in #233
  • Bump org.orbisgis:h2gis from 2.2.0 to 2.2.1 by @dependabot in #235
  • Bump com.fasterxml:classmate from 1.6.0 to 1.7.0 by @dependabot in #234
  • Bump com.fasterxml:classmate from 1.6.0 to 1.7.0 by @dependabot in #240
  • Bump org.orbisgis:h2gis from 2.2.0 to 2.2.1 by @dependabot in #242
  • Bump joda-time:joda-time from 2.12.5 to 2.12.6 by @dependabot in #241
  • Bump slf4j.version from 2.0.10 to 2.0.11 by @dependabot in #243
  • Bump surefire.version from 3.2.3 to 3.2.5 by @dependabot in #244
  • Bump quarkus.version from 3.6.4 to 3.6.5 by @dependabot in #246
  • Bump maven-plugin.version from 3.10.2 to 3.11.0 by @dependabot in #247
  • Bump org.springframework:spring-jdbc from 6.1.2 to 6.1.3 by @dependabot in #249
  • Bump spring.version from 6.1.2 to 6.1.3 by @dependabot in #248
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 by @dependabot in #254
  • Bump org.apache.maven.plugins:maven-plugin-plugin from 3.10.2 to 3.11.0 by @dependabot in #252
  • Bump slf4j.version from 2.0.10 to 2.0.11 by @dependabot in #253

New Contributors

Full Changelog: 6.0.0.M3...6.0.0.RC1

QueryDSL 6.0.0.M3

22 Dec 20:33
Compare
Choose a tag to compare
QueryDSL 6.0.0.M3 Pre-release
Pre-release

What's Changed

  • Remove final joda.time references by @velo in #163
  • Made possible to generate projections on java records by @velo in #164
  • Replace javadoc tags with Java Annotations by @velo in #165
  • Add subselect to JPQLRepository by @velo in #170
  • Change no longer supported CGLIB to ByteBuddy by @heniu20 in #171
  • Keep 5x dependencia up-to-date by @velo in #177
  • Enable codeql by @velo in #205
  • Change no longer supported CGLIB to ByteBuddy - 5x test dependency by @heniu20 in #208
  • 5x bytebuddy by @velo in #176
  • Querydsl 5.0.0 by @velo in #209

List of PRs that updated libraries versions
  • Bump quarkus.version from 3.6.2 to 3.6.3 by @dependabot in #160
  • Bump surefire.version from 3.2.2 to 3.2.3 by @dependabot in #161
  • Bump org.springframework:spring-jdbc from 6.1.1 to 6.1.2 by @dependabot in #162
  • Bump hibernate.version from 6.4.0.Final to 6.4.1.Final by @dependabot in #167
  • Bump org.javassist:javassist from 3.29.2-GA to 3.30.1-GA by @dependabot in #166
  • Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre by @dependabot in #168
  • Bump quarkus.version from 3.6.3 to 3.6.4 by @dependabot in #175
  • Bump net.bytebuddy:byte-buddy from 1.14.10 to 1.14.11 by @dependabot in #174
  • Bump org.postgresql:postgresql from 42.6.0 to 42.7.1 by @dependabot in #180
  • Bump io.github.classgraph:classgraph from 4.8.164 to 4.8.165 by @dependabot in #203
  • Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre by @dependabot in #202
  • Bump org.xerial:sqlite-jdbc from 3.43.2.2 to 3.44.1.0 by @dependabot in #200
  • Bump org.springframework.boot:spring-boot-starter-parent from 3.1.5 to 3.2.0 by @dependabot in #198
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 by @dependabot in #197
  • Bump io.sundr:sundr-maven-plugin from 0.101.3 to 0.103.1 by @dependabot in #196
  • Bump org.jetbrains:annotations from 24.0.1 to 24.1.0 by @dependabot in #193
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 by @dependabot in #191
  • Bump kotlin.version from 1.9.20 to 1.9.21 by @dependabot in #188
  • Bump derby.version from 10.16.1.1 to 10.17.1.0 by @dependabot in #187
  • Bump org.apache.logging.log4j:log4j-core from 2.21.1 to 2.22.0 by @dependabot in #186
  • Bump org.javassist:javassist from 3.29.2-GA to 3.30.1-GA by @dependabot in #185
  • Bump com.ibm.db2:jcc from 11.5.8.0 to 11.5.9.0 by @dependabot in #184
  • Bump kotlin.version from 1.9.20 to 1.9.22 by @dependabot in #204
  • Bump springboot.version from 3.2.0 to 3.2.1 by @dependabot in #206
  • Bump kotlin.version from 1.9.21 to 1.9.22 by @dependabot in #207

New Contributors

Full Changelog: 6.0.0.M2...6.0.0.M3