Skip to content

Commit

Permalink
update reachability metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Feb 24, 2025
1 parent a7b3dbe commit 455f1dc
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5040,6 +5040,9 @@
{
"type": "jakarta.xml.ws.WebServiceRef"
},
{
"type": "java.beans.ConstructorProperties"
},
{
"type": "java.io.ByteArrayOutputStream"
},
Expand Down Expand Up @@ -5067,6 +5070,14 @@
{
"type": "java.io.FilePermission"
},
{
"type": "java.io.FileSystem",
"fields": [
{
"name": "useCanonCaches"
}
]
},
{
"type": "java.io.IOException"
},
Expand Down Expand Up @@ -6616,6 +6627,9 @@
{
"type": "org.apache.catalina.Valve"
},
{
"type": "org.apache.catalina.WebResourceRoot"
},
{
"type": "org.apache.catalina.authenticator.AuthenticatorBase"
},
Expand Down Expand Up @@ -7067,6 +7081,9 @@
{
"type": "org.jooq.ConnectionRunnable"
},
{
"type": "org.jooq.ConstructorPropertiesProvider"
},
{
"type": "org.jooq.ContextTransactionalCallable"
},
Expand All @@ -7088,6 +7105,9 @@
{
"type": "org.jooq.CreateSchemaFinalStep"
},
{
"type": "org.jooq.CreateSequenceAsStep"
},
{
"type": "org.jooq.CreateSequenceFlagsStep"
},
Expand Down Expand Up @@ -7529,6 +7549,9 @@
{
"type": "org.jooq.Statement"
},
{
"type": "org.jooq.SubscriberProvider"
},
{
"type": "org.jooq.Support"
},
Expand Down Expand Up @@ -7690,6 +7713,9 @@
"type": "org.jooq.impl.AbstractScope",
"allDeclaredFields": true
},
{
"type": "org.jooq.impl.AnnotatedPojoMemberProvider"
},
{
"type": "org.jooq.impl.Cache"
},
Expand Down Expand Up @@ -7733,6 +7759,9 @@
{
"type": "org.jooq.impl.SQLDataType"
},
{
"type": "org.jooq.impl.SQLDataTypes$ClickHouseDataType"
},
{
"type": "org.jooq.impl.SQLDataTypes$DuckDBDataType"
},
Expand Down Expand Up @@ -9316,6 +9345,13 @@
"java.util.Map",
"org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties"
]
},
{
"name": "dbHealthContributor",
"parameterTypes": [
"org.springframework.beans.factory.config.ConfigurableListableBeanFactory",
"org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties"
]
}
]
},
Expand Down Expand Up @@ -9607,6 +9643,14 @@
"java.util.Map"
]
},
{
"name": "<init>",
"parameterTypes": [
"io.micrometer.core.instrument.MeterRegistry",
"java.util.Collection",
"org.springframework.beans.factory.config.ConfigurableListableBeanFactory"
]
},
{
"name": "cacheMetricsRegistrar",
"parameterTypes": []
Expand Down Expand Up @@ -9706,6 +9750,13 @@
"java.util.Map",
"org.springframework.beans.factory.ObjectProvider"
]
},
{
"name": "dataSourcePoolMetadataMeterBinder",
"parameterTypes": [
"org.springframework.beans.factory.config.ConfigurableListableBeanFactory",
"org.springframework.beans.factory.ObjectProvider"
]
}
]
},
Expand Down Expand Up @@ -9764,6 +9815,13 @@
"io.micrometer.core.instrument.MeterRegistry"
]
},
{
"name": "bindTaskExecutorsToRegistry",
"parameterTypes": [
"org.springframework.beans.factory.config.ConfigurableListableBeanFactory",
"io.micrometer.core.instrument.MeterRegistry"
]
},
{
"name": "eagerTaskExecutorMetrics",
"parameterTypes": []
Expand Down Expand Up @@ -16165,6 +16223,9 @@
{
"type": "org.springframework.web.client.RestClient$Builder"
},
{
"type": "org.springframework.web.client.RestClientException"
},
{
"type": "org.springframework.web.client.RestTemplate"
},
Expand Down Expand Up @@ -16296,6 +16357,9 @@
{
"type": "org.springframework.web.reactive.function.client.WebClient"
},
{
"type": "org.springframework.web.reactive.function.client.WebClientException"
},
{
"type": "org.springframework.web.service.annotation.HttpExchange"
},
Expand Down Expand Up @@ -17886,6 +17950,7 @@
{
"type": "vc.controller.ChatsController$Chat",
"allDeclaredFields": true,
"allPublicFields": true,
"methods": [
{
"name": "<init>",
Expand Down Expand Up @@ -17975,6 +18040,7 @@
{
"type": "vc.controller.ChatsController$PlayerChat",
"allDeclaredFields": true,
"allPublicFields": true,
"methods": [
{
"name": "<init>",
Expand Down Expand Up @@ -18083,6 +18149,7 @@
{
"type": "vc.controller.ConnectionsController$Connection",
"allDeclaredFields": true,
"allPublicFields": true,
"methods": [
{
"name": "<init>",
Expand Down Expand Up @@ -18146,6 +18213,7 @@
{
"type": "vc.controller.ConnectionsController$PlayerConnection",
"allDeclaredFields": true,
"allPublicFields": true,
"methods": [
{
"name": "<init>",
Expand Down Expand Up @@ -18297,6 +18365,7 @@
{
"type": "vc.controller.DeathsController$Death",
"allDeclaredFields": true,
"allPublicFields": true,
"methods": [
{
"name": "<init>",
Expand Down Expand Up @@ -18886,6 +18955,7 @@
{
"type": "vc.controller.QueueController$QueueData",
"allDeclaredFields": true,
"allPublicFields": true,
"methods": [
{
"name": "<init>",
Expand Down Expand Up @@ -19032,6 +19102,7 @@
{
"type": "vc.controller.StatsController$PlayerStats",
"allDeclaredFields": true,
"allPublicFields": true,
"methods": [
{
"name": "<init>",
Expand Down Expand Up @@ -19564,15 +19635,15 @@
"type": "vc.util.Sort",
"allDeclaredFields": true,
"methods": [
{
"name": "toValue",
"parameterTypes": []
},
{
"name": "fromValue",
"parameterTypes": [
"java.lang.String"
]
},
{
"name": "toValue",
"parameterTypes": []
}
]
},
Expand Down Expand Up @@ -20016,4 +20087,4 @@
]
}
]
}
}

Large diffs are not rendered by default.

0 comments on commit 455f1dc

Please sign in to comment.