Skip to content

4.1.0.Final

Latest
Compare
Choose a tag to compare
@DavideD DavideD released this 12 Aug 09:13
· 4 commits to main since this release

What's Changed

  • Update version in JBang templates to 3.0.0.Final by @DavideD in #2273
  • Switch from Hibernate Reactive 3.0 to 4.0 by @DavideD in #2274
  • Upgrade Vert.x SQL client to 5 by @DavideD in #2038
  • Test HQL new operator with many-to-one by @DavideD in #2281
  • ClassCastException when with @EmebedddedId and @OnetoOne relationship by @DavideD in #2287
  • Add AUTHORS.txt by @marko-bekhta in #2291
  • ClassCastException with MapsId, EmbeddedId, and many-to-one by @dreab8 in #2290
  • Improve error message when asking for a JDBC connection by @DavideD in #2293
  • Upgrade Hibernate ORM to 7.0.1.Final by @DavideD in #2298
  • Upgrade Hibernate ORM to 7.0.2.Final by @DavideD in #2301
  • Composite key with generated value not working properly by @DavideD in #2303
  • Switch to Maven Central publishing (main) by @marko-bekhta in #2308
  • Add JDK 26-ea to the build by @DavideD in #2310
  • Fix '?' parameters in limit/offset not being replaced with native equivalent when using PostgreSQL/MSSQL by @yrodiere in #2315
  • Release job alignment on Hibernate ORM + improvements by @yrodiere in #2319
  • Update optional snapshot repositories to point to central snapshots instead of ossrh ones by @marko-bekhta in #2313
  • Rename snapshot repo property by @DavideD in #2334
  • Migrate to Gradle version catalogs by @DavideD in #2337
  • Keep image and version of the containers in Dockerfile files by @DavideD in #2341
  • Update dependabot configuration by @DavideD in #2344
  • Remove invalid gradle-plugin-portal registry from dependabot by @DavideD in #2348
  • Bump org.asciidoctor.jvm.convert from 4.0.2 to 4.0.4 by @dependabot[bot] in #2349
  • Bump the testcontainers group with 5 updates by @dependabot[bot] in #2352
  • Bump org.apache.logging.log4j:log4j-core from 2.20.0 to 2.25.1 by @dependabot[bot] in #2350
  • Bump cockroachdb/cockroach from v24.3.13 to v25.2.2 in /tooling/docker by @dependabot[bot] in #2354
  • Bump db2_community/db2 from 12.1.0.0 to 12.1.2.0 in /tooling/docker by @dependabot[bot] in #2355
  • Bump com.diffplug.spotless from 6.25.0 to 7.1.0 by @dependabot[bot] in #2356
  • Bump the vertx group with 10 updates by @dependabot[bot] in #2363
  • Bump junitVersion from 5.11.3 to 5.13.3 by @DavideD in #2364
  • Bump the hibernate group with 4 updates by @dependabot[bot] in #2361
  • Bump io.smallrye.reactive:mutiny from 2.9.0 to 2.9.3 in the mutiny group by @dependabot[bot] in #2360
  • Bump mariadb from 11.7.2 to 11.8.2 in /tooling/docker by @dependabot[bot] in #2358
  • Bump mssql/server from 2022-latest to 2025-latest in /tooling/docker by @dependabot[bot] in #2359
  • Upgrade MySQL docker image to container-registry.oracle.com/mysql/community-server:9.3.0 by @DavideD in #2365
  • Keep Hibernate Validator and expressively consistent by @DavideD in #2366
  • Remove gradle-nexus:publish-plugin from the catalog by @DavideD in #2367
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.19.1 to 2.19.2 in the testcontainers group by @dependabot[bot] in #2377
  • Fix chaining in ReactiveEmbeddableInitializerImpl#reactiveResolveInstance by @DavideD in #2382
  • Bump mysql/community-server from 9.3.0 to 9.4.0 in /tooling/docker by @dependabot[bot] in #2385
  • Bump the hibernate group with 4 updates by @dependabot[bot] in #2389
  • Bump com.microsoft.sqlserver:mssql-jdbc from 13.1.0.jre11-preview to 13.1.1.jre11-preview in the testcontainers group by @dependabot[bot] in #2394
  • Bump junitVersion from 5.13.3 to 5.13.4 by @dependabot[bot] in #2390
  • Bump io.smallrye.reactive:mutiny from 2.9.3 to 2.9.4 in the mutiny group by @dependabot[bot] in #2393
  • Bump org.junit.platform:junit-platform-launcher from junitPlatformVersion to 1.13.4 by @dependabot[bot] in #2391
  • Bump com.diffplug.spotless from 7.1.0 to 7.2.1 by @dependabot[bot] in #2392
  • Schedule regular builds for wip/3.1 on CI by @DavideD in #2399
  • Bump cockroachdb/cockroach from v25.2.2 to v25.2.4 in /tooling/docker by @dependabot[bot] in #2400
  • Bump the hibernate group with 4 updates by @dependabot[bot] in #2402
  • Bump com.mysql:mysql-connector-j from 9.3.0 to 9.4.0 in the testcontainers group by @dependabot[bot] in #2401
  • Consider moving away from subprojects block for subproject configuration by @dreab8 in #2388
  • Upgrade Hibernate ORM to 7.1.0.Final by @DavideD in #2410
  • Change development version to 4.1.0-SNAPSHOT by @DavideD in #2417
  • Upgrade Vert.x to 5.0.2 by @DavideD in #2418
  • Keep only major.minor version in README by @DavideD in #2421
  • Include new branches in GitHub workflows by @DavideD in #2426
  • Add test for mutation query with Joined Inheritance and Global Temporary Tables by @DavideD in #2427
  • Update reason for disabling the test and formattation by @DavideD in #2428
  • "Not using JDBC" when locking previously loaded entities in Hibernate Reactive 3 by @DavideD in #2436

Full Changelog: 3.0.0...4.1.0