generated from it-at-m/oss-repository-en-template
-
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.
🚧 #29 add custom native metadata as workaround
- Loading branch information
Showing
2 changed files
with
196 additions
and
0 deletions.
There are no files selected for viewing
89 changes: 89 additions & 0 deletions
89
refarch-gateway/src/main/resources/META-INF/native-image/refarch-gateway/reflect-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,89 @@ | ||
[ | ||
{ | ||
"condition": { | ||
"typeReachable": "com.hazelcast.shaded.org.jctools.queues.MpmcArrayQueueProducerIndexField" | ||
}, | ||
"name": "com.hazelcast.shaded.org.jctools.queues.MpmcArrayQueueProducerIndexField", | ||
"fields": [ | ||
{ | ||
"name": "consumerIndex" | ||
} | ||
] | ||
}, | ||
{ | ||
"condition": { | ||
"typeReachable": "com.hazelcast.shaded.org.jctools.queues.MpmcArrayQueueProducerIndexField" | ||
}, | ||
"name": "com.hazelcast.shaded.org.jctools.queues.MpmcArrayQueueProducerIndexField", | ||
"fields": [ | ||
{ | ||
"name": "producerIndex" | ||
} | ||
] | ||
}, | ||
{ | ||
"condition": { | ||
"typeReachable": "com.hazelcast.shaded.org.jctools.queues.MpmcArrayQueueConsumerIndexField" | ||
}, | ||
"name": "com.hazelcast.shaded.org.jctools.queues.MpmcArrayQueueConsumerIndexField", | ||
"fields": [ | ||
{ | ||
"name": "consumerIndex" | ||
} | ||
] | ||
}, | ||
{ | ||
"condition": { | ||
"typeReachable": "com.hazelcast.shaded.org.jctools.queues.MpmcArrayQueueConsumerIndexField" | ||
}, | ||
"name": "com.hazelcast.shaded.org.jctools.queues.MpmcArrayQueueConsumerIndexField", | ||
"fields": [ | ||
{ | ||
"name": "producerIndex" | ||
} | ||
] | ||
}, | ||
{ | ||
"condition": { | ||
"typeReachable": "com.hazelcast.instance.BuildInfoProvider" | ||
}, | ||
"name": "com.hazelcast.instance.GeneratedBuildProperties", | ||
"fields": [ | ||
{ | ||
"name": "ARTIFACT_ID" | ||
} | ||
] | ||
}, | ||
{ | ||
"condition": { | ||
"typeReachable": "com.hazelcast.internal.metrics.impl.MetricsCollectionCycle" | ||
}, | ||
"name": "com.hazelcast.internal.partition.impl.MigrationStats", | ||
"methods": [ | ||
{ | ||
"name": "getElapsedDestinationCommitTimeNanoseconds", | ||
"parameterTypes": [] | ||
}, | ||
{ | ||
"name": "getElapsedMigrationOperationTimeNanoseconds", | ||
"parameterTypes": [] | ||
}, | ||
{ | ||
"name": "getElapsedMigrationTimeNanoseconds", | ||
"parameterTypes": [] | ||
}, | ||
{ | ||
"name": "getTotalElapsedDestinationCommitTimeNanoseconds", | ||
"parameterTypes": [] | ||
}, | ||
{ | ||
"name": "getTotalElapsedMigrationOperationTimeNanoseconds", | ||
"parameterTypes": [] | ||
}, | ||
{ | ||
"name": "getTotalElapsedMigrationTimeNanoseconds", | ||
"parameterTypes": [] | ||
} | ||
] | ||
} | ||
] |
107 changes: 107 additions & 0 deletions
107
...ateway/src/main/resources/META-INF/native-image/refarch-gateway/serialization-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,107 @@ | ||
{ | ||
"types": [ | ||
{ | ||
"name": "com.nimbusds.oauth2.sdk.util.OrderedJSONObject" | ||
}, | ||
{ | ||
"name": "java.lang.Boolean" | ||
}, | ||
{ | ||
"name": "java.net.URL" | ||
}, | ||
{ | ||
"name": "java.time.Duration" | ||
}, | ||
{ | ||
"name": "java.time.Instant" | ||
}, | ||
{ | ||
"name": "java.time.Ser" | ||
}, | ||
{ | ||
"name": "java.util.Collections$UnmodifiableMap" | ||
}, | ||
{ | ||
"name": "java.util.HashMap" | ||
}, | ||
{ | ||
"name": "java.util.HashSet" | ||
}, | ||
{ | ||
"name": "java.util.LinkedHashMap" | ||
}, | ||
{ | ||
"name": "java.util.LinkedHashSet" | ||
}, | ||
{ | ||
"name": "net.minidev.json.JSONObject" | ||
}, | ||
{ | ||
"name": "org.springframework.security.oauth2.client.OAuth2AuthorizedClient" | ||
}, | ||
{ | ||
"name": "org.springframework.security.oauth2.client.registration.ClientRegistration" | ||
}, | ||
{ | ||
"name": "org.springframework.security.oauth2.client.registration.ClientRegistration$ProviderDetails" | ||
}, | ||
{ | ||
"name": "org.springframework.security.oauth2.client.registration.ClientRegistration$ProviderDetails$UserInfoEndpoint" | ||
}, | ||
{ | ||
"name": "org.springframework.security.oauth2.core.AbstractOAuth2Token" | ||
}, | ||
{ | ||
"name": "org.springframework.security.oauth2.core.AuthenticationMethod" | ||
}, | ||
{ | ||
"name": "org.springframework.security.oauth2.core.AuthorizationGrantType" | ||
}, | ||
{ | ||
"name": "org.springframework.security.oauth2.core.ClientAuthenticationMethod" | ||
}, | ||
{ | ||
"name": "org.springframework.security.oauth2.core.OAuth2AccessToken" | ||
}, | ||
{ | ||
"name": "org.springframework.security.oauth2.core.OAuth2AccessToken$TokenType" | ||
}, | ||
{ | ||
"name": "org.springframework.security.oauth2.core.OAuth2RefreshToken" | ||
}, | ||
{ | ||
"name": "org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest" | ||
}, | ||
{ | ||
"name": "org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationResponseType" | ||
}, | ||
{ | ||
"name": "org.springframework.security.oauth2.core.oidc.OidcIdToken" | ||
}, | ||
{ | ||
"name": "org.springframework.security.oauth2.core.oidc.OidcUserInfo" | ||
}, | ||
{ | ||
"name": "org.springframework.security.oauth2.core.oidc.user.DefaultOidcUser" | ||
}, | ||
{ | ||
"name": "org.springframework.security.oauth2.core.oidc.user.OidcUserAuthority" | ||
}, | ||
{ | ||
"name": "org.springframework.security.oauth2.core.user.DefaultOAuth2User" | ||
}, | ||
{ | ||
"name": "org.springframework.security.oauth2.core.user.OAuth2UserAuthority" | ||
}, | ||
{ | ||
"name": "org.springframework.session.MapSession" | ||
}, | ||
{ | ||
"name": "sun.security.provider.SHA" | ||
} | ||
], | ||
"lambdaCapturingTypes": [ | ||
], | ||
"proxies": [ | ||
] | ||
} |