Skip to content

Commit

Permalink
🚧 #29 add custom native metadata as workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir committed Jul 26, 2024
1 parent 975bd24 commit 8ba88a9
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 0 deletions.
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": []
}
]
}
]
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": [
]
}

0 comments on commit 8ba88a9

Please sign in to comment.