Skip to content

Instantly share code, notes, and snippets.

@jwulf
Created February 24, 2025 01:49
Show Gist options
  • Save jwulf/cf1a62957e91a994e2606060c0eed546 to your computer and use it in GitHub Desktop.
Save jwulf/cf1a62957e91a994e2606060c0eed546 to your computer and use it in GitHub Desktop.
{
"groups": [
{
"name": "camunda.client",
"type": "io.camunda.spring.client.properties.CamundaClientProperties",
"sourceType": "io.camunda.spring.client.properties.CamundaClientProperties"
},
{
"name": "camunda.client.auth",
"type": "io.camunda.spring.client.properties.CamundaClientAuthProperties",
"sourceType": "io.camunda.spring.client.properties.CamundaClientProperties",
"sourceMethod": "getAuth()"
},
{
"name": "camunda.client.cloud",
"type": "io.camunda.spring.client.properties.CamundaClientCloudProperties",
"sourceType": "io.camunda.spring.client.properties.CamundaClientProperties",
"sourceMethod": "getCloud()"
},
{
"name": "camunda.client.deployment",
"type": "io.camunda.spring.client.properties.CamundaClientDeploymentProperties",
"sourceType": "io.camunda.spring.client.properties.CamundaClientProperties",
"sourceMethod": "getDeployment()"
},
{
"name": "camunda.client.identity",
"type": "io.camunda.spring.client.properties.common.IdentityProperties",
"sourceType": "io.camunda.spring.client.properties.CamundaClientProperties",
"sourceMethod": "getIdentity()"
},
{
"name": "camunda.client.tenant-ids",
"type": "java.util.List",
"sourceType": "io.camunda.spring.client.properties.CamundaClientProperties",
"sourceMethod": "getTenantIds()"
},
{
"name": "camunda.client.worker",
"type": "io.camunda.spring.client.properties.CamundaClientWorkerProperties",
"sourceType": "io.camunda.spring.client.properties.CamundaClientProperties",
"sourceMethod": "getWorker()"
},
{
"name": "camunda.client.worker.defaults",
"type": "io.camunda.spring.client.annotation.value.JobWorkerValue",
"sourceType": "io.camunda.spring.client.properties.CamundaClientWorkerProperties",
"sourceMethod": "getDefaults()"
},
{
"name": "camunda.client.worker.override",
"type": "java.util.Map",
"sourceType": "io.camunda.spring.client.properties.CamundaClientWorkerProperties",
"sourceMethod": "getOverride()"
},
{
"name": "camunda.client.zeebe",
"type": "io.camunda.spring.client.properties.common.ZeebeClientProperties",
"sourceType": "io.camunda.spring.client.properties.CamundaClientProperties",
"sourceMethod": "getZeebe()"
},
{
"name": "camunda.client.zeebe.defaults",
"type": "io.camunda.spring.client.annotation.value.JobWorkerValue",
"sourceType": "io.camunda.spring.client.properties.common.ZeebeClientProperties",
"sourceMethod": "getDefaults()"
},
{
"name": "camunda.client.zeebe.deployment",
"type": "io.camunda.spring.client.properties.CamundaClientDeploymentProperties",
"sourceType": "io.camunda.spring.client.properties.common.ZeebeClientProperties",
"sourceMethod": "getDeployment()"
},
{
"name": "camunda.client.zeebe.override",
"type": "java.util.Map",
"sourceType": "io.camunda.spring.client.properties.common.ZeebeClientProperties",
"sourceMethod": "getOverride()"
},
{
"name": "common",
"type": "io.camunda.spring.client.properties.CommonConfigurationProperties",
"sourceType": "io.camunda.spring.client.properties.CommonConfigurationProperties"
},
{
"name": "common.keycloak",
"type": "io.camunda.spring.client.properties.common.Keycloak",
"sourceType": "io.camunda.spring.client.properties.CommonConfigurationProperties",
"sourceMethod": "getKeycloak()"
},
{
"name": "zeebe",
"type": "io.camunda.spring.client.properties.CamundaSelfManagedProperties",
"sourceType": "io.camunda.spring.client.properties.CamundaSelfManagedProperties"
},
{
"name": "zeebe.client",
"type": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties"
},
{
"name": "zeebe.client.broker",
"type": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Broker",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties",
"sourceMethod": "getBroker()"
},
{
"name": "zeebe.client.cloud",
"type": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Cloud",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties",
"sourceMethod": "getCloud()"
},
{
"name": "zeebe.client.job",
"type": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Job",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties",
"sourceMethod": "getJob()"
},
{
"name": "zeebe.client.message",
"type": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Message",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties",
"sourceMethod": "getMessage()"
},
{
"name": "zeebe.client.security",
"type": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Security",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties",
"sourceMethod": "getSecurity()"
},
{
"name": "zeebe.client.worker",
"type": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Worker",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties",
"sourceMethod": "getWorker()"
}
],
"properties": [
{
"name": "camunda.client.auth.audience",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.CamundaClientAuthProperties"
},
{
"name": "camunda.client.auth.client-id",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.CamundaClientAuthProperties"
},
{
"name": "camunda.client.auth.client-secret",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.CamundaClientAuthProperties"
},
{
"name": "camunda.client.auth.connect-timeout",
"type": "java.time.Duration",
"sourceType": "io.camunda.spring.client.properties.CamundaClientAuthProperties"
},
{
"name": "camunda.client.auth.credentials-cache-path",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.CamundaClientAuthProperties"
},
{
"name": "camunda.client.auth.keystore-key-password",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.CamundaClientAuthProperties"
},
{
"name": "camunda.client.auth.keystore-password",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.CamundaClientAuthProperties"
},
{
"name": "camunda.client.auth.keystore-path",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.CamundaClientAuthProperties"
},
{
"name": "camunda.client.auth.password",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.CamundaClientAuthProperties"
},
{
"name": "camunda.client.auth.read-timeout",
"type": "java.time.Duration",
"sourceType": "io.camunda.spring.client.properties.CamundaClientAuthProperties"
},
{
"name": "camunda.client.auth.scope",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.CamundaClientAuthProperties"
},
{
"name": "camunda.client.auth.token-url",
"type": "java.net.URI",
"sourceType": "io.camunda.spring.client.properties.CamundaClientAuthProperties"
},
{
"name": "camunda.client.auth.truststore-password",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.CamundaClientAuthProperties"
},
{
"name": "camunda.client.auth.truststore-path",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.CamundaClientAuthProperties"
},
{
"name": "camunda.client.auth.username",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.CamundaClientAuthProperties"
},
{
"name": "camunda.client.ca-certificate-path",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.CamundaClientProperties"
},
{
"name": "camunda.client.cloud.base-url",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.CamundaClientCloudProperties"
},
{
"name": "camunda.client.cloud.cluster-id",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.CamundaClientCloudProperties"
},
{
"name": "camunda.client.cloud.port",
"type": "java.lang.Integer",
"sourceType": "io.camunda.spring.client.properties.CamundaClientCloudProperties"
},
{
"name": "camunda.client.cloud.region",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.CamundaClientCloudProperties"
},
{
"name": "camunda.client.deployment.enabled",
"type": "java.lang.Boolean",
"sourceType": "io.camunda.spring.client.properties.CamundaClientDeploymentProperties",
"defaultValue": false
},
{
"name": "camunda.client.enabled",
"type": "java.lang.Boolean",
"sourceType": "io.camunda.spring.client.properties.CamundaClientProperties"
},
{
"name": "camunda.client.execution-threads",
"type": "java.lang.Integer",
"sourceType": "io.camunda.spring.client.properties.CamundaClientProperties"
},
{
"name": "camunda.client.grpc-address",
"type": "java.net.URI",
"sourceType": "io.camunda.spring.client.properties.CamundaClientProperties"
},
{
"name": "camunda.client.keep-alive",
"type": "java.time.Duration",
"sourceType": "io.camunda.spring.client.properties.CamundaClientProperties"
},
{
"name": "camunda.client.max-message-size",
"type": "org.springframework.util.unit.DataSize",
"sourceType": "io.camunda.spring.client.properties.CamundaClientProperties"
},
{
"name": "camunda.client.max-metadata-size",
"type": "org.springframework.util.unit.DataSize",
"sourceType": "io.camunda.spring.client.properties.CamundaClientProperties"
},
{
"name": "camunda.client.message-time-to-live",
"type": "java.time.Duration",
"sourceType": "io.camunda.spring.client.properties.CamundaClientProperties"
},
{
"name": "camunda.client.mode",
"type": "io.camunda.spring.client.properties.CamundaClientProperties$ClientMode",
"sourceType": "io.camunda.spring.client.properties.CamundaClientProperties"
},
{
"name": "camunda.client.override-authority",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.CamundaClientProperties"
},
{
"name": "camunda.client.prefer-rest-over-grpc",
"type": "java.lang.Boolean",
"sourceType": "io.camunda.spring.client.properties.CamundaClientProperties"
},
{
"name": "camunda.client.request-timeout",
"type": "java.time.Duration",
"sourceType": "io.camunda.spring.client.properties.CamundaClientProperties"
},
{
"name": "camunda.client.rest-address",
"type": "java.net.URI",
"sourceType": "io.camunda.spring.client.properties.CamundaClientProperties"
},
{
"name": "camunda.client.tenant-id",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.CamundaClientProperties"
},
{
"name": "camunda.client.worker.defaults.auto-complete",
"type": "java.lang.Boolean",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.worker.defaults.enabled",
"type": "java.lang.Boolean",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.worker.defaults.fetch-variables",
"type": "java.util.List<java.lang.String>",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.worker.defaults.force-fetch-all-variables",
"type": "java.lang.Boolean",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.worker.defaults.max-jobs-active",
"type": "java.lang.Integer",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.worker.defaults.max-retries",
"type": "java.lang.Integer",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.worker.defaults.method-info",
"type": "io.camunda.spring.client.bean.MethodInfo",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.worker.defaults.name",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.worker.defaults.poll-interval",
"type": "java.time.Duration",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.worker.defaults.request-timeout",
"type": "java.time.Duration",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.worker.defaults.stream-enabled",
"type": "java.lang.Boolean",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.worker.defaults.stream-timeout",
"type": "java.time.Duration",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.worker.defaults.tenant-ids",
"type": "java.util.List<java.lang.String>",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.worker.defaults.timeout",
"type": "java.time.Duration",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.worker.defaults.type",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.zeebe.defaults.auto-complete",
"type": "java.lang.Boolean",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.zeebe.defaults.enabled",
"type": "java.lang.Boolean",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.zeebe.defaults.fetch-variables",
"type": "java.util.List<java.lang.String>",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.zeebe.defaults.force-fetch-all-variables",
"type": "java.lang.Boolean",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.zeebe.defaults.max-jobs-active",
"type": "java.lang.Integer",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.zeebe.defaults.max-retries",
"type": "java.lang.Integer",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.zeebe.defaults.method-info",
"type": "io.camunda.spring.client.bean.MethodInfo",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.zeebe.defaults.name",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.zeebe.defaults.poll-interval",
"type": "java.time.Duration",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.zeebe.defaults.request-timeout",
"type": "java.time.Duration",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.zeebe.defaults.stream-enabled",
"type": "java.lang.Boolean",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.zeebe.defaults.stream-timeout",
"type": "java.time.Duration",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.zeebe.defaults.tenant-ids",
"type": "java.util.List<java.lang.String>",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.zeebe.defaults.timeout",
"type": "java.time.Duration",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.zeebe.defaults.type",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.annotation.value.JobWorkerValue"
},
{
"name": "camunda.client.zeebe.deployment.enabled",
"type": "java.lang.Boolean",
"sourceType": "io.camunda.spring.client.properties.CamundaClientDeploymentProperties",
"defaultValue": false
},
{
"name": "camunda.client.auth.issuer",
"type": "java.net.URI",
"sourceType": "io.camunda.spring.client.properties.CamundaClientAuthProperties",
"deprecated": true,
"deprecation": {
"reason": "The expected property value if a token url, renamed",
"replacement": "camunda.client.auth.token-url"
}
},
{
"name": "camunda.client.cluster-id",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.CamundaClientProperties",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.cloud.cluster-id"
}
},
{
"name": "camunda.client.identity.audience",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.common.IdentityProperties",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.auth.audience"
}
},
{
"name": "camunda.client.identity.base-url",
"type": "java.net.URL",
"sourceType": "io.camunda.spring.client.properties.common.IdentityProperties",
"deprecated": true,
"deprecation": {}
},
{
"name": "camunda.client.identity.enabled",
"type": "java.lang.Boolean",
"sourceType": "io.camunda.spring.client.properties.common.IdentityProperties",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.enabled"
}
},
{
"name": "camunda.client.identity.scope",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.common.IdentityProperties",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.auth.scope"
}
},
{
"name": "camunda.client.region",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.CamundaClientProperties",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.cloud.region"
}
},
{
"name": "camunda.client.zeebe.audience",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.common.ZeebeClientProperties",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.auth.audience"
}
},
{
"name": "camunda.client.zeebe.base-url",
"type": "java.net.URL",
"sourceType": "io.camunda.spring.client.properties.common.ZeebeClientProperties",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.restAddress"
}
},
{
"name": "camunda.client.zeebe.ca-certificate-path",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.common.ZeebeClientProperties",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.ca-certificate-path"
}
},
{
"name": "camunda.client.zeebe.enabled",
"type": "java.lang.Boolean",
"sourceType": "io.camunda.spring.client.properties.common.ZeebeClientProperties",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.enabled"
}
},
{
"name": "camunda.client.zeebe.execution-threads",
"type": "java.lang.Integer",
"sourceType": "io.camunda.spring.client.properties.common.ZeebeClientProperties",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.execution-threads"
}
},
{
"name": "camunda.client.zeebe.grpc-address",
"type": "java.net.URI",
"sourceType": "io.camunda.spring.client.properties.common.ZeebeClientProperties",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.grpc-address"
}
},
{
"name": "camunda.client.zeebe.keep-alive",
"type": "java.time.Duration",
"sourceType": "io.camunda.spring.client.properties.common.ZeebeClientProperties",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.keep-alive"
}
},
{
"name": "camunda.client.zeebe.max-message-size",
"type": "java.lang.Integer",
"sourceType": "io.camunda.spring.client.properties.common.ZeebeClientProperties",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.max-message-size"
}
},
{
"name": "camunda.client.zeebe.max-metadata-size",
"type": "java.lang.Integer",
"sourceType": "io.camunda.spring.client.properties.common.ZeebeClientProperties",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.max-metadata-size"
}
},
{
"name": "camunda.client.zeebe.message-time-to-live",
"type": "java.time.Duration",
"sourceType": "io.camunda.spring.client.properties.common.ZeebeClientProperties",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.message-time-to-live"
}
},
{
"name": "camunda.client.zeebe.override-authority",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.common.ZeebeClientProperties",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.override-authority"
}
},
{
"name": "camunda.client.zeebe.prefer-rest-over-grpc",
"type": "java.lang.Boolean",
"sourceType": "io.camunda.spring.client.properties.common.ZeebeClientProperties",
"defaultValue": false,
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.prefer-rest-over-grpc"
}
},
{
"name": "camunda.client.zeebe.request-timeout",
"type": "java.time.Duration",
"sourceType": "io.camunda.spring.client.properties.common.ZeebeClientProperties",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.worker.defaults.request-timeout"
}
},
{
"name": "camunda.client.zeebe.rest-address",
"type": "java.net.URI",
"sourceType": "io.camunda.spring.client.properties.common.ZeebeClientProperties",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.rest-address"
}
},
{
"name": "camunda.client.zeebe.scope",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.common.ZeebeClientProperties",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.auth.scope"
}
},
{
"name": "common.auth-url",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.CommonConfigurationProperties",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.auth.issuer"
}
},
{
"name": "common.base-url",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.CommonConfigurationProperties",
"deprecated": true,
"deprecation": {
"reason": "not required"
}
},
{
"name": "common.client-id",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.CommonConfigurationProperties",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.auth.client-id"
}
},
{
"name": "common.client-secret",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.CommonConfigurationProperties",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.auth.client-secret"
}
},
{
"name": "common.enabled",
"type": "java.lang.Boolean",
"sourceType": "io.camunda.spring.client.properties.CommonConfigurationProperties",
"defaultValue": false,
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.enabled"
}
},
{
"name": "common.keycloak.realm",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.common.Keycloak",
"deprecated": true,
"deprecation": {
"reason": "There is no keycloak-specific configuration for camunda, the issuer is provided as url",
"replacement": "camunda.client.auth.issuer"
}
},
{
"name": "common.keycloak.token-url",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.common.Keycloak",
"deprecated": true,
"deprecation": {
"reason": "There is no keycloak-specific configuration for camunda, the issuer is provided as url",
"replacement": "camunda.client.auth.issuer"
}
},
{
"name": "common.keycloak.url",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.common.Keycloak",
"deprecated": true,
"deprecation": {
"reason": "There is no keycloak-specific configuration for camunda, the issuer is provided as url",
"replacement": "camunda.client.auth.issuer"
}
},
{
"name": "common.password",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.CommonConfigurationProperties",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.auth.password"
}
},
{
"name": "common.url",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.CommonConfigurationProperties",
"deprecated": true,
"deprecation": {
"reason": "not required"
}
},
{
"name": "common.username",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.CommonConfigurationProperties",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.auth.username"
}
},
{
"name": "zeebe.client.apply-environment-variable-overrides",
"type": "java.lang.Boolean",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties",
"defaultValue": false,
"deprecated": true,
"deprecation": {
"replacement": "not required"
}
},
{
"name": "zeebe.client.broker.gateway-address",
"type": "java.lang.String",
"description": "@deprecated since 8.5 for removal with 8.8, replaced by {@link Broker#getGrpcAddress()} @see CamundaClientConfiguration#getGatewayAddress()",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Broker",
"deprecated": true,
"deprecation": {
"level": "error",
"replacement": "camunda.client.grpc-address"
}
},
{
"name": "zeebe.client.broker.grpc-address",
"type": "java.net.URI",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Broker",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.grpc-address"
}
},
{
"name": "zeebe.client.broker.keep-alive",
"type": "java.time.Duration",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Broker",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.keep-alive"
}
},
{
"name": "zeebe.client.broker.rest-address",
"type": "java.net.URI",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Broker",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.rest-address"
}
},
{
"name": "zeebe.client.cloud.auth-url",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Cloud",
"defaultValue": "https:\/\/login.cloud.camunda.io\/oauth\/token",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.auth.issuer"
}
},
{
"name": "zeebe.client.cloud.base-url",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Cloud",
"defaultValue": "zeebe.camunda.io",
"deprecated": true,
"deprecation": {
"reason": "The zeebe client url is now configured as http\/https url",
"replacement": "camunda.client.grpc-address"
}
},
{
"name": "zeebe.client.cloud.client-id",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Cloud",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.auth.client-id"
}
},
{
"name": "zeebe.client.cloud.client-secret",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Cloud",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.auth.client-secret"
}
},
{
"name": "zeebe.client.cloud.cluster-id",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Cloud",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.cluster-id"
}
},
{
"name": "zeebe.client.cloud.credentials-cache-path",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Cloud",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.auth.credentials-cache-path"
}
},
{
"name": "zeebe.client.cloud.port",
"type": "java.lang.Integer",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Cloud",
"defaultValue": 443,
"deprecated": true,
"deprecation": {
"reason": "The zeebe client url is now configured as http\/https url",
"replacement": "camunda.client.grpc-address"
}
},
{
"name": "zeebe.client.cloud.region",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Cloud",
"defaultValue": "bru-2",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.region"
}
},
{
"name": "zeebe.client.cloud.scope",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Cloud",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.scope"
}
},
{
"name": "zeebe.client.connection-mode",
"type": "java.lang.String",
"description": "Connection mode can be set to \"CLOUD\" (connect to SaaS with properties), or \"ADDRESS\" (to use a manually set address to the broker) If not set, \"CLOUD\" is used if a `zeebe.client.cloud.cluster-id` property is set, \"ADDRESS\" otherwise.",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties",
"deprecated": true,
"deprecation": {
"reason": "There are client modes now",
"replacement": "camunda.client.mode"
}
},
{
"name": "zeebe.client.default-job-worker-stream-enabled",
"type": "java.lang.Boolean",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties",
"defaultValue": false,
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.worker.defaults.stream-enabled"
}
},
{
"name": "zeebe.client.default-job-worker-tenant-ids",
"type": "java.util.List<java.lang.String>",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.tenant-ids"
}
},
{
"name": "zeebe.client.default-tenant-id",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties",
"deprecated": true,
"deprecation": {
"reason": "the first provided tenant id is applied",
"replacement": "camunda.client.tenant-ids"
}
},
{
"name": "zeebe.client.enabled",
"type": "java.lang.Boolean",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties",
"defaultValue": true,
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.enabled"
}
},
{
"name": "zeebe.client.job.poll-interval",
"type": "java.time.Duration",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Job",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.worker.defaults.poll-interval"
}
},
{
"name": "zeebe.client.job.timeout",
"type": "java.time.Duration",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Job",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.worker.defaults.timeout"
}
},
{
"name": "zeebe.client.message.max-message-size",
"type": "java.lang.Integer",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Message",
"defaultValue": 0,
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.max-message-size"
}
},
{
"name": "zeebe.client.message.time-to-live",
"type": "java.time.Duration",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Message",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.message-time-to-live"
}
},
{
"name": "zeebe.client.request-timeout",
"type": "java.time.Duration",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.request-timeout"
}
},
{
"name": "zeebe.client.security.cert-path",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Security",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.ca-certificate-path"
}
},
{
"name": "zeebe.client.security.override-authority",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Security",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.override-authority"
}
},
{
"name": "zeebe.client.security.plaintext",
"type": "java.lang.Boolean",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Security",
"deprecated": true,
"deprecation": {
"reason": "plaintext is determined by the url protocol (http\/https) now",
"replacement": "camunda.client.grpc-address"
}
},
{
"name": "zeebe.client.worker.default-name",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Worker",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.worker.defaults.name"
}
},
{
"name": "zeebe.client.worker.default-type",
"type": "java.lang.String",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Worker",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.worker.defaults.type"
}
},
{
"name": "zeebe.client.worker.max-jobs-active",
"type": "java.lang.Integer",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Worker",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.worker.defaults.max-jobs-active"
}
},
{
"name": "zeebe.client.worker.override",
"type": "java.util.Map<java.lang.String,io.camunda.spring.client.annotation.value.JobWorkerValue>",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Worker",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.override"
}
},
{
"name": "zeebe.client.worker.threads",
"type": "java.lang.Integer",
"sourceType": "io.camunda.spring.client.properties.ZeebeClientConfigurationProperties$Worker",
"deprecated": true,
"deprecation": {
"replacement": "camunda.client.execution-threads"
}
}
],
"hints": []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment