Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: b8ed5ad185511665a19f79e5cc4a6c022ef1f4ea
https://github.com/hibernate/hibernate-orm/commit/b8ed5ad185511665a19f79e...
Author: Gavin <gavin(a)hibernate.org>
Date: 2024-11-24 (Sun, 24 Nov 2024)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/Configuration.java
Log Message:
-----------
add some typesafe + varargs operations to Configuration
to improve getting started experience
Commit: 204f53d3ba155c25720a8f12a89a98ff5f2300c1
https://github.com/hibernate/hibernate-orm/commit/204f53d3ba155c25720a8f1...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-11-24 (Sun, 24 Nov 2024)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/Configuration.java
Log Message:
-----------
unbreak Configuration.mergeProperties()
I broke this two years ago, but nobody ever noticed since it has no callers
Commit: 55993576e43a4dd0398e5e1a3500eb9949bd9661
https://github.com/hibernate/hibernate-orm/commit/55993576e43a4dd0398e5e1...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-11-24 (Sun, 24 Nov 2024)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/jpa/HibernatePersistenceConfiguration.java
Log Message:
-----------
add two more convenience operations to HibernatePersistenceConfiguration
Commit: 438b9bdc857e98f68d0f796db151de10053942ef
https://github.com/hibernate/hibernate-orm/commit/438b9bdc857e98f68d0f796...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-11-24 (Sun, 24 Nov 2024)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/jpa/HibernatePersistenceConfiguration.java
Log Message:
-----------
add an API note to HibernatePersistenceConfiguration
Commit: 030e1fdc25fb27580066ab6cbb7a104ea88d52a3
https://github.com/hibernate/hibernate-orm/commit/030e1fdc25fb27580066ab6...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-11-24 (Sun, 24 Nov 2024)
Changed paths:
M documentation/src/main/asciidoc/introduction/Configuration.adoc
M documentation/src/main/asciidoc/introduction/Introduction.adoc
Log Message:
-----------
simplify code examples by using conveniences of HibernatePersistenceConfiguration
Compare: https://github.com/hibernate/hibernate-orm/compare/10935e1c3349...030e1fd...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 5675cbbb669f2e20a610d95c9c049252527376d8
https://github.com/hibernate/hibernate-orm/commit/5675cbbb669f2e20a610d95...
Author: KARGET <karge(a)itestra.de>
Date: 2024-11-23 (Sat, 23 Nov 2024)
Changed paths:
A hibernate-core/src/test/java/org/hibernate/orm/test/id/ReSaveReferencedDeletedEntity.java
A hibernate-core/src/test/java/org/hibernate/orm/test/id/ReSaveReferencedDeletedEntityJPA.java
Log Message:
-----------
HHH-14416 re-persisting removed child entities
Commit: 6dd5c3f2b79159cb0e9aeda4a235775a068f5386
https://github.com/hibernate/hibernate-orm/commit/6dd5c3f2b79159cb0e9aeda...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-11-23 (Sat, 23 Nov 2024)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultFlushEntityEventListener.java
Log Message:
-----------
HHH-14416 tolerate the user mangling the id of a removed object
particularly in the case where this occurred as a result of identifier rollback
Commit: 8a213037899173bd0d7f5575a70292fd59669975
https://github.com/hibernate/hibernate-orm/commit/8a213037899173bd0d7f557...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-11-23 (Sat, 23 Nov 2024)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultEvictEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultFlushEntityEventListener.java
Log Message:
-----------
add some 'final' annotations
Compare: https://github.com/hibernate/hibernate-orm/compare/89fee1cf4261...8a21303...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications