** Bug
* [HHH-18571] - Entities and collections with batch size 1 are treated as batchable
* [HHH-18560] - DB2iDialect executes incompatible query in combination with @AuditJoinTable mapping
* [HHH-18558] - Informix UUID type support
* [HHH-18556] - Expressions.nullExpresion() in querydsl result in NPE in SqmExpressible
* [HHH-18531] - Informix timestamp literal error
* [HHH-18524] - @IdClass and composite key generation not working with meta-annotated @IdGenerationType
* [HHH-18518] - MySQLDialect fails to detect version on azure flexible server
* [HHH-18511] - ArrayIndexOutOfBoundsException in ImmutableFetchList
* [HHH-18506] - Flush performance degradation due to itable stubs
* [HHH-18503] - ID select criteria query fails with joined + discriminator inheritance when entity has subtypes
* [HHH-18502] - Type conversion error due to surprising javac method selection in SqmSubQuery#in
* [HHH-18493] - Resolving already initialized collection elements leads to assertion error
* [HHH-18490] - Static metamodel contains wrong type for Embeddable with generic attribute extending from mapped superclass
* [HHH-18489] - Lazy, unowned one-to-one associations get loaded eagerly in queries - even with bytecode enhancement
* [HHH-18487] - Error: Detached entity wiht id X has an uninitialized version value '1''
* [HHH-18486] - Unable to add Persist the object because of EntityNameResolver being ignored
* [HHH-18484] - Update fails when a many-to-one property on an entity with a generated value is changed
* [HHH-18480] - ClassCastException when updating a Blob with Oracle
* [HHH-18478] - Cannot invoke "org.hibernate.persister.entity.EntityPersister.getSubclassId()" because "data.concreteDescriptor" is null when reloading entity from query cache
* [HHH-18476] - Fetchable scrolling with KeyToOne leads to assertion error
* [HHH-18472] - Fix memory issues for release job
* [HHH-18470] - Duplicate foreign key names generated for inheritance type TABLE_PER_CLASS
* [HHH-18469] - Assertion Error when fetch joining complex entities structure
* [HHH-18466] - Regression from 5.6.15.Final where a mutable natural IDs query cannot find an entity
* [HHH-18447] - cast as boolean broken in Hibernate 6
* [HHH-18445] - Embeddable as Java Record has wrong order of columns
* [HHH-18439] - NullPointerException when access data from query cache
* [HHH-18436] - Wrong order-by rendering order for nested collections if loaded with entity graph
* [HHH-18414] - Duplicated filter applied to 'find()' method
* [HHH-18400] - AttributeConverter causing type-check failure when comparing Date field to parameter
* [HHH-18353] - ArrayConstructorFunction comparing argument types by reference causes FunctionArgumentException
* [HHH-18337] - SequenceStyleGenerator not respecting physical naming strategy
* [HHH-18282] - generate error sql in case of @DiscriminatorValue("not null") and the entity is superclass of other entity
* [HHH-18174] - Hibernate polymorphic join in complex subquery not using discriminator
* [HHH-18103] - MappedSuperclass handling for Embeddable is broken in metamodel
** Improvement
* [HHH-18625] - Add Configurable#create(GeneratorCreationContext)
* [HHH-18507] - allow overwriting the default db image with environment variable in docker_db.sh
* [HHH-18459] - Add SingleStore community dialect
* [HHH-17646] - JOINED @Inheritance leads to bad performance in Hibernate 6
** Task
* [HHH-18612] - Avoid writing files to classpath in tests to avoid spurious failures
In the example above prior 1.6.1 the Model toModel(Entity entity) was going to map the id property. In order to keep that behavior you'll need to explicitly do the mapping for it.
@Mapper
public interface ModelMappe {
@Mapping(target = "creationDate", ignore = true) // NOTE: Handled by JPA.
Entity toEntity(Model model);
In the example above prior 1.6.1 the Model toModel(Entity entity) was going to map the id property. In order to keep that behavior you'll need to explicitly do the mapping for it.
@Mapper
public interface ModelMappe {
@Mapping(target = "creationDate", ignore = true) // NOTE: Handled by JPA.
Entity toEntity(Model model);
fix: support PreparedStatement.setBlob(1, Blob) and PreparedStatement.setClob(1, Clob) for lobs that return -1 for length [PR #3136](pgjdbc/pgjdbc#3136)
Bumps the dependencies group with 9 updates in the / directory:
6.5.2.Final
6.6.1.Final
3.8.1
3.8.2
3.3.2
3.3.4
1.5.5.Final
1.6.2
1.1.1
1.1.2
1.1.1
1.1.2
42.7.3
42.7.4
5.10.3
5.11.1
3.3.2
3.3.4
Updates
org.hibernate:hibernate-jpamodelgen
from 6.5.2.Final to 6.6.1.FinalRelease notes
Sourced from org.hibernate:hibernate-jpamodelgen's releases.
... (truncated)
Changelog
Sourced from org.hibernate:hibernate-jpamodelgen's changelog.
... (truncated)
Commits
2c6b91d
Pre-steps for release :6.6.1.Final
3e215b5
HHH-18337 - SequenceStyleGenerator not respecting physical naming strategyefd4528
HHH-18337 - SequenceStyleGenerator not respecting physical naming strategy744732b
HHH-18174 Fix junction entity name uses algorithm for subqueries0e9577a
HHH-18174 Add test for issue9c5cf75
HHH-18447 Try using native cast for string to boolean723e18d
HHH-18337 - SequenceStyleGenerator not respecting physical naming strategy88bcc71
HHH-18337 Account for physical naming strategy when querying db sequence7c66788
HHH-18337 Add test for issueb09b27c
HHH-18625 - Add Configurable#create(GeneratorCreationContext)Updates
io.hypersistence:hypersistence-utils-hibernate-63
from 3.8.1 to 3.8.2Changelog
Sourced from io.hypersistence:hypersistence-utils-hibernate-63's changelog.
Commits
c942f9b
[maven-release-plugin] prepare release hypersistence-utils-parent-3.8.27799931
Update changelog for the 3.8.2 releaseb0b037a
Add JsonClobType and improve JsonType to support CLOB column types #734bbb27c4
Bump version upf52baf3
[maven-release-plugin] prepare for next development iterationUpdates
org.springframework.boot:spring-boot-starter-mail
from 3.3.2 to 3.3.4Release notes
Sourced from org.springframework.boot:spring-boot-starter-mail's releases.
... (truncated)
Commits
8e9dc7b
Release v3.3.44e860f1
Merge branch '3.2.x' into 3.3.xd137191
Next development version (v3.2.11-SNAPSHOT)97dd01e
Upgrade to SendGrid 4.10.31b3b3aa
Upgrade to Hibernate 6.5.3.Finalc2adc3b
Upgrade to Zipkin Reporter 3.4.20271b24
Merge branch '3.2.x' into 3.3.xae8315e
Use Liberica for Java 23 CI4956990
Merge branch '3.2.x' into 3.3.xf9379f4
Apply nohttp check per-project rather than at rootUpdates
org.mapstruct:mapstruct
from 1.5.5.Final to 1.6.2Release notes
Sourced from org.mapstruct:mapstruct's releases.
... (truncated)
Commits
212607b
Releasing version 1.6.24fd22d6
Prepare release notes for 1.6.2a3b4139
#3717 Fix ClassCastException when getting thrown types for a record accessorc74e62a
Next version 1.7.0-SNAPSHOT10d6987
Releasing version 1.6.1c36f9ae
Prepare release notes for 1.6.13011dd7
#3678 before / after mapping for type using builder should only be kept if th...4c1df35
#3703 Use include model instead of manually writing the type name for return ...2686e85
#3661 Use correct type for the Record component read accessors12c9c6c
Use email variable for GitHub Bot git emailUpdates
org.mapstruct.extensions.spring:mapstruct-spring-annotations
from 1.1.1 to 1.1.2Release notes
Sourced from org.mapstruct.extensions.spring:mapstruct-spring-annotations's releases.
Commits
50ecf85
Release 1.1.27295d89
Latest Gradle + Dependencies (#112)43581b8
Replace generated javax.annotation.PostConstruct with jakarta (#110)da772e6
Store TypeDescriptors as fields in generated ConversionServiceAdapter (#108)84bd656
Prepared next development versionUpdates
org.mapstruct:mapstruct-processor
from 1.5.5.Final to 1.6.2Release notes
Sourced from org.mapstruct:mapstruct-processor's releases.
... (truncated)
Commits
212607b
Releasing version 1.6.24fd22d6
Prepare release notes for 1.6.2a3b4139
#3717 Fix ClassCastException when getting thrown types for a record accessorc74e62a
Next version 1.7.0-SNAPSHOT10d6987
Releasing version 1.6.1c36f9ae
Prepare release notes for 1.6.13011dd7
#3678 before / after mapping for type using builder should only be kept if th...4c1df35
#3703 Use include model instead of manually writing the type name for return ...2686e85
#3661 Use correct type for the Record component read accessors12c9c6c
Use email variable for GitHub Bot git emailUpdates
org.mapstruct.extensions.spring:mapstruct-spring-extensions
from 1.1.1 to 1.1.2Release notes
Sourced from org.mapstruct.extensions.spring:mapstruct-spring-extensions's releases.
Commits
50ecf85
Release 1.1.27295d89
Latest Gradle + Dependencies (#112)43581b8
Replace generated javax.annotation.PostConstruct with jakarta (#110)da772e6
Store TypeDescriptors as fields in generated ConversionServiceAdapter (#108)84bd656
Prepared next development versionUpdates
org.postgresql:postgresql
from 42.7.3 to 42.7.4Release notes
Sourced from org.postgresql:postgresql's releases.
... (truncated)
Changelog
Sourced from org.postgresql:postgresql's changelog.
Commits
a23fa70
Prepare for 42.7.4 release (#3359)d232e60
fix: remove preDescribe from internalExecuteBatch257653b
Rename release.yml to release-notes.yml64a18d6
Create release.yml84bdec6
fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.p...89182c1
chore(deps): update dependency gradle to v8.101f68373
fix(deps): update dependency org.roaringbitmap:roaringbitmap to v1.2.1f1c8707
chore(deps): update codecov/codecov-action digest to 2439dfcba1513e
fix(deps): update dependency com.google.errorprone:error_prone_core to v2.30.06abdb5f
fix(deps): update dependency spotbugs to v4.8.6Updates
org.junit.jupiter:junit-jupiter
from 5.10.3 to 5.11.1Release notes
Sourced from org.junit.jupiter:junit-jupiter's releases.
... (truncated)
Commits
e4b2c0c
Release 5.11.1c37b179
Finalize 5.11.1 release notesa7b1c49
Include 5.10.4 release notes3646b7d
Document benefits ofmessageSupplier
inAssertions
(#3938)6b9f15d
Delete unnecessary (and potentially misleading) comment in User GuideSuperseded by #472.