-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency io.micronaut.sql:micronaut-sql-bom to v5…
….5.1 (#2792) * fix(deps): update dependency io.micronaut.sql:micronaut-sql-bom to v5.5.1 * Add validation dependency * Add reflection config for the stuff changed in hibernate 6.4.4 * Update reflect-config.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: radovanradic <radicr@gmail.com>
- Loading branch information
1 parent
925539e
commit 332bd6f
Showing
5 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
...rces/META-INF/native-image/io.micronaut.data/data-hibernate-jpa-graal/reflect-config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[ | ||
{ | ||
"name": "org.hibernate.event.spi.PreInsertEventListener[]", | ||
"condition": { | ||
"typeReachable": "org.hibernate.event.service.internal.EventListenerGroupImpl" | ||
}, | ||
"unsafeAllocated": true | ||
}, | ||
{ | ||
"name": "org.hibernate.event.spi.PreDeleteEventListener[]", | ||
"condition": { | ||
"typeReachable": "org.hibernate.event.service.internal.EventListenerGroupImpl" | ||
}, | ||
"unsafeAllocated": true | ||
}, | ||
{ | ||
"name": "org.hibernate.event.spi.PreUpdateEventListener[]", | ||
"condition": { | ||
"typeReachable": "org.hibernate.event.service.internal.EventListenerGroupImpl" | ||
}, | ||
"unsafeAllocated": true | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters