forked from spring-projects/spring-petclinic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a reproducer for the failure with Hibernate 6.6
Changes: - Metadata from oracle/graalvm-reachability-metadata#523 - Spring Boot 3.4.0-SNAPSHOT - ext['hibernate.version'] = "6.6.0.Final"
- Loading branch information
Showing
396 changed files
with
83,505 additions
and
1 deletion.
There are no files selected for viewing
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
3 changes: 3 additions & 0 deletions
3
metadata/ch.qos.logback.contrib/logback-jackson/0.1.5/index.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,3 @@ | ||
[ | ||
"reflect-config.json" | ||
] |
15 changes: 15 additions & 0 deletions
15
metadata/ch.qos.logback.contrib/logback-jackson/0.1.5/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,15 @@ | ||
[ | ||
{ | ||
"name": "ch.qos.logback.contrib.jackson.JacksonJsonFormatter", | ||
"condition": { | ||
"typeReachable": "ch.qos.logback.core.util.OptionHelper" | ||
}, | ||
"queryAllPublicMethods": true, | ||
"methods": [ | ||
{ | ||
"name": "<init>", | ||
"parameterTypes": [] | ||
} | ||
] | ||
} | ||
] |
10 changes: 10 additions & 0 deletions
10
metadata/ch.qos.logback.contrib/logback-jackson/index.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,10 @@ | ||
[ | ||
{ | ||
"latest": true, | ||
"metadata-version": "0.1.5", | ||
"module": "ch.qos.logback.contrib:logback-jackson", | ||
"tested-versions": [ | ||
"0.1.5" | ||
] | ||
} | ||
] |
3 changes: 3 additions & 0 deletions
3
metadata/ch.qos.logback.contrib/logback-json-classic/0.1.5/index.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,3 @@ | ||
[ | ||
"reflect-config.json" | ||
] |
117 changes: 117 additions & 0 deletions
117
metadata/ch.qos.logback.contrib/logback-json-classic/0.1.5/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,117 @@ | ||
[ | ||
{ | ||
"name": "ch.qos.logback.contrib.json.JsonFormatter", | ||
"condition": { | ||
"typeReachable": "ch.qos.logback.core.util.OptionHelper" | ||
}, | ||
"methods": [ | ||
{ | ||
"name": "valueOf", | ||
"parameterTypes": [ | ||
"java.lang.String" | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "ch.qos.logback.contrib.json.JsonLayoutBase", | ||
"condition": { | ||
"typeReachable": "ch.qos.logback.core.util.OptionHelper" | ||
}, | ||
"methods": [ | ||
{ | ||
"name": "setAppendLineSeparator", | ||
"parameterTypes": [ | ||
"boolean" | ||
] | ||
}, | ||
{ | ||
"name": "setIncludeTimestamp", | ||
"parameterTypes": [ | ||
"boolean" | ||
] | ||
}, | ||
{ | ||
"name": "setJsonFormatter", | ||
"parameterTypes": [ | ||
"ch.qos.logback.contrib.json.JsonFormatter" | ||
] | ||
}, | ||
{ | ||
"name": "setTimestampFormat", | ||
"parameterTypes": [ | ||
"java.lang.String" | ||
] | ||
}, | ||
{ | ||
"name": "setTimestampFormatTimezoneId", | ||
"parameterTypes": [ | ||
"java.lang.String" | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "ch.qos.logback.contrib.json.classic.JsonLayout", | ||
"condition": { | ||
"typeReachable": "ch.qos.logback.core.util.OptionHelper" | ||
}, | ||
"queryAllPublicMethods": true, | ||
"methods": [ | ||
{ | ||
"name": "<init>", | ||
"parameterTypes": [ | ||
|
||
] | ||
}, | ||
{ | ||
"name": "setIncludeContextName", | ||
"parameterTypes": [ | ||
"boolean" | ||
] | ||
}, | ||
{ | ||
"name": "setIncludeException", | ||
"parameterTypes": [ | ||
"boolean" | ||
] | ||
}, | ||
{ | ||
"name": "setIncludeFormattedMessage", | ||
"parameterTypes": [ | ||
"boolean" | ||
] | ||
}, | ||
{ | ||
"name": "setIncludeLevel", | ||
"parameterTypes": [ | ||
"boolean" | ||
] | ||
}, | ||
{ | ||
"name": "setIncludeLoggerName", | ||
"parameterTypes": [ | ||
"boolean" | ||
] | ||
}, | ||
{ | ||
"name": "setIncludeMDC", | ||
"parameterTypes": [ | ||
"boolean" | ||
] | ||
}, | ||
{ | ||
"name": "setIncludeMessage", | ||
"parameterTypes": [ | ||
"boolean" | ||
] | ||
}, | ||
{ | ||
"name": "setIncludeThreadName", | ||
"parameterTypes": [ | ||
"boolean" | ||
] | ||
} | ||
] | ||
} | ||
] |
10 changes: 10 additions & 0 deletions
10
metadata/ch.qos.logback.contrib/logback-json-classic/index.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,10 @@ | ||
[ | ||
{ | ||
"latest": true, | ||
"metadata-version": "0.1.5", | ||
"module": "ch.qos.logback.contrib:logback-json-classic", | ||
"tested-versions": [ | ||
"0.1.5" | ||
] | ||
} | ||
] |
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,3 @@ | ||
[ | ||
"reflect-config.json" | ||
] |
Oops, something went wrong.