Branch: refs/heads/8.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 3d1b143820720bbbc9c3ec462fb78468fa8065d5
https://github.com/hibernate/hibernate-orm/commit/3d1b143820720bbbc9c3ec4...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2026-06-15 (Mon, 15 Jun 2026)
Changed paths:
M documentation/documentation.gradle
M documentation/src/main/asciidoc/introduction/Tuning.adoc
M hibernate-micrometer/hibernate-micrometer.gradle
M migration-guide.adoc
Log Message:
-----------
HHH-20568 Make Micrometer a provided dependency of hibernate-micrometer
The micrometer-core dependency is now compileOnly instead of
implementation, so it is no longer pulled transitively at runtime.
Users must add their own micrometer-core dependency explicitly.
Documentation updated to mention the compatible Micrometer version
(major.minor, extracted from the version catalog).
Assisted-By: Claude Code <noreply(a)anthropic.com>
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications