Skip to content

Commit

Permalink
Add missing method to reflection configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tvallin committed Nov 6, 2024
1 parent 03965a3 commit 8083a6e
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,17 @@
}
]
},
{
"name": "org.hibernate.boot.beanvalidation.TypeSafeActivator",
"methods": [
{
"name": "validateSuppliedFactory",
"parameterTypes": [
"java.lang.Object"
]
}
]
},
{
"name": "org.hibernate.event.spi.ClearEventListener"
},
Expand Down

0 comments on commit 8083a6e

Please sign in to comment.