Skip to content

Commit

Permalink
Fix/json payload fix (#59)
Browse files Browse the repository at this point in the history
Fixed json payload for Windows, linux and MAc. Fixed doc generation for Windows and Linux. However, this solution is currently not supported on MacOS. This is due to the lack of support for 'AWT' in GraalVM Native Images on MacOS, as explained in this GitHub issue: oracle/graal#4124. We are working on providing support for MacOS in the future.
  • Loading branch information
michelu89 authored Jan 31, 2024
1 parent 9dd9a4f commit 36f69a3
Show file tree
Hide file tree
Showing 21 changed files with 16,068 additions and 2,093 deletions.
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

0 comments on commit 36f69a3

Please sign in to comment.