Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 35e5f6d8bd3f5127298a8e9589126339ff198784
https://github.com/hibernate/hibernate-orm/commit/35e5f6d8bd3f5127298a8e9...
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