[hibernate/hibernate-orm] 903ce6: mention org.hibernate.graph in migration guide
by Gavin King
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
4 days, 4 hours
[hibernate/hibernate-search] 1bdba9: HSEARCH-5297 Switch to narayana-spring-boot instea...
by Marko Bekhta
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-search
Commit: 1bdba9e498dd90d9834e31e50e7cd741715b2ef9
https://github.com/hibernate/hibernate-search/commit/1bdba9e498dd90d9834e...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2025-01-03 (Fri, 03 Jan 2025)
Changed paths:
M build/parents/build/pom.xml
M integrationtest/mapper/orm-spring/pom.xml
M integrationtest/mapper/orm-spring/src/test/java/org/hibernate/search/integrationtest/spring/jta/timeout/RaisedTimeoutJtaAndSpringOutboxIT.java
M integrationtest/mapper/orm-spring/src/test/java/org/hibernate/search/integrationtest/spring/jta/timeout/TransactionTimeoutJtaAndSpringOutboxIT.java
M integrationtest/mapper/orm-spring/src/test/java/org/hibernate/search/integrationtest/spring/testsupport/AbstractMapperOrmSpringIT.java
M integrationtest/mapper/orm-spring/src/test/java/org/hibernate/search/integrationtest/spring/transaction/TransactionIT.java
M integrationtest/mapper/orm-spring/src/test/resources/application-jta.yaml
M integrationtest/mapper/orm-spring/src/test/resources/application-transaction-timeout.yaml
M integrationtest/mapper/orm-spring/src/test/resources/application.yaml
M pom.xml
Log Message:
-----------
HSEARCH-5297 Switch to narayana-spring-boot instead of atomikos
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-search/settings/notifications
4 days, 8 hours
[hibernate/hibernate-orm] 3e36bc: HHH-19003 - Various build script work
by Steve Ebersole
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 3e36bc4f6d69e43915da1e779593d2c5beb2f5b3
https://github.com/hibernate/hibernate-orm/commit/3e36bc4f6d69e43915da1e7...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2025-01-02 (Thu, 02 Jan 2025)
Changed paths:
M annotation-descriptor-generator/annotation-descriptor-generator.gradle
M build.gradle
M documentation/documentation.gradle
M gradle.properties
R gradle/base-information.gradle
R gradle/databases.gradle
R gradle/group-relocation.gradle
R gradle/java-module.gradle
R gradle/javadoc.gradle
R gradle/module.gradle
R gradle/published-java-module.gradle
R gradle/publishing.gradle
R gradle/releasable.gradle
R gradle/relocated-published-java-module.gradle
M hibernate-agroal/hibernate-agroal.gradle
M hibernate-c3p0/hibernate-c3p0.gradle
M hibernate-community-dialects/hibernate-community-dialects.gradle
M hibernate-core/hibernate-core.gradle
M hibernate-envers/hibernate-envers.gradle
M hibernate-graalvm/hibernate-graalvm.gradle
M hibernate-hikaricp/hibernate-hikaricp.gradle
M hibernate-integrationtest-java-modules/hibernate-integrationtest-java-modules.gradle
M hibernate-jcache/hibernate-jcache.gradle
M hibernate-jfr/hibernate-jfr.gradle
M hibernate-micrometer/hibernate-micrometer.gradle
M hibernate-platform/hibernate-platform.gradle
M hibernate-scan-jandex/hibernate-scan-jandex.gradle
M hibernate-spatial/hibernate-spatial.gradle
M hibernate-testing/hibernate-testing.gradle
M hibernate-ucp/hibernate-ucp.gradle
M hibernate-vector/hibernate-vector.gradle
M local-build-plugins/build.gradle
A local-build-plugins/src/main/groovy/CompilerStubsArgumentProvider.groovy
A local-build-plugins/src/main/groovy/HeapDumpPathProvider.groovy
A local-build-plugins/src/main/groovy/local.code-quality.gradle
A local-build-plugins/src/main/groovy/local.databases.gradle
A local-build-plugins/src/main/groovy/local.java-module.gradle
A local-build-plugins/src/main/groovy/local.javadoc.gradle
A local-build-plugins/src/main/groovy/local.publishing-group-relocation.gradle
A local-build-plugins/src/main/groovy/local.publishing-java-module.gradle
A local-build-plugins/src/main/groovy/local.publishing.gradle
A local-build-plugins/src/main/java/org/hibernate/build/HibernateVersion.java
A local-build-plugins/src/main/java/org/hibernate/build/JpaVersion.java
A local-build-plugins/src/main/java/org/hibernate/build/OrmBuildDetails.java
A local-build-plugins/src/main/java/org/hibernate/build/ReleaseDetails.java
A local-build-plugins/src/main/java/org/hibernate/build/aspects/Aspect.java
A local-build-plugins/src/main/java/org/hibernate/build/aspects/ModuleAspect.java
R local-build-plugins/src/main/java/org/hibernate/orm/env/EnvironmentProjectPlugin.java
M local-build-plugins/src/main/java/org/hibernate/orm/env/EnvironmentSettingsPlugin.java
R local-build-plugins/src/main/java/org/hibernate/orm/env/HibernateVersion.java
R local-build-plugins/src/main/java/org/hibernate/orm/env/JpaVersion.java
A local-build-plugins/src/main/java/org/hibernate/orm/env/OrmBuildConfig.java
M local-build-plugins/src/main/java/org/hibernate/orm/post/AbstractJandexAwareTask.java
M local-build-plugins/src/main/java/org/hibernate/orm/post/DialectReportTask.java
M local-build-plugins/src/main/java/org/hibernate/orm/properties/SettingsDocGenerationTask.java
M local-build-plugins/src/main/java/org/hibernate/orm/properties/SettingsDocumentationPlugin.java
M release/release.gradle
M tooling/hibernate-ant/hibernate-ant.gradle
M tooling/hibernate-gradle-plugin/hibernate-gradle-plugin.gradle
M tooling/hibernate-maven-plugin/hibernate-maven-plugin.gradle
M tooling/metamodel-generator/hibernate-processor.gradle
Log Message:
-----------
HHH-19003 - Various build script work
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
4 days, 13 hours