Skip to content

Commit dd99d16

Browse files
authored
adjust muzzle for hibernate-core (#10120)
1 parent 0d1a541 commit dd99d16

File tree

1 file changed

+12
-2
lines changed
  • dd-java-agent/instrumentation/hibernate/core-4.3

1 file changed

+12
-2
lines changed

dd-java-agent/instrumentation/hibernate/core-4.3/build.gradle

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,18 @@ muzzle {
22
pass {
33
group = "org.hibernate"
44
module = "hibernate-core"
5-
versions = "[4.3.0.Final,)"
6-
assertInverse = true
5+
versions = "[4.3.0.Final,6)"
6+
}
7+
fail {
8+
group = "org.hibernate"
9+
module = "hibernate-core"
10+
versions = "(,4.3.0.Final)"
11+
}
12+
// hibernate-core has been moved
13+
pass {
14+
group = "org.hibernate.orm"
15+
module = "hibernate-core"
16+
versions = "[6,)"
717
}
818
}
919

0 commit comments

Comments
 (0)