Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 5b7673d86223e65de7704ebc7780c603551f4472
https://github.com/hibernate/hibernate-orm/commit/5b7673d86223e65de7704eb...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-01-02 (Thu, 02 Jan 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/graph/AttributeNode.java
M hibernate-core/src/main/java/org/hibernate/graph/EntityGraphs.java
M hibernate-core/src/main/java/org/hibernate/graph/Graph.java
M hibernate-core/src/main/java/org/hibernate/graph/RootGraph.java
M hibernate-core/src/main/java/org/hibernate/graph/internal/AbstractGraph.java
M hibernate-core/src/main/java/org/hibernate/graph/internal/AttributeNodeImpl.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
Log Message:
-----------
Graphpocalypse: deprecated funkily-named methods of Graph
All of these methods now exist in the JPA supertype,
without the funky naming. We need to guide users away
from the non-standard ones, especially in light of the
ugliness.
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications