Skip to content

Commit

Permalink
train graalvm again
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Apr 8, 2021
1 parent 61348cc commit 296f5a9
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,78 @@
"name":"ch.qos.logback.core.status.NopStatusListener",
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"cloudflow.runner.config$Cloudflow",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true,
"allPublicConstructors":true
},
{
"name":"cloudflow.runner.config$Cloudflow$",
"allPublicMethods":true,
"fields":[{"name":"MODULE$"}]
},
{
"name":"cloudflow.runner.config$CloudflowRoot",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true,
"allPublicConstructors":true
},
{
"name":"cloudflow.runner.config$CloudflowRoot$",
"allPublicMethods":true,
"fields":[{"name":"MODULE$"}]
},
{
"name":"cloudflow.runner.config$Runner",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true,
"allPublicConstructors":true
},
{
"name":"cloudflow.runner.config$Runner$",
"allPublicMethods":true,
"fields":[{"name":"MODULE$"}]
},
{
"name":"cloudflow.runner.config$Streamlet",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true,
"allPublicConstructors":true
},
{
"name":"cloudflow.runner.config$Streamlet$",
"allPublicMethods":true,
"fields":[{"name":"MODULE$"}]
},
{
"name":"cloudflow.runner.config$StreamletContext",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true,
"allPublicConstructors":true
},
{
"name":"cloudflow.runner.config$StreamletContext$",
"allPublicMethods":true,
"fields":[{"name":"MODULE$"}]
},
{
"name":"cloudflow.runner.config$Topic",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true,
"allPublicConstructors":true
},
{
"name":"cloudflow.runner.config$Topic$",
"allPublicMethods":true,
"fields":[{"name":"MODULE$"}]
},
{
"name":"com.fasterxml.jackson.annotation.JsonCreator[]"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
{"pattern":"\\Qakka/datap/crd/App$Streamlet.class\\E"},
{"pattern":"\\Qakka/datap/crd/App$StreamletStatus.class\\E"},
{"pattern":"\\Qakka/datap/crd/App$VolumeMountDescriptor.class\\E"},
{"pattern":"\\Qcloudflow/runner/config$Cloudflow.class\\E"},
{"pattern":"\\Qcloudflow/runner/config$CloudflowRoot.class\\E"},
{"pattern":"\\Qcloudflow/runner/config$Runner.class\\E"},
{"pattern":"\\Qcloudflow/runner/config$Streamlet.class\\E"},
{"pattern":"\\Qcloudflow/runner/config$StreamletContext.class\\E"},
{"pattern":"\\Qcloudflow/runner/config$Topic.class\\E"},
{"pattern":"\\Qcom/fasterxml/jackson/module/scala/build.properties\\E"},
{"pattern":"\\Qio/fabric8/kubernetes/api/model/ConfigMap.class\\E"},
{"pattern":"\\Qio/fabric8/kubernetes/api/model/ConfigMapList.class\\E"},
Expand Down

0 comments on commit 296f5a9

Please sign in to comment.