Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/json payload fix #59

Merged
merged 16 commits into from
Jan 31, 2024
454 changes: 454 additions & 0 deletions aspect-model-editor-runtime/.graalvm/jni-config.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"type":"agent-extracted",
"classes":[
]
}
]

29 changes: 29 additions & 0 deletions aspect-model-editor-runtime/.graalvm/proxy-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[
{
"interfaces":["java.lang.reflect.ParameterizedType","org.springframework.core.SerializableTypeWrapper$SerializableTypeProxy","java.io.Serializable"]
},
{
"interfaces":["java.lang.reflect.TypeVariable","org.springframework.core.SerializableTypeWrapper$SerializableTypeProxy","java.io.Serializable"]
},
{
"interfaces":["java.lang.reflect.WildcardType","org.springframework.core.SerializableTypeWrapper$SerializableTypeProxy","java.io.Serializable"]
},
{
"interfaces":["java.util.function.Consumer"]
},
{
"interfaces":["org.springframework.boot.context.properties.ConfigurationProperties"]
},
{
"interfaces":["org.springframework.web.bind.annotation.ControllerAdvice"]
},
{
"interfaces":["org.springframework.web.bind.annotation.RequestHeader"]
},
{
"interfaces":["org.springframework.web.bind.annotation.RequestMapping"]
},
{
"interfaces":["org.springframework.web.bind.annotation.RequestParam"]
}
]
Loading
Loading