-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
21 changed files
with
16,068 additions
and
2,093 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
aspect-model-editor-runtime/.graalvm/predefined-classes-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,8 @@ | ||
[ | ||
{ | ||
"type":"agent-extracted", | ||
"classes":[ | ||
] | ||
} | ||
] | ||
|
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,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"] | ||
} | ||
] |
Oops, something went wrong.