Skip to content

QueryDSL 6.0.0.RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@velo velo released this 16 Jan 21:28
· 211 commits to master since this 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