diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cxf.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cxf.json index b04db0f8635..c26ad9a8ee1 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cxf.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cxf.json @@ -26,10 +26,11 @@ "componentProperties": { "bridgeErrorHandler": { "index": 0, "kind": "property", "displayName": "Bridge Error Handler", "group": "consumer", "label": "consumer", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. Important: This is only possible if the 3rd party component allows Camel to be alerted if an exception was thrown. Some components handle this internally only, and therefore bridgeErrorHandler is not possible. In other situations we may improve the Camel component to hook into the 3rd party component and make this possible for future releases. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored." }, "lazyStartProducer": { "index": 1, "kind": "property", "displayName": "Lazy Start Producer", "group": "producer", "label": "producer", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." }, - "allowStreaming": { "index": 2, "kind": "property", "displayName": "Allow Streaming", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "description": "This option controls whether the CXF component, when running in PAYLOAD mode, will DOM parse the incoming messages into DOM Elements or keep the payload as a javax.xml.transform.Source object that would allow streaming in some cases." }, - "autowiredEnabled": { "index": 3, "kind": "property", "displayName": "Autowired Enabled", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc." }, - "headerFilterStrategy": { "index": 4, "kind": "property", "displayName": "Header Filter Strategy", "group": "filter", "label": "filter", "required": false, "type": "object", "javaType": "org.apache.camel.spi.HeaderFilterStrategy", "deprecated": false, "autowired": false, "secret": false, "description": "To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message." }, - "useGlobalSslContextParameters": { "index": 5, "kind": "property", "displayName": "Use Global Ssl Context Parameters", "group": "security", "label": "security", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Enable usage of global SSL context parameters." } + "synchronous": { "index": 2, "kind": "property", "displayName": "Synchronous", "group": "producer (advanced)", "label": "producer,advanced", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Sets whether synchronous processing should be strictly used" }, + "allowStreaming": { "index": 3, "kind": "property", "displayName": "Allow Streaming", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "description": "This option controls whether the CXF component, when running in PAYLOAD mode, will DOM parse the incoming messages into DOM Elements or keep the payload as a javax.xml.transform.Source object that would allow streaming in some cases." }, + "autowiredEnabled": { "index": 4, "kind": "property", "displayName": "Autowired Enabled", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc." }, + "headerFilterStrategy": { "index": 5, "kind": "property", "displayName": "Header Filter Strategy", "group": "filter", "label": "filter", "required": false, "type": "object", "javaType": "org.apache.camel.spi.HeaderFilterStrategy", "deprecated": false, "autowired": false, "secret": false, "description": "To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message." }, + "useGlobalSslContextParameters": { "index": 6, "kind": "property", "displayName": "Use Global Ssl Context Parameters", "group": "security", "label": "security", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Enable usage of global SSL context parameters." } }, "headers": { "operationName": { "index": 0, "kind": "header", "displayName": "", "group": "common", "label": "", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The name of the operation.", "constantName": "org.apache.camel.component.cxf.common.message.CxfConstants#OPERATION_NAME" }, diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cxfrs.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cxfrs.json index fdef183d455..c11250fd38f 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cxfrs.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cxfrs.json @@ -26,9 +26,10 @@ "componentProperties": { "bridgeErrorHandler": { "index": 0, "kind": "property", "displayName": "Bridge Error Handler", "group": "consumer", "label": "consumer", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. Important: This is only possible if the 3rd party component allows Camel to be alerted if an exception was thrown. Some components handle this internally only, and therefore bridgeErrorHandler is not possible. In other situations we may improve the Camel component to hook into the 3rd party component and make this possible for future releases. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored." }, "lazyStartProducer": { "index": 1, "kind": "property", "displayName": "Lazy Start Producer", "group": "producer", "label": "producer", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." }, - "autowiredEnabled": { "index": 2, "kind": "property", "displayName": "Autowired Enabled", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc." }, - "headerFilterStrategy": { "index": 3, "kind": "property", "displayName": "Header Filter Strategy", "group": "filter", "label": "filter", "required": false, "type": "object", "javaType": "org.apache.camel.spi.HeaderFilterStrategy", "deprecated": false, "autowired": false, "secret": false, "description": "To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message." }, - "useGlobalSslContextParameters": { "index": 4, "kind": "property", "displayName": "Use Global Ssl Context Parameters", "group": "security", "label": "security", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Enable usage of global SSL context parameters." } + "synchronous": { "index": 2, "kind": "property", "displayName": "Synchronous", "group": "producer (advanced)", "label": "producer,advanced", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Sets whether synchronous processing should be strictly used" }, + "autowiredEnabled": { "index": 3, "kind": "property", "displayName": "Autowired Enabled", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc." }, + "headerFilterStrategy": { "index": 4, "kind": "property", "displayName": "Header Filter Strategy", "group": "filter", "label": "filter", "required": false, "type": "object", "javaType": "org.apache.camel.spi.HeaderFilterStrategy", "deprecated": false, "autowired": false, "secret": false, "description": "To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message." }, + "useGlobalSslContextParameters": { "index": 5, "kind": "property", "displayName": "Use Global Ssl Context Parameters", "group": "security", "label": "security", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Enable usage of global SSL context parameters." } }, "headers": { "operationName": { "index": 0, "kind": "header", "displayName": "", "group": "common", "label": "", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The name of the operation.", "constantName": "org.apache.camel.component.cxf.common.message.CxfConstants#OPERATION_NAME" }, diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/jackson.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/jackson.json index 30e32e7d6d9..d6010267566 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/jackson.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/jackson.json @@ -21,21 +21,22 @@ "useDefaultObjectMapper": { "index": 2, "kind": "attribute", "displayName": "Use Default Object Mapper", "group": "common", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "Whether to lookup and use default Jackson ObjectMapper from the registry." }, "autoDiscoverObjectMapper": { "index": 3, "kind": "attribute", "displayName": "Auto Discover Object Mapper", "group": "common", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "If set to true then Jackson will look for an objectMapper to use from the registry" }, "prettyPrint": { "index": 4, "kind": "attribute", "displayName": "Pretty Print", "group": "common", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "To enable pretty printing output nicely formatted. Is by default false." }, - "unmarshalType": { "index": 5, "kind": "attribute", "displayName": "Unmarshal Type", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Class name of the java type to use when unmarshalling" }, - "jsonView": { "index": 6, "kind": "attribute", "displayName": "Json View", "group": "advanced", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "When marshalling a POJO to JSON you might want to exclude certain fields from the JSON output. With Jackson you can use JSON views to accomplish this. This option is to refer to the class which has JsonView annotations" }, - "include": { "index": 7, "kind": "attribute", "displayName": "Include", "group": "advanced", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "If you want to marshal a pojo to JSON, and the pojo has some fields with null values. And you want to skip these null values, you can set this option to NON_NULL" }, - "allowJmsType": { "index": 8, "kind": "attribute", "displayName": "Allow Jms Type", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Used for JMS users to allow the JMSType header from the JMS spec to specify a FQN classname to use to unmarshal to." }, - "collectionType": { "index": 9, "kind": "attribute", "displayName": "Collection Type", "group": "advanced", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Refers to a custom collection type to lookup in the registry to use. This option should rarely be used, but allows using different collection types than java.util.Collection based as default." }, - "useList": { "index": 10, "kind": "attribute", "displayName": "Use List", "group": "common", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "To unmarshal to a List of Map or a List of Pojo." }, - "moduleClassNames": { "index": 11, "kind": "attribute", "displayName": "Module Class Names", "group": "advanced", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "To use custom Jackson modules com.fasterxml.jackson.databind.Module specified as a String with FQN class names. Multiple classes can be separated by comma." }, - "moduleRefs": { "index": 12, "kind": "attribute", "displayName": "Module Refs", "group": "advanced", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "To use custom Jackson modules referred from the Camel registry. Multiple modules can be separated by comma." }, - "enableFeatures": { "index": 13, "kind": "attribute", "displayName": "Enable Features", "group": "advanced", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Set of features to enable on the Jackson com.fasterxml.jackson.databind.ObjectMapper. The features should be a name that matches a enum from com.fasterxml.jackson.databind.SerializationFeature, com.fasterxml.jackson.databind.DeserializationFeature, or com.fasterxml.jackson.databind.MapperFeature Multiple features can be separated by comma" }, - "disableFeatures": { "index": 14, "kind": "attribute", "displayName": "Disable Features", "group": "advanced", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Set of features to disable on the Jackson com.fasterxml.jackson.databind.ObjectMapper. The features should be a name that matches a enum from com.fasterxml.jackson.databind.SerializationFeature, com.fasterxml.jackson.databind.DeserializationFeature, or com.fasterxml.jackson.databind.MapperFeature Multiple features can be separated by comma" }, - "allowUnmarshallType": { "index": 15, "kind": "attribute", "displayName": "Allow Unmarshall Type", "group": "common", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "If enabled then Jackson is allowed to attempt to use the CamelJacksonUnmarshalType header during the unmarshalling. This should only be enabled when desired to be used." }, - "timezone": { "index": 16, "kind": "attribute", "displayName": "Timezone", "group": "advanced", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "If set then Jackson will use the Timezone when marshalling\/unmarshalling. This option will have no effect on the others Json DataFormat, like gson and fastjson." }, - "schemaResolver": { "index": 17, "kind": "attribute", "displayName": "Schema Resolver", "group": "advanced", "label": "advanced", "required": false, "type": "object", "javaType": "org.apache.camel.component.jackson.SchemaResolver", "deprecated": false, "autowired": false, "secret": false, "description": "Optional schema resolver used to lookup schemas for the data in transit." }, - "autoDiscoverSchemaResolver": { "index": 18, "kind": "attribute", "displayName": "Auto Discover Schema Resolver", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "When not disabled, the SchemaResolver will be looked up into the registry" }, - "namingStrategy": { "index": 19, "kind": "attribute", "displayName": "Naming Strategy", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "If set then Jackson will use the the defined Property Naming Strategy.Possible values are: LOWER_CAMEL_CASE, LOWER_DOT_CASE, LOWER_CASE, KEBAB_CASE, SNAKE_CASE and UPPER_CAMEL_CASE" }, - "contentTypeHeader": { "index": 20, "kind": "attribute", "displayName": "Content Type Header", "group": "common", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "Whether the data format should set the Content-Type header with the type from the data format. For example application\/xml for data formats marshalling to XML, or application\/json for data formats marshalling to JSON" } + "combineUnicodeSurrogates": { "index": 5, "kind": "attribute", "displayName": "Combine Unicode Surrogates", "group": "common", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Force generator that outputs JSON content to combine unicode surrogate pairs (if any) into 4-byte characters. This should be preferred when using languages such as Japanese. This property is Jackson exclusive." }, + "unmarshalType": { "index": 6, "kind": "attribute", "displayName": "Unmarshal Type", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Class name of the java type to use when unmarshalling" }, + "jsonView": { "index": 7, "kind": "attribute", "displayName": "Json View", "group": "advanced", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "When marshalling a POJO to JSON you might want to exclude certain fields from the JSON output. With Jackson you can use JSON views to accomplish this. This option is to refer to the class which has JsonView annotations" }, + "include": { "index": 8, "kind": "attribute", "displayName": "Include", "group": "advanced", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "If you want to marshal a pojo to JSON, and the pojo has some fields with null values. And you want to skip these null values, you can set this option to NON_NULL" }, + "allowJmsType": { "index": 9, "kind": "attribute", "displayName": "Allow Jms Type", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Used for JMS users to allow the JMSType header from the JMS spec to specify a FQN classname to use to unmarshal to." }, + "collectionType": { "index": 10, "kind": "attribute", "displayName": "Collection Type", "group": "advanced", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Refers to a custom collection type to lookup in the registry to use. This option should rarely be used, but allows using different collection types than java.util.Collection based as default." }, + "useList": { "index": 11, "kind": "attribute", "displayName": "Use List", "group": "common", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "To unmarshal to a List of Map or a List of Pojo." }, + "moduleClassNames": { "index": 12, "kind": "attribute", "displayName": "Module Class Names", "group": "advanced", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "To use custom Jackson modules com.fasterxml.jackson.databind.Module specified as a String with FQN class names. Multiple classes can be separated by comma." }, + "moduleRefs": { "index": 13, "kind": "attribute", "displayName": "Module Refs", "group": "advanced", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "To use custom Jackson modules referred from the Camel registry. Multiple modules can be separated by comma." }, + "enableFeatures": { "index": 14, "kind": "attribute", "displayName": "Enable Features", "group": "advanced", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Set of features to enable on the Jackson com.fasterxml.jackson.databind.ObjectMapper. The features should be a name that matches a enum from com.fasterxml.jackson.databind.SerializationFeature, com.fasterxml.jackson.databind.DeserializationFeature, or com.fasterxml.jackson.databind.MapperFeature Multiple features can be separated by comma" }, + "disableFeatures": { "index": 15, "kind": "attribute", "displayName": "Disable Features", "group": "advanced", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Set of features to disable on the Jackson com.fasterxml.jackson.databind.ObjectMapper. The features should be a name that matches a enum from com.fasterxml.jackson.databind.SerializationFeature, com.fasterxml.jackson.databind.DeserializationFeature, or com.fasterxml.jackson.databind.MapperFeature Multiple features can be separated by comma" }, + "allowUnmarshallType": { "index": 16, "kind": "attribute", "displayName": "Allow Unmarshall Type", "group": "common", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "If enabled then Jackson is allowed to attempt to use the CamelJacksonUnmarshalType header during the unmarshalling. This should only be enabled when desired to be used." }, + "timezone": { "index": 17, "kind": "attribute", "displayName": "Timezone", "group": "advanced", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "If set then Jackson will use the Timezone when marshalling\/unmarshalling. This option will have no effect on the others Json DataFormat, like gson and fastjson." }, + "schemaResolver": { "index": 18, "kind": "attribute", "displayName": "Schema Resolver", "group": "advanced", "label": "advanced", "required": false, "type": "object", "javaType": "org.apache.camel.component.jackson.SchemaResolver", "deprecated": false, "autowired": false, "secret": false, "description": "Optional schema resolver used to lookup schemas for the data in transit." }, + "autoDiscoverSchemaResolver": { "index": 19, "kind": "attribute", "displayName": "Auto Discover Schema Resolver", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "When not disabled, the SchemaResolver will be looked up into the registry" }, + "namingStrategy": { "index": 20, "kind": "attribute", "displayName": "Naming Strategy", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "If set then Jackson will use the the defined Property Naming Strategy.Possible values are: LOWER_CAMEL_CASE, LOWER_DOT_CASE, LOWER_CASE, KEBAB_CASE, SNAKE_CASE and UPPER_CAMEL_CASE" }, + "contentTypeHeader": { "index": 21, "kind": "attribute", "displayName": "Content Type Header", "group": "common", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "Whether the data format should set the Content-Type header with the type from the data format. For example application\/xml for data formats marshalling to XML, or application\/json for data formats marshalling to JSON" } } } diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/constant.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/constant.json index 0b9f95f9e11..6e4a2831746 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/constant.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/constant.json @@ -11,7 +11,7 @@ "supportLevel": "Stable", "groupId": "org.apache.camel.springboot", "artifactId": "camel-core-languages", - "version": "4.8.0.redhat-00004", + "version": "4.8.0-SNAPSHOT", "modelName": "constant", "modelJavaType": "org.apache.camel.model.language.ConstantExpression" }, diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/csimple.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/csimple.json index a588ca61662..c944d4a7285 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/csimple.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/csimple.json @@ -11,7 +11,7 @@ "supportLevel": "Stable", "groupId": "org.apache.camel.springboot", "artifactId": "camel-core-languages", - "version": "4.8.0.redhat-00004", + "version": "4.8.0-SNAPSHOT", "modelName": "csimple", "modelJavaType": "org.apache.camel.model.language.CSimpleExpression" }, diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/exchangeProperty.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/exchangeProperty.json index 1656debc452..d8998667979 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/exchangeProperty.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/exchangeProperty.json @@ -11,7 +11,7 @@ "supportLevel": "Stable", "groupId": "org.apache.camel.springboot", "artifactId": "camel-core-languages", - "version": "4.8.0.redhat-00004", + "version": "4.8.0-SNAPSHOT", "modelName": "exchangeProperty", "modelJavaType": "org.apache.camel.model.language.ExchangePropertyExpression" }, diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/file.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/file.json index 69995171c06..6bc27625325 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/file.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/file.json @@ -11,7 +11,7 @@ "supportLevel": "Stable", "groupId": "org.apache.camel.springboot", "artifactId": "camel-core-languages", - "version": "4.8.0.redhat-00004", + "version": "4.8.0-SNAPSHOT", "modelName": "simple", "modelJavaType": "org.apache.camel.model.language.SimpleExpression" }, diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/header.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/header.json index e5595583747..138cbb96c46 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/header.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/header.json @@ -11,7 +11,7 @@ "supportLevel": "Stable", "groupId": "org.apache.camel.springboot", "artifactId": "camel-core-languages", - "version": "4.8.0.redhat-00004", + "version": "4.8.0-SNAPSHOT", "modelName": "header", "modelJavaType": "org.apache.camel.model.language.HeaderExpression" }, diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/ref.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/ref.json index 37afb4f2d9d..7c1b567002c 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/ref.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/ref.json @@ -11,7 +11,7 @@ "supportLevel": "Stable", "groupId": "org.apache.camel.springboot", "artifactId": "camel-core-languages", - "version": "4.8.0.redhat-00004", + "version": "4.8.0-SNAPSHOT", "modelName": "ref", "modelJavaType": "org.apache.camel.model.language.RefExpression" }, diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/simple.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/simple.json index e71611af85b..fd46d3f7172 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/simple.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/simple.json @@ -11,7 +11,7 @@ "supportLevel": "Stable", "groupId": "org.apache.camel.springboot", "artifactId": "camel-core-languages", - "version": "4.8.0.redhat-00004", + "version": "4.8.0-SNAPSHOT", "modelName": "simple", "modelJavaType": "org.apache.camel.model.language.SimpleExpression" }, diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/tokenize.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/tokenize.json index 1b9b4897763..6c4a69eabc2 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/tokenize.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/tokenize.json @@ -11,7 +11,7 @@ "supportLevel": "Stable", "groupId": "org.apache.camel.springboot", "artifactId": "camel-core-languages", - "version": "4.8.0.redhat-00004", + "version": "4.8.0-SNAPSHOT", "modelName": "tokenize", "modelJavaType": "org.apache.camel.model.language.TokenizerExpression" }, diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/variable.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/variable.json index 8833fe6c580..18b4d0f02e4 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/variable.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/variable.json @@ -11,7 +11,7 @@ "supportLevel": "Stable", "groupId": "org.apache.camel.springboot", "artifactId": "camel-core-languages", - "version": "4.8.0.redhat-00004", + "version": "4.8.0-SNAPSHOT", "modelName": "variable", "modelJavaType": "org.apache.camel.model.language.VariableExpression" }, diff --git a/components-starter/camel-cxf-rest-starter/src/main/docs/cxf-rest.json b/components-starter/camel-cxf-rest-starter/src/main/docs/cxf-rest.json index 4f3b8521f3b..7e49b8ad800 100644 --- a/components-starter/camel-cxf-rest-starter/src/main/docs/cxf-rest.json +++ b/components-starter/camel-cxf-rest-starter/src/main/docs/cxf-rest.json @@ -51,6 +51,13 @@ "sourceType": "org.apache.camel.component.cxf.jaxrs.springboot.CxfRsComponentConfiguration", "defaultValue": false }, + { + "name": "camel.component.cxfrs.synchronous", + "type": "java.lang.Boolean", + "description": "Sets whether synchronous processing should be strictly used", + "sourceType": "org.apache.camel.component.cxf.jaxrs.springboot.CxfRsComponentConfiguration", + "defaultValue": false + }, { "name": "camel.component.cxfrs.use-global-ssl-context-parameters", "type": "java.lang.Boolean", diff --git a/components-starter/camel-cxf-rest-starter/src/main/java/org/apache/camel/component/cxf/jaxrs/springboot/CxfRsComponentConfiguration.java b/components-starter/camel-cxf-rest-starter/src/main/java/org/apache/camel/component/cxf/jaxrs/springboot/CxfRsComponentConfiguration.java index 9a336c3dcbc..6f0d1784556 100644 --- a/components-starter/camel-cxf-rest-starter/src/main/java/org/apache/camel/component/cxf/jaxrs/springboot/CxfRsComponentConfiguration.java +++ b/components-starter/camel-cxf-rest-starter/src/main/java/org/apache/camel/component/cxf/jaxrs/springboot/CxfRsComponentConfiguration.java @@ -61,6 +61,10 @@ public class CxfRsComponentConfiguration * and prolong the total processing time of the processing. */ private Boolean lazyStartProducer = false; + /** + * Sets whether synchronous processing should be strictly used + */ + private Boolean synchronous = false; /** * Whether autowiring is enabled. This is used for automatic autowiring * options (the option must be marked as autowired) by looking up in the @@ -97,6 +101,14 @@ public void setLazyStartProducer(Boolean lazyStartProducer) { this.lazyStartProducer = lazyStartProducer; } + public Boolean getSynchronous() { + return synchronous; + } + + public void setSynchronous(Boolean synchronous) { + this.synchronous = synchronous; + } + public Boolean getAutowiredEnabled() { return autowiredEnabled; } diff --git a/components-starter/camel-cxf-soap-starter/src/main/docs/cxf-soap.json b/components-starter/camel-cxf-soap-starter/src/main/docs/cxf-soap.json index da8ef2a7694..845fa2bceef 100644 --- a/components-starter/camel-cxf-soap-starter/src/main/docs/cxf-soap.json +++ b/components-starter/camel-cxf-soap-starter/src/main/docs/cxf-soap.json @@ -57,6 +57,13 @@ "sourceType": "org.apache.camel.component.cxf.jaxws.springboot.CxfComponentConfiguration", "defaultValue": false }, + { + "name": "camel.component.cxf.synchronous", + "type": "java.lang.Boolean", + "description": "Sets whether synchronous processing should be strictly used", + "sourceType": "org.apache.camel.component.cxf.jaxws.springboot.CxfComponentConfiguration", + "defaultValue": false + }, { "name": "camel.component.cxf.use-global-ssl-context-parameters", "type": "java.lang.Boolean", diff --git a/components-starter/camel-cxf-soap-starter/src/main/java/org/apache/camel/component/cxf/jaxws/springboot/CxfComponentConfiguration.java b/components-starter/camel-cxf-soap-starter/src/main/java/org/apache/camel/component/cxf/jaxws/springboot/CxfComponentConfiguration.java index b5f032cbb42..f6f7f6b284b 100644 --- a/components-starter/camel-cxf-soap-starter/src/main/java/org/apache/camel/component/cxf/jaxws/springboot/CxfComponentConfiguration.java +++ b/components-starter/camel-cxf-soap-starter/src/main/java/org/apache/camel/component/cxf/jaxws/springboot/CxfComponentConfiguration.java @@ -61,6 +61,10 @@ public class CxfComponentConfiguration * and prolong the total processing time of the processing. */ private Boolean lazyStartProducer = false; + /** + * Sets whether synchronous processing should be strictly used + */ + private Boolean synchronous = false; /** * This option controls whether the CXF component, when running in PAYLOAD * mode, will DOM parse the incoming messages into DOM Elements or keep the @@ -104,6 +108,14 @@ public void setLazyStartProducer(Boolean lazyStartProducer) { this.lazyStartProducer = lazyStartProducer; } + public Boolean getSynchronous() { + return synchronous; + } + + public void setSynchronous(Boolean synchronous) { + this.synchronous = synchronous; + } + public Boolean getAllowStreaming() { return allowStreaming; } diff --git a/components-starter/camel-jackson-starter/src/main/docs/jackson.json b/components-starter/camel-jackson-starter/src/main/docs/jackson.json index 60b9421489a..dac56d157f4 100644 --- a/components-starter/camel-jackson-starter/src/main/docs/jackson.json +++ b/components-starter/camel-jackson-starter/src/main/docs/jackson.json @@ -47,6 +47,13 @@ "description": "Refers to a custom collection type to lookup in the registry to use. This option should rarely be used, but allows using different collection types than java.util.Collection based as default.", "sourceType": "org.apache.camel.component.jackson.springboot.JacksonDataFormatConfiguration" }, + { + "name": "camel.dataformat.jackson.combine-unicode-surrogates", + "type": "java.lang.Boolean", + "description": "Force generator that outputs JSON content to combine unicode surrogate pairs (if any) into 4-byte characters. This should be preferred when using languages such as Japanese. This property is Jackson exclusive.", + "sourceType": "org.apache.camel.component.jackson.springboot.JacksonDataFormatConfiguration", + "defaultValue": false + }, { "name": "camel.dataformat.jackson.content-type-header", "type": "java.lang.Boolean", diff --git a/components-starter/camel-jackson-starter/src/main/java/org/apache/camel/component/jackson/springboot/JacksonDataFormatConfiguration.java b/components-starter/camel-jackson-starter/src/main/java/org/apache/camel/component/jackson/springboot/JacksonDataFormatConfiguration.java index d3cc4a8d27f..baa8198e637 100644 --- a/components-starter/camel-jackson-starter/src/main/java/org/apache/camel/component/jackson/springboot/JacksonDataFormatConfiguration.java +++ b/components-starter/camel-jackson-starter/src/main/java/org/apache/camel/component/jackson/springboot/JacksonDataFormatConfiguration.java @@ -52,6 +52,12 @@ public class JacksonDataFormatConfiguration * To enable pretty printing output nicely formatted. Is by default false. */ private Boolean prettyPrint = false; + /** + * Force generator that outputs JSON content to combine unicode surrogate + * pairs (if any) into 4-byte characters. This should be preferred when + * using languages such as Japanese. This property is Jackson exclusive. + */ + private Boolean combineUnicodeSurrogates = false; /** * Class name of the java type to use when unmarshalling */ @@ -181,6 +187,14 @@ public void setPrettyPrint(Boolean prettyPrint) { this.prettyPrint = prettyPrint; } + public Boolean getCombineUnicodeSurrogates() { + return combineUnicodeSurrogates; + } + + public void setCombineUnicodeSurrogates(Boolean combineUnicodeSurrogates) { + this.combineUnicodeSurrogates = combineUnicodeSurrogates; + } + public String getUnmarshalType() { return unmarshalType; } diff --git a/components-starter/camel-jasypt-starter/src/main/docs/jasypt.json b/components-starter/camel-jasypt-starter/src/main/docs/jasypt.json index d08601a3a00..3ca6100a514 100644 --- a/components-starter/camel-jasypt-starter/src/main/docs/jasypt.json +++ b/components-starter/camel-jasypt-starter/src/main/docs/jasypt.json @@ -17,7 +17,7 @@ { "name": "camel.component.jasypt.early-decryption-enabled", "type": "java.lang.Boolean", - "description": "Enable the early properties decryption during Spring Start Up", + "description": "Enable the early properties decryption during Spring Start Up. Enabling this feature, encrypted properties can be decrypted before the Spring Boot AutoConfiguration kicks in, for example, server.port=ENC(oBpQDDUvFY0c4WNAG0o4LIS5bWqmlxYlUUDTW2iXJIAZFYvM+3vOredaMcVfL4xW) will be decrypted to 8082, and the application will start using that port.", "sourceType": "org.apache.camel.component.jasypt.springboot.JasyptEncryptedPropertiesConfiguration", "defaultValue": false }, diff --git a/pom.xml b/pom.xml index 4edf6382fb0..aceeba5a7f6 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.apache.camel camel-dependencies - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel.springboot @@ -113,7 +113,7 @@ 3.3.5 - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 4.8.0 diff --git a/product/src/main/resources/required-productized-camel-artifacts.txt b/product/src/main/resources/required-productized-camel-artifacts.txt index b1546be2329..978df42de13 100644 --- a/product/src/main/resources/required-productized-camel-artifacts.txt +++ b/product/src/main/resources/required-productized-camel-artifacts.txt @@ -90,6 +90,7 @@ camel-log-starter camel-lra-starter camel-mail-starter camel-mail-microsoft-oauth-starter +camel-management-starter camel-mapstruct-starter camel-master-starter camel-micrometer-starter diff --git a/tooling/camel-spring-boot-bom/pom.xml b/tooling/camel-spring-boot-bom/pom.xml index 30c62377c80..8869ab1cc19 100644 --- a/tooling/camel-spring-boot-bom/pom.xml +++ b/tooling/camel-spring-boot-bom/pom.xml @@ -1181,7 +1181,7 @@ org.apache.camel.springboot camel-management-starter - 4.8.0 + ${project.version} org.apache.camel.springboot diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index d7ff16b683e..7dfc33be1a5 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -53,12 +53,12 @@ com.google.protobuf protobuf-java - 3.25.3 + 3.25.5 com.google.protobuf protobuf-java-util - 3.25.3 + 3.25.5 org.checkerframework @@ -290,17 +290,17 @@ org.apache.camel.maven camel-debezium-maven-plugin - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel.maven camel-salesforce-maven-plugin - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel.maven camel-servicenow-maven-plugin - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel.springboot @@ -1415,7 +1415,7 @@ org.apache.camel.springboot camel-management-starter - 4.8.0 + ${project.version} org.apache.camel.springboot @@ -2145,7 +2145,7 @@ org.apache.camel.tests org.apache.camel.tests.mock-javamail_1.7 - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2160,18 +2160,18 @@ org.apache.camel camel-allcomponents - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 pom org.apache.camel camel-amqp - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-api - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2211,12 +2211,12 @@ org.apache.camel camel-attachments - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-avro - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2251,7 +2251,7 @@ org.apache.camel camel-aws-secrets-manager - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2266,12 +2266,12 @@ org.apache.camel camel-aws2-cw - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-aws2-ddb - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2301,7 +2301,7 @@ org.apache.camel camel-aws2-kinesis - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2311,7 +2311,7 @@ org.apache.camel camel-aws2-lambda - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2331,7 +2331,7 @@ org.apache.camel camel-aws2-s3 - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2341,12 +2341,12 @@ org.apache.camel camel-aws2-sns - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-aws2-sqs - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2376,7 +2376,7 @@ org.apache.camel camel-azure-eventhubs - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2386,7 +2386,7 @@ org.apache.camel camel-azure-key-vault - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2396,12 +2396,12 @@ org.apache.camel camel-azure-servicebus - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-azure-storage-blob - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2411,7 +2411,7 @@ org.apache.camel camel-azure-storage-queue - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2421,12 +2421,12 @@ org.apache.camel camel-base - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-base-engine - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2436,22 +2436,22 @@ org.apache.camel camel-bean - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-bean-validator - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-beanio - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-bindy - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2476,7 +2476,7 @@ org.apache.camel camel-browse - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2486,22 +2486,22 @@ org.apache.camel camel-cassandraql - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-catalog - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-catalog-console - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-catalog-lucene - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2526,22 +2526,22 @@ org.apache.camel camel-cli-connector - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-cloud - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-cloudevents - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-cluster - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2561,12 +2561,12 @@ org.apache.camel camel-componentdsl - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-console - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2576,12 +2576,12 @@ org.apache.camel camel-controlbus - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-core - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2592,37 +2592,37 @@ org.apache.camel camel-core-catalog - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-core-engine - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-core-languages - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-core-model - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-core-processor - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-core-reifier - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-core-xml - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2637,12 +2637,12 @@ org.apache.camel camel-cron - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-crypto - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2667,52 +2667,52 @@ org.apache.camel camel-cxf-common - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-cxf-rest - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-cxf-soap - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-cxf-spring-common - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-cxf-spring-rest - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-cxf-spring-soap - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-cxf-spring-transport - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-cxf-transport - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-dataformat - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-dataset - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2777,7 +2777,7 @@ org.apache.camel camel-direct - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2812,12 +2812,12 @@ org.apache.camel camel-dsl-modeline - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-dsl-support - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2832,12 +2832,12 @@ org.apache.camel camel-elasticsearch - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-elasticsearch-rest-client - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2847,12 +2847,12 @@ org.apache.camel camel-endpointdsl - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-endpointdsl-support - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2872,17 +2872,17 @@ org.apache.camel camel-fhir - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-fhir-api - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-file - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2897,7 +2897,7 @@ org.apache.camel camel-flink - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2912,7 +2912,7 @@ org.apache.camel camel-ftp - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2932,7 +2932,7 @@ org.apache.camel camel-google-bigquery - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2957,7 +2957,7 @@ org.apache.camel camel-google-pubsub - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2967,7 +2967,7 @@ org.apache.camel camel-google-secret-manager - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2987,7 +2987,7 @@ org.apache.camel camel-graphql - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -2997,7 +2997,7 @@ org.apache.camel camel-groovy - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3012,12 +3012,12 @@ org.apache.camel camel-grpc - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-gson - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3027,7 +3027,7 @@ org.apache.camel camel-hashicorp-vault - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3042,27 +3042,27 @@ org.apache.camel camel-health - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-hl7 - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-http - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-http-base - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-http-common - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3122,17 +3122,17 @@ org.apache.camel camel-infinispan - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-infinispan-common - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-infinispan-embedded - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3157,32 +3157,32 @@ org.apache.camel camel-jackson - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-jackson-avro - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-jackson-protobuf - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-jacksonxml - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-jasypt - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-java-joor-dsl - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3192,7 +3192,7 @@ org.apache.camel camel-jaxb - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3237,7 +3237,7 @@ org.apache.camel camel-jdbc - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3252,7 +3252,7 @@ org.apache.camel camel-jfr - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3267,12 +3267,12 @@ org.apache.camel camel-jira - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-jms - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3292,17 +3292,17 @@ org.apache.camel camel-joor - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-jpa - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-jq - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3322,7 +3322,7 @@ org.apache.camel camel-jslt - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3352,17 +3352,17 @@ org.apache.camel camel-jsonpath - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-jt400 - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-jta - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3372,32 +3372,32 @@ org.apache.camel camel-kafka - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-kamelet - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-kamelet-main - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-knative - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-knative-api - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-knative-http - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3412,12 +3412,12 @@ org.apache.camel camel-kubernetes - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-kudu - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3452,12 +3452,12 @@ org.apache.camel camel-language - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-ldap - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3472,12 +3472,12 @@ org.apache.camel camel-log - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-lra - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3497,37 +3497,37 @@ org.apache.camel camel-mail - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-mail-microsoft-oauth - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-main - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-management - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-management-api - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-mapstruct - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-master - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3537,7 +3537,7 @@ org.apache.camel camel-micrometer - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3547,17 +3547,17 @@ org.apache.camel camel-microprofile-config - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-microprofile-fault-tolerance - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-microprofile-health - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3572,22 +3572,22 @@ org.apache.camel camel-minio - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-mllp - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-mock - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-mongodb - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3607,22 +3607,22 @@ org.apache.camel camel-mybatis - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-nats - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-netty - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-netty-http - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3657,22 +3657,22 @@ org.apache.camel camel-olingo4 - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-olingo4-api - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-openapi-java - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-openapi-rest-dsl-generator - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3682,7 +3682,7 @@ org.apache.camel camel-opensearch - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3692,7 +3692,7 @@ org.apache.camel camel-opentelemetry - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3702,12 +3702,12 @@ org.apache.camel camel-paho - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-paho-mqtt5 - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3737,7 +3737,7 @@ org.apache.camel camel-platform-http - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3747,12 +3747,12 @@ org.apache.camel camel-platform-http-main - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-platform-http-vertx - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3792,7 +3792,7 @@ org.apache.camel camel-quartz - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3827,7 +3827,7 @@ org.apache.camel camel-ref - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3837,7 +3837,7 @@ org.apache.camel camel-resilience4j - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3847,12 +3847,12 @@ org.apache.camel camel-rest - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-rest-openapi - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3882,12 +3882,12 @@ org.apache.camel camel-saga - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-salesforce - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3902,12 +3902,12 @@ org.apache.camel camel-saxon - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-scheduler - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3917,7 +3917,7 @@ org.apache.camel camel-seda - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3932,7 +3932,7 @@ org.apache.camel camel-servlet - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3952,12 +3952,12 @@ org.apache.camel camel-slack - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-smb - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3977,12 +3977,12 @@ org.apache.camel camel-snmp - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-soap - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -3992,67 +3992,67 @@ org.apache.camel camel-splunk - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-splunk-hec - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-spring - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-spring-batch - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-spring-jdbc - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-spring-ldap - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-spring-main - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-spring-rabbitmq - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-spring-redis - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-spring-security - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-spring-ws - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-spring-xml - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-sql - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -4087,12 +4087,12 @@ org.apache.camel camel-stub - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-support - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -4117,17 +4117,17 @@ org.apache.camel camel-telegram - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-test - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-test-junit5 - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -4137,7 +4137,7 @@ org.apache.camel camel-test-spring-junit5 - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -4162,27 +4162,27 @@ org.apache.camel camel-timer - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-tooling-maven - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-tooling-model - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-tooling-util - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-tracing - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -4197,12 +4197,12 @@ org.apache.camel camel-undertow - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-undertow-spring-security - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -4212,22 +4212,22 @@ org.apache.camel camel-util - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-util-json - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-validator - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-velocity - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -4237,17 +4237,17 @@ org.apache.camel camel-vertx-common - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-vertx-http - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-vertx-websocket - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -4272,7 +4272,7 @@ org.apache.camel camel-webhook - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -4297,27 +4297,27 @@ org.apache.camel camel-xj - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-xml-io - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-xml-io-dsl - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-xml-io-util - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-xml-jaxb - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -4327,12 +4327,12 @@ org.apache.camel camel-xml-jaxp - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-xml-jaxp-util - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -4347,37 +4347,37 @@ org.apache.camel camel-xpath - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-xslt - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-xslt-saxon - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-yaml-dsl - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-yaml-dsl-common - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-yaml-dsl-deserializers - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-yaml-io - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -4392,12 +4392,12 @@ org.apache.camel camel-zip-deflater - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel camel-zipfile - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.camel @@ -4417,7 +4417,7 @@ org.apache.camel spi-annotations - 4.8.0.redhat-00005 + 4.8.0.redhat-00010 org.apache.maven.plugin-tools diff --git a/tooling/redhat-camel-spring-boot-bom-generator/src/main/resources/pom.xml b/tooling/redhat-camel-spring-boot-bom-generator/src/main/resources/pom.xml index 12ce894506e..da28e6028a9 100644 --- a/tooling/redhat-camel-spring-boot-bom-generator/src/main/resources/pom.xml +++ b/tooling/redhat-camel-spring-boot-bom-generator/src/main/resources/pom.xml @@ -331,7 +331,7 @@ pom import - + ca.uhn.hapi.fhir diff --git a/tooling/redhat-camel-spring-boot-bom/pom.xml b/tooling/redhat-camel-spring-boot-bom/pom.xml index ca061569bee..67b0f7fd0c7 100644 --- a/tooling/redhat-camel-spring-boot-bom/pom.xml +++ b/tooling/redhat-camel-spring-boot-bom/pom.xml @@ -101,7 +101,7 @@ com.google.guava guava - 33.3.0-jre + 33.0.0.jre-redhat-00002 @@ -190,7 +190,7 @@ org.apache.commons commons-compress - 1.27.1 + 1.27.1.redhat-00001 @@ -226,32 +226,32 @@ ca.uhn.hapi.fhir org.hl7.fhir.dstu2 - 6.3.23.redhat-00001 + 6.3.23.redhat-00002 ca.uhn.hapi.fhir org.hl7.fhir.dstu2016may - 6.3.23.redhat-00001 + 6.3.23.redhat-00002 ca.uhn.hapi.fhir org.hl7.fhir.dstu3 - 6.3.23.redhat-00001 + 6.3.23.redhat-00002 ca.uhn.hapi.fhir org.hl7.fhir.r4 - 6.3.23.redhat-00001 + 6.3.23.redhat-00002 ca.uhn.hapi.fhir org.hl7.fhir.r4b - 6.3.23.redhat-00001 + 6.3.23.redhat-00002 ca.uhn.hapi.fhir org.hl7.fhir.r5 - 6.3.23.redhat-00001 + 6.3.23.redhat-00002 com.github.stephenc.jcip @@ -262,7 +262,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.utilities - 6.3.23.redhat-00001 + 6.3.23.redhat-00002 @@ -302,7 +302,7 @@ org.eclipse.jetty jetty-bom - 12.0.13 + 12.0.13.redhat-00001 pom import @@ -310,7 +310,7 @@ com.fasterxml.jackson jackson-bom - 2.17.2.redhat-00001 + 2.18.0.redhat-00001 pom import @@ -318,7 +318,7 @@ org.infinispan infinispan-bom - 15.0.8.Final-redhat-00001 + 15.0.8.Final-redhat-00002 pom import @@ -336,7 +336,7 @@ ca.uhn.hapi.fhir hapi-fhir-base - 7.4.0 + 7.4.0.redhat-00001 @@ -390,7 +390,7 @@ com.microsoft.azure msal4j - 1.17.1 + 1.17.1.redhat-00001 @@ -465,12 +465,12 @@ org.jboss.xnio xnio-api - 3.8.14.Final + 3.8.16.Final-redhat-00001 org.jboss.xnio xnio-nio - 3.8.14.Final + 3.8.16.Final-redhat-00001 @@ -492,27 +492,27 @@ io.swagger.core.v3 swagger-integration-jakarta - 2.2.23 + 2.2.23.redhat-00001 io.swagger.core.v3 swagger-jaxrs2-jakarta - 2.2.23 + 2.2.23.redhat-00001 io.swagger.core.v3 swagger-models - 2.2.23 + 2.2.23.redhat-00001 io.swagger.core.v3 swagger-models-jakarta - 2.2.23 + 2.2.23.redhat-00001 io.swagger.core.v3 swagger-core-jakarta - 2.2.23 + 2.2.23.redhat-00001 @@ -538,7 +538,7 @@ org.apache.cxf cxf-bom - 4.0.5.fuse-redhat-00007 + 4.0.5.fuse-redhat-00012 pom import