Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 903ce6648fdff53c5a002f51b8a0218003f37f47
https://github.com/hibernate/hibernate-orm/commit/903ce6648fdff53c5a002f5...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-01-03 (Fri, 03 Jan 2025)
Changed paths:
M migration-guide.adoc
Log Message:
-----------
mention org.hibernate.graph in migration guide
Commit: 4b106b65591578e1d2d748aa58c17133160af09a
https://github.com/hibernate/hibernate-orm/commit/4b106b65591578e1d2d748a...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-01-03 (Fri, 03 Jan 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/PersistenceSettings.java
M migration-guide.adoc
Log Message:
-----------
add missing @since
Commit: ced58cc99846262eda789f8861d14e4babcee6f7
https://github.com/hibernate/hibernate-orm/commit/ced58cc99846262eda789f8...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-01-03 (Fri, 03 Jan 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/graph/AttributeNode.java
M hibernate-core/src/main/java/org/hibernate/graph/Graph.java
Log Message:
-----------
add some @since annotations and a lil' bit more Javadoc
Commit: cfe4346ef80cea5ce8df6cd92c356b69ac2b0a1c
https://github.com/hibernate/hibernate-orm/commit/cfe4346ef80cea5ce8df6cd...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-01-03 (Fri, 03 Jan 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/graph/AttributeNode.java
M hibernate-core/src/main/java/org/hibernate/graph/Graph.java
R hibernate-core/src/main/java/org/hibernate/graph/internal/AbstractGraph.java
M hibernate-core/src/main/java/org/hibernate/graph/internal/AttributeNodeImpl.java
A hibernate-core/src/main/java/org/hibernate/graph/internal/GraphImpl.java
M hibernate-core/src/main/java/org/hibernate/graph/internal/RootGraphImpl.java
M hibernate-core/src/main/java/org/hibernate/graph/internal/SubGraphImpl.java
M hibernate-core/src/main/java/org/hibernate/graph/internal/parse/GraphParser.java
M
hibernate-core/src/main/java/org/hibernate/graph/internal/parse/PathQualifierType.java
M
hibernate-core/src/main/java/org/hibernate/graph/internal/parse/SubGraphGenerator.java
M hibernate-core/src/main/java/org/hibernate/graph/spi/AttributeNodeImplementor.java
M hibernate-core/src/main/java/org/hibernate/graph/spi/GraphImplementor.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/model/domain/MapPersistentAttribute.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/model/domain/internal/JpaMetamodelImpl.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/internal/AppliedGraphs.java
M
hibernate-core/src/main/java/org/hibernate/sql/results/graph/entity/internal/EntityDelayedFetchInitializer.java
M
hibernate-core/src/main/java/org/hibernate/sql/results/internal/StandardEntityGraphTraversalStateImpl.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/entitygraph/parser/EntityGraphParserTest.java
Log Message:
-----------
Graphpocalypse: actually let's just deprecate the makeXxxxSubGraph() operations...
... and delete the new ones I added.
The reasoning here is that they just aren't properly typesafe,
as you can see by the hoops I had to go through to actually
implement them. And since the whole package is marked
@Incubating, we're not committed to them.
This lets me make the implementation even more typesafe and
detect more user errors and bugs.
Compare:
https://github.com/hibernate/hibernate-orm/compare/3e36bc4f6d69...cfe4346...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications