Skip to content

Commit

Permalink
Update native-image build config
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-devex committed Jun 7, 2021
1 parent 950fd74 commit 8c2e723
Showing 1 changed file with 37 additions and 22 deletions.
59 changes: 37 additions & 22 deletions src/main/resources/META-INF/native-image/reflect-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,62 +255,77 @@
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"gitlab.clone.$GitServiceDefinitionClass",
"name":"devex.$DevexCommandDefinitionClass",
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"gitlab.clone.$GitlabClient$InterceptedDefinitionClass",
"name":"devex.$GitlabCloneCommandDefinitionClass",
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"gitlab.clone.$GitlabCloneCommandDefinitionClass",
"name":"devex.DevexCommand",
"allDeclaredFields":true,
"allDeclaredMethods":true
},
{
"name":"devex.DevexCommand$AppVersionProvider",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"gitlab.clone.$GitlabGroup$IntrospectionRef",
"name":"devex.GitlabCloneCommand",
"allDeclaredFields":true,
"allDeclaredMethods":true
},
{
"name":"devex.GitlabCommand",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"gitlab.clone.$GitlabProject$IntrospectionRef",
"name":"devex.git.$GitServiceDefinitionClass",
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"gitlab.clone.$GitlabServiceDefinitionClass",
"name":"devex.git.GitService",
"fields":[{"name":"httpsPassword"}]
},
{
"name":"devex.gitlab.$GitlabClient$InterceptedDefinitionClass",
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"gitlab.clone.$GitlabVersion$IntrospectionRef",
"name":"devex.gitlab.$GitlabGroup$IntrospectionRef",
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"gitlab.clone.GitService",
"fields":[{"name":"httpsPassword"}]
"name":"devex.gitlab.$GitlabProject$IntrospectionRef",
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"gitlab.clone.GitlabCloneCommand",
"allDeclaredFields":true,
"allDeclaredMethods":true
"name":"devex.gitlab.$GitlabServiceDefinitionClass",
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"gitlab.clone.GitlabCloneCommand$AppVersionProvider",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"name":"devex.gitlab.$GitlabVersion$IntrospectionRef",
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"gitlab.clone.GitlabGroup",
"name":"devex.gitlab.GitlabGroup",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true
},
{
"name":"gitlab.clone.GitlabProject",
"name":"devex.gitlab.GitlabProject",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true
},
{
"name":"gitlab.clone.GitlabVersion",
"name":"devex.gitlab.GitlabVersion",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true
Expand Down Expand Up @@ -1092,10 +1107,6 @@
{
"name":"io.netty.channel.pool.SimpleChannelPool$1"
},
{
"name":"io.netty.channel.socket.nio.NioSocketChannel",
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"io.netty.handler.codec.ByteToMessageDecoder",
"methods":[
Expand Down Expand Up @@ -1256,6 +1267,10 @@
"name":"java.nio.Buffer",
"fields":[{"name":"address"}]
},
{
"name":"java.nio.ByteBuffer",
"methods":[{"name":"alignedSlice","parameterTypes":["int"] }]
},
{
"name":"java.nio.DirectByteBuffer",
"methods":[{"name":"<init>","parameterTypes":["long","int"] }]
Expand Down

0 comments on commit 8c2e723

Please sign in to comment.