Usage with hibernate-jfr #45552
Unanswered
andrewazores
asked this question in
Q&A
Replies: 1 comment
-
/cc @gsmet (hibernate-orm) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think when using Quarkus with JFR, and the
quarkus-jfr
extension, then thehibernate-jfr
optional dependency is also likely to be very interesting. I assume that Hibernate/Panache is a very common Quarkus extension, too.The Hibernate/Panache version is easily managed using the
quarkus-bom
, and thequarkus-jfr
extension version too of course, but the BOM doesn't trackhibernate-jfr
and there doesn't seem to be an easy way at a glance to use quarkus+panache+hibernate-jfr together without having to manually track the Hibernate version and pin thehibernate-jfr
version to match.Is there a better way to do this currently? Does it make sense to have the
hibernate-jfr
optional dependency version in the BOM?Example reference: cryostatio/cryostat#750
Beta Was this translation helpful? Give feedback.
All reactions