This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new e2e94d0 CAMEL-17499: Renaming inconsistent data format names in model
e2e94d0 is described below
commit e2e94d04f86d6ff5badec8a53660c12a0b9f1cc4
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Jan 18 16:02:11 2022 +0100
CAMEL-17499: Renaming inconsistent data format names in model
---
.../camel-fhir-starter/src/main/docs/fhir.json | 68 ++++++------
.../FhirJsonDataFormatAutoConfiguration.java | 4 +-
.../FhirJsonDataFormatConfiguration.java | 2 +-
.../FhirXmlDataFormatAutoConfiguration.java | 4 +-
.../springboot/FhirXmlDataFormatConfiguration.java | 2 +-
.../src/main/docs/jacksonxml.json | 38 +++----
.../JacksonXMLDataFormatAutoConfiguration.java | 4 +-
.../JacksonXMLDataFormatConfiguration.java | 2 +-
.../src/main/docs/jsonapi.json | 12 +--
.../JsonApiDataFormatAutoConfiguration.java | 4 +-
.../springboot/JsonApiDataFormatConfiguration.java | 2 +-
.../camel-mail-starter/src/main/docs/mail.json | 18 ++--
.../MimeMultipartDataFormatAutoConfiguration.java | 4 +-
.../MimeMultipartDataFormatConfiguration.java | 2 +-
.../src/main/docs/tagsoup.json | 12 +--
.../TidyMarkupDataFormatAutoConfiguration.java | 4 +-
.../TidyMarkupDataFormatConfiguration.java | 2 +-
.../src/main/docs/tarfile.json | 16 +--
.../TarFileDataFormatAutoConfiguration.java | 4 +-
.../springboot/TarFileDataFormatConfiguration.java | 2 +-
.../src/main/docs/univocity-parsers.json | 118 ++++++++++-----------
.../UniVocityCsvDataFormatAutoConfiguration.java | 4 +-
.../UniVocityCsvDataFormatConfiguration.java | 2 +-
.../UniVocityFixedDataFormatAutoConfiguration.java | 4 +-
.../UniVocityFixedDataFormatConfiguration.java | 2 +-
.../UniVocityTsvDataFormatAutoConfiguration.java | 4 +-
.../UniVocityTsvDataFormatConfiguration.java | 2 +-
.../src/main/docs/xmlsecurity.json | 32 +++---
.../XMLSecurityDataFormatAutoConfiguration.java | 4 +-
.../XMLSecurityDataFormatConfiguration.java | 2 +-
.../src/main/docs/zip-deflater.json | 18 ++--
.../GzipDeflaterDataFormatAutoConfiguration.java | 4 +-
.../GzipDeflaterDataFormatConfiguration.java | 2 +-
.../ZipDeflaterDataFormatAutoConfiguration.java | 4 +-
.../ZipDeflaterDataFormatConfiguration.java | 2 +-
.../src/main/docs/zipfile.json | 16 +--
.../ZipFileDataFormatAutoConfiguration.java | 4 +-
.../springboot/ZipFileDataFormatConfiguration.java | 2 +-
38 files changed, 216 insertions(+), 216 deletions(-)
diff --git a/components-starter/camel-fhir-starter/src/main/docs/fhir.json
b/components-starter/camel-fhir-starter/src/main/docs/fhir.json
index 6572aff..958e70d 100644
--- a/components-starter/camel-fhir-starter/src/main/docs/fhir.json
+++ b/components-starter/camel-fhir-starter/src/main/docs/fhir.json
@@ -12,23 +12,23 @@
"sourceMethod": "getCustomizer()"
},
{
- "name": "camel.dataformat.fhirjson",
+ "name": "camel.dataformat.fhir-json",
"type":
"org.apache.camel.component.fhir.springboot.FhirJsonDataFormatConfiguration",
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirJsonDataFormatConfiguration"
},
{
- "name": "camel.dataformat.fhirjson.customizer",
+ "name": "camel.dataformat.fhir-json.customizer",
"type":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties",
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirJsonDataFormatConfiguration",
"sourceMethod": "getCustomizer()"
},
{
- "name": "camel.dataformat.fhirxml",
+ "name": "camel.dataformat.fhir-xml",
"type":
"org.apache.camel.component.fhir.springboot.FhirXmlDataFormatConfiguration",
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirXmlDataFormatConfiguration"
},
{
- "name": "camel.dataformat.fhirxml.customizer",
+ "name": "camel.dataformat.fhir-xml.customizer",
"type":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties",
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirXmlDataFormatConfiguration",
"sourceMethod": "getCustomizer()"
@@ -221,196 +221,196 @@
"defaultValue": "ONCE"
},
{
- "name": "camel.dataformat.fhirjson.content-type-header",
+ "name": "camel.dataformat.fhir-json.content-type-header",
"type": "java.lang.Boolean",
"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",
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirJsonDataFormatConfiguration",
"defaultValue": true
},
{
- "name": "camel.dataformat.fhirjson.customizer.enabled",
+ "name": "camel.dataformat.fhir-json.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties"
},
{
- "name": "camel.dataformat.fhirjson.dont-encode-elements",
+ "name": "camel.dataformat.fhir-json.dont-encode-elements",
"type": "java.util.Set<java.lang.String>",
"description": "If provided, specifies the elements which should NOT be
encoded. Valid values for this field would include: Patient - Don't encode
patient and all its children Patient.name - Don't encode the patient's name
Patient.name.family - Don't encode the patient's family name .text - Don't
encode the text element on any resource (only the very first position may
contain a wildcard) DSTU2 note: Note that values including meta, such as
Patient.meta will work for DSTU2 parsers, [...]
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirJsonDataFormatConfiguration"
},
{
- "name":
"camel.dataformat.fhirjson.dont-strip-versions-from-references-at-paths",
+ "name":
"camel.dataformat.fhir-json.dont-strip-versions-from-references-at-paths",
"type": "java.util.List<java.lang.String>",
"description": "If supplied value(s), any resource references at the
specified paths will have their resource versions encoded instead of being
automatically stripped during the encoding process. This setting has no effect
on the parsing process. This method provides a finer-grained level of control
than setStripVersionsFromReferences(String) and any paths specified by this
method will be encoded even if setStripVersionsFromReferences(String) has been
set to true (which is the default)",
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirJsonDataFormatConfiguration"
},
{
- "name": "camel.dataformat.fhirjson.enabled",
+ "name": "camel.dataformat.fhir-json.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the fhirJson
data format. This is enabled by default.",
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirJsonDataFormatConfiguration"
},
{
- "name": "camel.dataformat.fhirjson.encode-elements",
+ "name": "camel.dataformat.fhir-json.encode-elements",
"type": "java.util.Set<java.lang.String>",
"description": "If provided, specifies the elements which should be
encoded, to the exclusion of all others. Valid values for this field would
include: Patient - Encode patient and all its children Patient.name - Encode
only the patient's name Patient.name.family - Encode only the patient's family
name .text - Encode the text element on any resource (only the very first
position may contain a wildcard) .(mandatory) - This is a special case which
causes any mandatory fields (min 0) [...]
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirJsonDataFormatConfiguration"
},
{
- "name":
"camel.dataformat.fhirjson.encode-elements-applies-to-child-resources-only",
+ "name":
"camel.dataformat.fhir-json.encode-elements-applies-to-child-resources-only",
"type": "java.lang.Boolean",
"description": "If set to true (default is false), the values supplied
to setEncodeElements(Set) will not be applied to the root resource (typically a
Bundle), but will be applied to any sub-resources contained within it (i.e.
search result resources in that bundle)",
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirJsonDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.fhirjson.fhir-version",
+ "name": "camel.dataformat.fhir-json.fhir-version",
"type": "java.lang.String",
"description": "The version of FHIR to use. Possible values are:
DSTU2,DSTU2_HL7ORG,DSTU2_1,DSTU3,R4",
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirJsonDataFormatConfiguration",
"defaultValue": "DSTU3"
},
{
- "name": "camel.dataformat.fhirjson.omit-resource-id",
+ "name": "camel.dataformat.fhir-json.omit-resource-id",
"type": "java.lang.Boolean",
"description": "If set to true (default is false) the ID of any
resources being encoded will not be included in the output. Note that this does
not apply to contained resources, only to root resources. In other words, if
this is set to true, contained resources will still have local IDs but the
outer\/containing ID will not have an ID.",
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirJsonDataFormatConfiguration",
"defaultValue": false
},
{
- "name":
"camel.dataformat.fhirjson.override-resource-id-with-bundle-entry-full-url",
+ "name":
"camel.dataformat.fhir-json.override-resource-id-with-bundle-entry-full-url",
"type": "java.lang.Boolean",
"description": "If set to true (which is the default), the
Bundle.entry.fullUrl will override the Bundle.entry.resource's resource id if
the fullUrl is defined. This behavior happens when parsing the source data into
a Bundle object. Set this to false if this is not the desired behavior (e.g.
the client code wishes to perform additional validation checks between the
fullUrl and the resource id).",
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirJsonDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.fhirjson.pretty-print",
+ "name": "camel.dataformat.fhir-json.pretty-print",
"type": "java.lang.Boolean",
"description": "Sets the pretty print flag, meaning that the parser will
encode resources with human-readable spacing and newlines between elements
instead of condensing output as much as possible.",
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirJsonDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.fhirjson.server-base-url",
+ "name": "camel.dataformat.fhir-json.server-base-url",
"type": "java.lang.String",
"description": "Sets the server's base URL used by this parser. If a
value is set, resource references will be turned into relative references if
they are provided as absolute URLs but have a base matching the given base.",
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirJsonDataFormatConfiguration"
},
{
- "name": "camel.dataformat.fhirjson.strip-versions-from-references",
+ "name": "camel.dataformat.fhir-json.strip-versions-from-references",
"type": "java.lang.Boolean",
"description": "If set to true (which is the default), resource
references containing a version will have the version removed when the resource
is encoded. This is generally good behaviour because in most situations,
references from one resource to another should be to the resource by ID, not by
ID and version. In some cases though, it may be desirable to preserve the
version in resource links. In that case, this value should be set to false.
This method provides the ability to glo [...]
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirJsonDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.fhirjson.summary-mode",
+ "name": "camel.dataformat.fhir-json.summary-mode",
"type": "java.lang.Boolean",
"description": "If set to true (default is false) only elements marked
by the FHIR specification as being summary elements will be included.",
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirJsonDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.fhirjson.suppress-narratives",
+ "name": "camel.dataformat.fhir-json.suppress-narratives",
"type": "java.lang.Boolean",
"description": "If set to true (default is false), narratives will not
be included in the encoded values.",
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirJsonDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.fhirxml.content-type-header",
+ "name": "camel.dataformat.fhir-xml.content-type-header",
"type": "java.lang.Boolean",
"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",
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirXmlDataFormatConfiguration",
"defaultValue": true
},
{
- "name": "camel.dataformat.fhirxml.customizer.enabled",
+ "name": "camel.dataformat.fhir-xml.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties"
},
{
- "name": "camel.dataformat.fhirxml.dont-encode-elements",
+ "name": "camel.dataformat.fhir-xml.dont-encode-elements",
"type": "java.util.Set<java.lang.String>",
"description": "If provided, specifies the elements which should NOT be
encoded. Valid values for this field would include: Patient - Don't encode
patient and all its children Patient.name - Don't encode the patient's name
Patient.name.family - Don't encode the patient's family name .text - Don't
encode the text element on any resource (only the very first position may
contain a wildcard) DSTU2 note: Note that values including meta, such as
Patient.meta will work for DSTU2 parsers, [...]
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirXmlDataFormatConfiguration"
},
{
- "name":
"camel.dataformat.fhirxml.dont-strip-versions-from-references-at-paths",
+ "name":
"camel.dataformat.fhir-xml.dont-strip-versions-from-references-at-paths",
"type": "java.util.List<java.lang.String>",
"description": "If supplied value(s), any resource references at the
specified paths will have their resource versions encoded instead of being
automatically stripped during the encoding process. This setting has no effect
on the parsing process. This method provides a finer-grained level of control
than setStripVersionsFromReferences(String) and any paths specified by this
method will be encoded even if setStripVersionsFromReferences(String) has been
set to true (which is the default)",
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirXmlDataFormatConfiguration"
},
{
- "name": "camel.dataformat.fhirxml.enabled",
+ "name": "camel.dataformat.fhir-xml.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the fhirXml data
format. This is enabled by default.",
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirXmlDataFormatConfiguration"
},
{
- "name": "camel.dataformat.fhirxml.encode-elements",
+ "name": "camel.dataformat.fhir-xml.encode-elements",
"type": "java.util.Set<java.lang.String>",
"description": "If provided, specifies the elements which should be
encoded, to the exclusion of all others. Valid values for this field would
include: Patient - Encode patient and all its children Patient.name - Encode
only the patient's name Patient.name.family - Encode only the patient's family
name .text - Encode the text element on any resource (only the very first
position may contain a wildcard) .(mandatory) - This is a special case which
causes any mandatory fields (min 0) [...]
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirXmlDataFormatConfiguration"
},
{
- "name":
"camel.dataformat.fhirxml.encode-elements-applies-to-child-resources-only",
+ "name":
"camel.dataformat.fhir-xml.encode-elements-applies-to-child-resources-only",
"type": "java.lang.Boolean",
"description": "If set to true (default is false), the values supplied
to setEncodeElements(Set) will not be applied to the root resource (typically a
Bundle), but will be applied to any sub-resources contained within it (i.e.
search result resources in that bundle)",
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirXmlDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.fhirxml.fhir-version",
+ "name": "camel.dataformat.fhir-xml.fhir-version",
"type": "java.lang.String",
"description": "The version of FHIR to use. Possible values are:
DSTU2,DSTU2_HL7ORG,DSTU2_1,DSTU3,R4",
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirXmlDataFormatConfiguration",
"defaultValue": "DSTU3"
},
{
- "name": "camel.dataformat.fhirxml.omit-resource-id",
+ "name": "camel.dataformat.fhir-xml.omit-resource-id",
"type": "java.lang.Boolean",
"description": "If set to true (default is false) the ID of any
resources being encoded will not be included in the output. Note that this does
not apply to contained resources, only to root resources. In other words, if
this is set to true, contained resources will still have local IDs but the
outer\/containing ID will not have an ID.",
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirXmlDataFormatConfiguration",
"defaultValue": false
},
{
- "name":
"camel.dataformat.fhirxml.override-resource-id-with-bundle-entry-full-url",
+ "name":
"camel.dataformat.fhir-xml.override-resource-id-with-bundle-entry-full-url",
"type": "java.lang.Boolean",
"description": "If set to true (which is the default), the
Bundle.entry.fullUrl will override the Bundle.entry.resource's resource id if
the fullUrl is defined. This behavior happens when parsing the source data into
a Bundle object. Set this to false if this is not the desired behavior (e.g.
the client code wishes to perform additional validation checks between the
fullUrl and the resource id).",
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirXmlDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.fhirxml.pretty-print",
+ "name": "camel.dataformat.fhir-xml.pretty-print",
"type": "java.lang.Boolean",
"description": "Sets the pretty print flag, meaning that the parser will
encode resources with human-readable spacing and newlines between elements
instead of condensing output as much as possible.",
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirXmlDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.fhirxml.server-base-url",
+ "name": "camel.dataformat.fhir-xml.server-base-url",
"type": "java.lang.String",
"description": "Sets the server's base URL used by this parser. If a
value is set, resource references will be turned into relative references if
they are provided as absolute URLs but have a base matching the given base.",
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirXmlDataFormatConfiguration"
},
{
- "name": "camel.dataformat.fhirxml.strip-versions-from-references",
+ "name": "camel.dataformat.fhir-xml.strip-versions-from-references",
"type": "java.lang.Boolean",
"description": "If set to true (which is the default), resource
references containing a version will have the version removed when the resource
is encoded. This is generally good behaviour because in most situations,
references from one resource to another should be to the resource by ID, not by
ID and version. In some cases though, it may be desirable to preserve the
version in resource links. In that case, this value should be set to false.
This method provides the ability to glo [...]
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirXmlDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.fhirxml.summary-mode",
+ "name": "camel.dataformat.fhir-xml.summary-mode",
"type": "java.lang.Boolean",
"description": "If set to true (default is false) only elements marked
by the FHIR specification as being summary elements will be included.",
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirXmlDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.fhirxml.suppress-narratives",
+ "name": "camel.dataformat.fhir-xml.suppress-narratives",
"type": "java.lang.Boolean",
"description": "If set to true (default is false), narratives will not
be included in the encoded values.",
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirXmlDataFormatConfiguration",
diff --git
a/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirJsonDataFormatAutoConfiguration.java
b/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirJsonDataFormatAutoConfiguration.java
index f8b3317..5ab8bf2 100644
---
a/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirJsonDataFormatAutoConfiguration.java
+++
b/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirJsonDataFormatAutoConfiguration.java
@@ -45,7 +45,7 @@ import org.springframework.context.annotation.Lazy;
@AutoConfigureAfter(CamelAutoConfiguration.class)
@Conditional(ConditionalOnCamelContextAndAutoConfigurationBeans.class)
@EnableConfigurationProperties({DataFormatConfigurationProperties.class,FhirJsonDataFormatConfiguration.class})
-@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.fhirjson"})
+@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.fhir-json"})
public class FhirJsonDataFormatAutoConfiguration {
@Autowired
@@ -72,7 +72,7 @@ public class FhirJsonDataFormatAutoConfiguration {
return HierarchicalPropertiesEvaluator.evaluate(
applicationContext,
"camel.dataformat.customizer",
- "camel.dataformat.fhirjson.customizer")
+ "camel.dataformat.fhir-json.customizer")
&& target instanceof FhirJsonDataFormat;
}
};
diff --git
a/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirJsonDataFormatConfiguration.java
b/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirJsonDataFormatConfiguration.java
index 89c5e97..586482f 100644
---
a/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirJsonDataFormatConfiguration.java
+++
b/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirJsonDataFormatConfiguration.java
@@ -28,7 +28,7 @@ import
org.springframework.boot.context.properties.ConfigurationProperties;
* Generated by camel-package-maven-plugin - do not edit this file!
*/
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
-@ConfigurationProperties(prefix = "camel.dataformat.fhirjson")
+@ConfigurationProperties(prefix = "camel.dataformat.fhir-json")
public class FhirJsonDataFormatConfiguration
extends
DataFormatConfigurationPropertiesCommon {
diff --git
a/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirXmlDataFormatAutoConfiguration.java
b/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirXmlDataFormatAutoConfiguration.java
index 56a1806..7d464e7 100644
---
a/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirXmlDataFormatAutoConfiguration.java
+++
b/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirXmlDataFormatAutoConfiguration.java
@@ -45,7 +45,7 @@ import org.springframework.context.annotation.Lazy;
@AutoConfigureAfter(CamelAutoConfiguration.class)
@Conditional(ConditionalOnCamelContextAndAutoConfigurationBeans.class)
@EnableConfigurationProperties({DataFormatConfigurationProperties.class,FhirXmlDataFormatConfiguration.class})
-@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.fhirxml"})
+@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.fhir-xml"})
public class FhirXmlDataFormatAutoConfiguration {
@Autowired
@@ -72,7 +72,7 @@ public class FhirXmlDataFormatAutoConfiguration {
return HierarchicalPropertiesEvaluator.evaluate(
applicationContext,
"camel.dataformat.customizer",
- "camel.dataformat.fhirxml.customizer")
+ "camel.dataformat.fhir-xml.customizer")
&& target instanceof FhirXmlDataFormat;
}
};
diff --git
a/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirXmlDataFormatConfiguration.java
b/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirXmlDataFormatConfiguration.java
index a4b8e04..91537b1 100644
---
a/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirXmlDataFormatConfiguration.java
+++
b/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirXmlDataFormatConfiguration.java
@@ -28,7 +28,7 @@ import
org.springframework.boot.context.properties.ConfigurationProperties;
* Generated by camel-package-maven-plugin - do not edit this file!
*/
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
-@ConfigurationProperties(prefix = "camel.dataformat.fhirxml")
+@ConfigurationProperties(prefix = "camel.dataformat.fhir-xml")
public class FhirXmlDataFormatConfiguration
extends
DataFormatConfigurationPropertiesCommon {
diff --git
a/components-starter/camel-jacksonxml-starter/src/main/docs/jacksonxml.json
b/components-starter/camel-jacksonxml-starter/src/main/docs/jacksonxml.json
index 00f806f..3b9e876 100644
--- a/components-starter/camel-jacksonxml-starter/src/main/docs/jacksonxml.json
+++ b/components-starter/camel-jacksonxml-starter/src/main/docs/jacksonxml.json
@@ -1,12 +1,12 @@
{
"groups": [
{
- "name": "camel.dataformat.jacksonxml",
+ "name": "camel.dataformat.jackson-xml",
"type":
"org.apache.camel.component.jacksonxml.springboot.JacksonXMLDataFormatConfiguration",
"sourceType":
"org.apache.camel.component.jacksonxml.springboot.JacksonXMLDataFormatConfiguration"
},
{
- "name": "camel.dataformat.jacksonxml.customizer",
+ "name": "camel.dataformat.jackson-xml.customizer",
"type":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties",
"sourceType":
"org.apache.camel.component.jacksonxml.springboot.JacksonXMLDataFormatConfiguration",
"sourceMethod": "getCustomizer()"
@@ -14,108 +14,108 @@
],
"properties": [
{
- "name": "camel.dataformat.jacksonxml.allow-jms-type",
+ "name": "camel.dataformat.jackson-xml.allow-jms-type",
"type": "java.lang.Boolean",
"description": "Used for JMS users to allow the JMSType header from the
JMS spec to specify a FQN classname to use to unmarshal to.",
"sourceType":
"org.apache.camel.component.jacksonxml.springboot.JacksonXMLDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.jacksonxml.allow-unmarshall-type",
+ "name": "camel.dataformat.jackson-xml.allow-unmarshall-type",
"type": "java.lang.Boolean",
"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.",
"sourceType":
"org.apache.camel.component.jacksonxml.springboot.JacksonXMLDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.jacksonxml.collection-type",
+ "name": "camel.dataformat.jackson-xml.collection-type",
"type": "java.lang.String",
"description": "Refers to a custom collection type to lookup in the
registry to use. This option should rarely be used, but allows to use different
collection types than java.util.Collection based as default.",
"sourceType":
"org.apache.camel.component.jacksonxml.springboot.JacksonXMLDataFormatConfiguration"
},
{
- "name": "camel.dataformat.jacksonxml.content-type-header",
+ "name": "camel.dataformat.jackson-xml.content-type-header",
"type": "java.lang.Boolean",
"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",
"sourceType":
"org.apache.camel.component.jacksonxml.springboot.JacksonXMLDataFormatConfiguration",
"defaultValue": true
},
{
- "name": "camel.dataformat.jacksonxml.customizer.enabled",
+ "name": "camel.dataformat.jackson-xml.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties"
},
{
- "name": "camel.dataformat.jacksonxml.disable-features",
+ "name": "camel.dataformat.jackson-xml.disable-features",
"type": "java.lang.String",
"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",
"sourceType":
"org.apache.camel.component.jacksonxml.springboot.JacksonXMLDataFormatConfiguration"
},
{
- "name": "camel.dataformat.jacksonxml.enable-features",
+ "name": "camel.dataformat.jackson-xml.enable-features",
"type": "java.lang.String",
"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",
"sourceType":
"org.apache.camel.component.jacksonxml.springboot.JacksonXMLDataFormatConfiguration"
},
{
- "name": "camel.dataformat.jacksonxml.enable-jaxb-annotation-module",
+ "name": "camel.dataformat.jackson-xml.enable-jaxb-annotation-module",
"type": "java.lang.Boolean",
"description": "Whether to enable the JAXB annotations module when using
jackson. When enabled then JAXB annotations can be used by Jackson.",
"sourceType":
"org.apache.camel.component.jacksonxml.springboot.JacksonXMLDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.jacksonxml.enabled",
+ "name": "camel.dataformat.jackson-xml.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the jacksonXml
data format. This is enabled by default.",
"sourceType":
"org.apache.camel.component.jacksonxml.springboot.JacksonXMLDataFormatConfiguration"
},
{
- "name": "camel.dataformat.jacksonxml.include",
+ "name": "camel.dataformat.jackson-xml.include",
"type": "java.lang.String",
"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",
"sourceType":
"org.apache.camel.component.jacksonxml.springboot.JacksonXMLDataFormatConfiguration"
},
{
- "name": "camel.dataformat.jacksonxml.json-view",
+ "name": "camel.dataformat.jackson-xml.json-view",
"type": "java.lang.String",
"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",
"sourceType":
"org.apache.camel.component.jacksonxml.springboot.JacksonXMLDataFormatConfiguration"
},
{
- "name": "camel.dataformat.jacksonxml.module-class-names",
+ "name": "camel.dataformat.jackson-xml.module-class-names",
"type": "java.lang.String",
"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.",
"sourceType":
"org.apache.camel.component.jacksonxml.springboot.JacksonXMLDataFormatConfiguration"
},
{
- "name": "camel.dataformat.jacksonxml.module-refs",
+ "name": "camel.dataformat.jackson-xml.module-refs",
"type": "java.lang.String",
"description": "To use custom Jackson modules referred from the Camel
registry. Multiple modules can be separated by comma.",
"sourceType":
"org.apache.camel.component.jacksonxml.springboot.JacksonXMLDataFormatConfiguration"
},
{
- "name": "camel.dataformat.jacksonxml.pretty-print",
+ "name": "camel.dataformat.jackson-xml.pretty-print",
"type": "java.lang.Boolean",
"description": "To enable pretty printing output nicely formatted. Is by
default false.",
"sourceType":
"org.apache.camel.component.jacksonxml.springboot.JacksonXMLDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.jacksonxml.unmarshal-type",
+ "name": "camel.dataformat.jackson-xml.unmarshal-type",
"type": "java.lang.String",
"description": "Class name of the java type to use when unmarshalling",
"sourceType":
"org.apache.camel.component.jacksonxml.springboot.JacksonXMLDataFormatConfiguration"
},
{
- "name": "camel.dataformat.jacksonxml.use-list",
+ "name": "camel.dataformat.jackson-xml.use-list",
"type": "java.lang.Boolean",
"description": "To unmarshal to a List of Map or a List of Pojo.",
"sourceType":
"org.apache.camel.component.jacksonxml.springboot.JacksonXMLDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.jacksonxml.xml-mapper",
+ "name": "camel.dataformat.jackson-xml.xml-mapper",
"type": "java.lang.String",
"description": "Lookup and use the existing XmlMapper with the given
id.",
"sourceType":
"org.apache.camel.component.jacksonxml.springboot.JacksonXMLDataFormatConfiguration"
diff --git
a/components-starter/camel-jacksonxml-starter/src/main/java/org/apache/camel/component/jacksonxml/springboot/JacksonXMLDataFormatAutoConfiguration.java
b/components-starter/camel-jacksonxml-starter/src/main/java/org/apache/camel/component/jacksonxml/springboot/JacksonXMLDataFormatAutoConfiguration.java
index a2c7cb6..eae4bad 100644
---
a/components-starter/camel-jacksonxml-starter/src/main/java/org/apache/camel/component/jacksonxml/springboot/JacksonXMLDataFormatAutoConfiguration.java
+++
b/components-starter/camel-jacksonxml-starter/src/main/java/org/apache/camel/component/jacksonxml/springboot/JacksonXMLDataFormatAutoConfiguration.java
@@ -45,7 +45,7 @@ import org.springframework.context.annotation.Lazy;
@AutoConfigureAfter(CamelAutoConfiguration.class)
@Conditional(ConditionalOnCamelContextAndAutoConfigurationBeans.class)
@EnableConfigurationProperties({DataFormatConfigurationProperties.class,JacksonXMLDataFormatConfiguration.class})
-@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.jacksonxml"})
+@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.jackson-xml"})
public class JacksonXMLDataFormatAutoConfiguration {
@Autowired
@@ -72,7 +72,7 @@ public class JacksonXMLDataFormatAutoConfiguration {
return HierarchicalPropertiesEvaluator.evaluate(
applicationContext,
"camel.dataformat.customizer",
- "camel.dataformat.jacksonxml.customizer")
+ "camel.dataformat.jackson-xml.customizer")
&& target instanceof JacksonXMLDataFormat;
}
};
diff --git
a/components-starter/camel-jacksonxml-starter/src/main/java/org/apache/camel/component/jacksonxml/springboot/JacksonXMLDataFormatConfiguration.java
b/components-starter/camel-jacksonxml-starter/src/main/java/org/apache/camel/component/jacksonxml/springboot/JacksonXMLDataFormatConfiguration.java
index 57fea10..3f0b913 100644
---
a/components-starter/camel-jacksonxml-starter/src/main/java/org/apache/camel/component/jacksonxml/springboot/JacksonXMLDataFormatConfiguration.java
+++
b/components-starter/camel-jacksonxml-starter/src/main/java/org/apache/camel/component/jacksonxml/springboot/JacksonXMLDataFormatConfiguration.java
@@ -27,7 +27,7 @@ import
org.springframework.boot.context.properties.ConfigurationProperties;
* Generated by camel-package-maven-plugin - do not edit this file!
*/
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
-@ConfigurationProperties(prefix = "camel.dataformat.jacksonxml")
+@ConfigurationProperties(prefix = "camel.dataformat.jackson-xml")
public class JacksonXMLDataFormatConfiguration
extends
DataFormatConfigurationPropertiesCommon {
diff --git
a/components-starter/camel-jsonapi-starter/src/main/docs/jsonapi.json
b/components-starter/camel-jsonapi-starter/src/main/docs/jsonapi.json
index 729b89a..e0f4b14 100644
--- a/components-starter/camel-jsonapi-starter/src/main/docs/jsonapi.json
+++ b/components-starter/camel-jsonapi-starter/src/main/docs/jsonapi.json
@@ -1,12 +1,12 @@
{
"groups": [
{
- "name": "camel.dataformat.jsonapi",
+ "name": "camel.dataformat.json-api",
"type":
"org.apache.camel.component.jsonapi.springboot.JsonApiDataFormatConfiguration",
"sourceType":
"org.apache.camel.component.jsonapi.springboot.JsonApiDataFormatConfiguration"
},
{
- "name": "camel.dataformat.jsonapi.customizer",
+ "name": "camel.dataformat.json-api.customizer",
"type":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties",
"sourceType":
"org.apache.camel.component.jsonapi.springboot.JsonApiDataFormatConfiguration",
"sourceMethod": "getCustomizer()"
@@ -14,24 +14,24 @@
],
"properties": [
{
- "name": "camel.dataformat.jsonapi.customizer.enabled",
+ "name": "camel.dataformat.json-api.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties"
},
{
- "name": "camel.dataformat.jsonapi.data-format-types",
+ "name": "camel.dataformat.json-api.data-format-types",
"type": "java.lang.Class<java.lang.Object>[]",
"description": "The classes to take into account for the marshalling",
"sourceType":
"org.apache.camel.component.jsonapi.springboot.JsonApiDataFormatConfiguration"
},
{
- "name": "camel.dataformat.jsonapi.enabled",
+ "name": "camel.dataformat.json-api.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the jsonApi data
format. This is enabled by default.",
"sourceType":
"org.apache.camel.component.jsonapi.springboot.JsonApiDataFormatConfiguration"
},
{
- "name": "camel.dataformat.jsonapi.main-format-type",
+ "name": "camel.dataformat.json-api.main-format-type",
"type": "java.lang.Class<java.lang.Object>",
"description": "The classes to take into account while unmarshalling",
"sourceType":
"org.apache.camel.component.jsonapi.springboot.JsonApiDataFormatConfiguration"
diff --git
a/components-starter/camel-jsonapi-starter/src/main/java/org/apache/camel/component/jsonapi/springboot/JsonApiDataFormatAutoConfiguration.java
b/components-starter/camel-jsonapi-starter/src/main/java/org/apache/camel/component/jsonapi/springboot/JsonApiDataFormatAutoConfiguration.java
index 910e62b..f427f43 100644
---
a/components-starter/camel-jsonapi-starter/src/main/java/org/apache/camel/component/jsonapi/springboot/JsonApiDataFormatAutoConfiguration.java
+++
b/components-starter/camel-jsonapi-starter/src/main/java/org/apache/camel/component/jsonapi/springboot/JsonApiDataFormatAutoConfiguration.java
@@ -45,7 +45,7 @@ import org.springframework.context.annotation.Lazy;
@AutoConfigureAfter(CamelAutoConfiguration.class)
@Conditional(ConditionalOnCamelContextAndAutoConfigurationBeans.class)
@EnableConfigurationProperties({DataFormatConfigurationProperties.class,JsonApiDataFormatConfiguration.class})
-@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.jsonapi"})
+@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.json-api"})
public class JsonApiDataFormatAutoConfiguration {
@Autowired
@@ -72,7 +72,7 @@ public class JsonApiDataFormatAutoConfiguration {
return HierarchicalPropertiesEvaluator.evaluate(
applicationContext,
"camel.dataformat.customizer",
- "camel.dataformat.jsonapi.customizer")
+ "camel.dataformat.json-api.customizer")
&& target instanceof JsonApiDataFormat;
}
};
diff --git
a/components-starter/camel-jsonapi-starter/src/main/java/org/apache/camel/component/jsonapi/springboot/JsonApiDataFormatConfiguration.java
b/components-starter/camel-jsonapi-starter/src/main/java/org/apache/camel/component/jsonapi/springboot/JsonApiDataFormatConfiguration.java
index 1340c47..00472b1 100644
---
a/components-starter/camel-jsonapi-starter/src/main/java/org/apache/camel/component/jsonapi/springboot/JsonApiDataFormatConfiguration.java
+++
b/components-starter/camel-jsonapi-starter/src/main/java/org/apache/camel/component/jsonapi/springboot/JsonApiDataFormatConfiguration.java
@@ -26,7 +26,7 @@ import
org.springframework.boot.context.properties.ConfigurationProperties;
* Generated by camel-package-maven-plugin - do not edit this file!
*/
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
-@ConfigurationProperties(prefix = "camel.dataformat.jsonapi")
+@ConfigurationProperties(prefix = "camel.dataformat.json-api")
public class JsonApiDataFormatConfiguration
extends
DataFormatConfigurationPropertiesCommon {
diff --git a/components-starter/camel-mail-starter/src/main/docs/mail.json
b/components-starter/camel-mail-starter/src/main/docs/mail.json
index 0dd27a4..8d3de71 100644
--- a/components-starter/camel-mail-starter/src/main/docs/mail.json
+++ b/components-starter/camel-mail-starter/src/main/docs/mail.json
@@ -12,12 +12,12 @@
"sourceMethod": "getCustomizer()"
},
{
- "name": "camel.dataformat.mimemultipart",
+ "name": "camel.dataformat.mime-multipart",
"type":
"org.apache.camel.dataformat.mime.multipart.springboot.MimeMultipartDataFormatConfiguration",
"sourceType":
"org.apache.camel.dataformat.mime.multipart.springboot.MimeMultipartDataFormatConfiguration"
},
{
- "name": "camel.dataformat.mimemultipart.customizer",
+ "name": "camel.dataformat.mime-multipart.customizer",
"type":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties",
"sourceType":
"org.apache.camel.dataformat.mime.multipart.springboot.MimeMultipartDataFormatConfiguration",
"sourceMethod": "getCustomizer()"
@@ -318,45 +318,45 @@
"sourceType":
"org.apache.camel.component.mail.springboot.MailComponentConfiguration"
},
{
- "name": "camel.dataformat.mimemultipart.binary-content",
+ "name": "camel.dataformat.mime-multipart.binary-content",
"type": "java.lang.Boolean",
"description": "Defines whether the content of binary parts in the MIME
multipart is binary (true) or Base-64 encoded (false) Default is false.",
"sourceType":
"org.apache.camel.dataformat.mime.multipart.springboot.MimeMultipartDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.mimemultipart.customizer.enabled",
+ "name": "camel.dataformat.mime-multipart.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties"
},
{
- "name": "camel.dataformat.mimemultipart.enabled",
+ "name": "camel.dataformat.mime-multipart.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the
mimeMultipart data format. This is enabled by default.",
"sourceType":
"org.apache.camel.dataformat.mime.multipart.springboot.MimeMultipartDataFormatConfiguration"
},
{
- "name": "camel.dataformat.mimemultipart.headers-inline",
+ "name": "camel.dataformat.mime-multipart.headers-inline",
"type": "java.lang.Boolean",
"description": "Defines whether the MIME-Multipart headers are part of
the message body (true) or are set as Camel headers (false). Default is false.",
"sourceType":
"org.apache.camel.dataformat.mime.multipart.springboot.MimeMultipartDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.mimemultipart.include-headers",
+ "name": "camel.dataformat.mime-multipart.include-headers",
"type": "java.lang.String",
"description": "A regex that defines which Camel headers are also
included as MIME headers into the MIME multipart. This will only work if
headersInline is set to true. Default is to include no headers",
"sourceType":
"org.apache.camel.dataformat.mime.multipart.springboot.MimeMultipartDataFormatConfiguration"
},
{
- "name": "camel.dataformat.mimemultipart.multipart-sub-type",
+ "name": "camel.dataformat.mime-multipart.multipart-sub-type",
"type": "java.lang.String",
"description": "Specify the subtype of the MIME Multipart. Default is
mixed.",
"sourceType":
"org.apache.camel.dataformat.mime.multipart.springboot.MimeMultipartDataFormatConfiguration",
"defaultValue": "mixed"
},
{
- "name": "camel.dataformat.mimemultipart.multipart-without-attachment",
+ "name": "camel.dataformat.mime-multipart.multipart-without-attachment",
"type": "java.lang.Boolean",
"description": "Defines whether a message without attachment is also
marshaled into a MIME Multipart (with only one body part). Default is false.",
"sourceType":
"org.apache.camel.dataformat.mime.multipart.springboot.MimeMultipartDataFormatConfiguration",
diff --git
a/components-starter/camel-mail-starter/src/main/java/org/apache/camel/dataformat/mime/multipart/springboot/MimeMultipartDataFormatAutoConfiguration.java
b/components-starter/camel-mail-starter/src/main/java/org/apache/camel/dataformat/mime/multipart/springboot/MimeMultipartDataFormatAutoConfiguration.java
index 9ba2cde..d6256f6 100644
---
a/components-starter/camel-mail-starter/src/main/java/org/apache/camel/dataformat/mime/multipart/springboot/MimeMultipartDataFormatAutoConfiguration.java
+++
b/components-starter/camel-mail-starter/src/main/java/org/apache/camel/dataformat/mime/multipart/springboot/MimeMultipartDataFormatAutoConfiguration.java
@@ -45,7 +45,7 @@ import org.springframework.context.annotation.Lazy;
@AutoConfigureAfter(CamelAutoConfiguration.class)
@Conditional(ConditionalOnCamelContextAndAutoConfigurationBeans.class)
@EnableConfigurationProperties({DataFormatConfigurationProperties.class,MimeMultipartDataFormatConfiguration.class})
-@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.mimemultipart"})
+@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.mime-multipart"})
public class MimeMultipartDataFormatAutoConfiguration {
@Autowired
@@ -72,7 +72,7 @@ public class MimeMultipartDataFormatAutoConfiguration {
return HierarchicalPropertiesEvaluator.evaluate(
applicationContext,
"camel.dataformat.customizer",
- "camel.dataformat.mimemultipart.customizer")
+ "camel.dataformat.mime-multipart.customizer")
&& target instanceof MimeMultipartDataFormat;
}
};
diff --git
a/components-starter/camel-mail-starter/src/main/java/org/apache/camel/dataformat/mime/multipart/springboot/MimeMultipartDataFormatConfiguration.java
b/components-starter/camel-mail-starter/src/main/java/org/apache/camel/dataformat/mime/multipart/springboot/MimeMultipartDataFormatConfiguration.java
index 6c41ea0..36805b7 100644
---
a/components-starter/camel-mail-starter/src/main/java/org/apache/camel/dataformat/mime/multipart/springboot/MimeMultipartDataFormatConfiguration.java
+++
b/components-starter/camel-mail-starter/src/main/java/org/apache/camel/dataformat/mime/multipart/springboot/MimeMultipartDataFormatConfiguration.java
@@ -27,7 +27,7 @@ import
org.springframework.boot.context.properties.ConfigurationProperties;
* Generated by camel-package-maven-plugin - do not edit this file!
*/
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
-@ConfigurationProperties(prefix = "camel.dataformat.mimemultipart")
+@ConfigurationProperties(prefix = "camel.dataformat.mime-multipart")
public class MimeMultipartDataFormatConfiguration
extends
DataFormatConfigurationPropertiesCommon {
diff --git
a/components-starter/camel-tagsoup-starter/src/main/docs/tagsoup.json
b/components-starter/camel-tagsoup-starter/src/main/docs/tagsoup.json
index 4f4d90d..a803475 100644
--- a/components-starter/camel-tagsoup-starter/src/main/docs/tagsoup.json
+++ b/components-starter/camel-tagsoup-starter/src/main/docs/tagsoup.json
@@ -1,12 +1,12 @@
{
"groups": [
{
- "name": "camel.dataformat.tidymarkup",
+ "name": "camel.dataformat.tidy-markup",
"type":
"org.apache.camel.dataformat.tagsoup.springboot.TidyMarkupDataFormatConfiguration",
"sourceType":
"org.apache.camel.dataformat.tagsoup.springboot.TidyMarkupDataFormatConfiguration"
},
{
- "name": "camel.dataformat.tidymarkup.customizer",
+ "name": "camel.dataformat.tidy-markup.customizer",
"type":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties",
"sourceType":
"org.apache.camel.dataformat.tagsoup.springboot.TidyMarkupDataFormatConfiguration",
"sourceMethod": "getCustomizer()"
@@ -14,25 +14,25 @@
],
"properties": [
{
- "name": "camel.dataformat.tidymarkup.customizer.enabled",
+ "name": "camel.dataformat.tidy-markup.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties"
},
{
- "name": "camel.dataformat.tidymarkup.data-object-type",
+ "name": "camel.dataformat.tidy-markup.data-object-type",
"type": "java.lang.String",
"description": "What data type to unmarshal as, can either be
org.w3c.dom.Node or java.lang.String. Is by default org.w3c.dom.Node",
"sourceType":
"org.apache.camel.dataformat.tagsoup.springboot.TidyMarkupDataFormatConfiguration",
"defaultValue": "org.w3c.dom.Node"
},
{
- "name": "camel.dataformat.tidymarkup.enabled",
+ "name": "camel.dataformat.tidy-markup.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the tidyMarkup
data format. This is enabled by default.",
"sourceType":
"org.apache.camel.dataformat.tagsoup.springboot.TidyMarkupDataFormatConfiguration"
},
{
- "name": "camel.dataformat.tidymarkup.omit-xml-declaration",
+ "name": "camel.dataformat.tidy-markup.omit-xml-declaration",
"type": "java.lang.Boolean",
"description": "When returning a String, do we omit the XML declaration
in the top.",
"sourceType":
"org.apache.camel.dataformat.tagsoup.springboot.TidyMarkupDataFormatConfiguration",
diff --git
a/components-starter/camel-tagsoup-starter/src/main/java/org/apache/camel/dataformat/tagsoup/springboot/TidyMarkupDataFormatAutoConfiguration.java
b/components-starter/camel-tagsoup-starter/src/main/java/org/apache/camel/dataformat/tagsoup/springboot/TidyMarkupDataFormatAutoConfiguration.java
index f4fc562..e00abe0 100644
---
a/components-starter/camel-tagsoup-starter/src/main/java/org/apache/camel/dataformat/tagsoup/springboot/TidyMarkupDataFormatAutoConfiguration.java
+++
b/components-starter/camel-tagsoup-starter/src/main/java/org/apache/camel/dataformat/tagsoup/springboot/TidyMarkupDataFormatAutoConfiguration.java
@@ -45,7 +45,7 @@ import org.springframework.context.annotation.Lazy;
@AutoConfigureAfter(CamelAutoConfiguration.class)
@Conditional(ConditionalOnCamelContextAndAutoConfigurationBeans.class)
@EnableConfigurationProperties({DataFormatConfigurationProperties.class,TidyMarkupDataFormatConfiguration.class})
-@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.tidymarkup"})
+@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.tidy-markup"})
public class TidyMarkupDataFormatAutoConfiguration {
@Autowired
@@ -72,7 +72,7 @@ public class TidyMarkupDataFormatAutoConfiguration {
return HierarchicalPropertiesEvaluator.evaluate(
applicationContext,
"camel.dataformat.customizer",
- "camel.dataformat.tidymarkup.customizer")
+ "camel.dataformat.tidy-markup.customizer")
&& target instanceof TidyMarkupDataFormat;
}
};
diff --git
a/components-starter/camel-tagsoup-starter/src/main/java/org/apache/camel/dataformat/tagsoup/springboot/TidyMarkupDataFormatConfiguration.java
b/components-starter/camel-tagsoup-starter/src/main/java/org/apache/camel/dataformat/tagsoup/springboot/TidyMarkupDataFormatConfiguration.java
index 58162af..46f9c44 100644
---
a/components-starter/camel-tagsoup-starter/src/main/java/org/apache/camel/dataformat/tagsoup/springboot/TidyMarkupDataFormatConfiguration.java
+++
b/components-starter/camel-tagsoup-starter/src/main/java/org/apache/camel/dataformat/tagsoup/springboot/TidyMarkupDataFormatConfiguration.java
@@ -26,7 +26,7 @@ import
org.springframework.boot.context.properties.ConfigurationProperties;
* Generated by camel-package-maven-plugin - do not edit this file!
*/
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
-@ConfigurationProperties(prefix = "camel.dataformat.tidymarkup")
+@ConfigurationProperties(prefix = "camel.dataformat.tidy-markup")
public class TidyMarkupDataFormatConfiguration
extends
DataFormatConfigurationPropertiesCommon {
diff --git
a/components-starter/camel-tarfile-starter/src/main/docs/tarfile.json
b/components-starter/camel-tarfile-starter/src/main/docs/tarfile.json
index a8861fc..e99dc20 100644
--- a/components-starter/camel-tarfile-starter/src/main/docs/tarfile.json
+++ b/components-starter/camel-tarfile-starter/src/main/docs/tarfile.json
@@ -1,12 +1,12 @@
{
"groups": [
{
- "name": "camel.dataformat.tarfile",
+ "name": "camel.dataformat.tar-file",
"type":
"org.apache.camel.dataformat.tarfile.springboot.TarFileDataFormatConfiguration",
"sourceType":
"org.apache.camel.dataformat.tarfile.springboot.TarFileDataFormatConfiguration"
},
{
- "name": "camel.dataformat.tarfile.customizer",
+ "name": "camel.dataformat.tar-file.customizer",
"type":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties",
"sourceType":
"org.apache.camel.dataformat.tarfile.springboot.TarFileDataFormatConfiguration",
"sourceMethod": "getCustomizer()"
@@ -14,39 +14,39 @@
],
"properties": [
{
- "name": "camel.dataformat.tarfile.allow-empty-directory",
+ "name": "camel.dataformat.tar-file.allow-empty-directory",
"type": "java.lang.Boolean",
"description": "If the tar file has more then one entry, setting this
option to true, allows to get the iterator even if the directory is empty",
"sourceType":
"org.apache.camel.dataformat.tarfile.springboot.TarFileDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.tarfile.customizer.enabled",
+ "name": "camel.dataformat.tar-file.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties"
},
{
- "name": "camel.dataformat.tarfile.enabled",
+ "name": "camel.dataformat.tar-file.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the tarFile data
format. This is enabled by default.",
"sourceType":
"org.apache.camel.dataformat.tarfile.springboot.TarFileDataFormatConfiguration"
},
{
- "name": "camel.dataformat.tarfile.max-decompressed-size",
+ "name": "camel.dataformat.tar-file.max-decompressed-size",
"type": "java.lang.Long",
"description": "Set the maximum decompressed size of a tar file (in
bytes). The default value if not specified corresponds to 1 gigabyte. An
IOException will be thrown if the decompressed size exceeds this amount. Set to
-1 to disable setting a maximum decompressed size.",
"sourceType":
"org.apache.camel.dataformat.tarfile.springboot.TarFileDataFormatConfiguration",
"defaultValue": 1073741824
},
{
- "name": "camel.dataformat.tarfile.preserve-path-elements",
+ "name": "camel.dataformat.tar-file.preserve-path-elements",
"type": "java.lang.Boolean",
"description": "If the file name contains path elements, setting this
option to true, allows the path to be maintained in the tar file.",
"sourceType":
"org.apache.camel.dataformat.tarfile.springboot.TarFileDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.tarfile.using-iterator",
+ "name": "camel.dataformat.tar-file.using-iterator",
"type": "java.lang.Boolean",
"description": "If the tar file has more then one entry, the setting
this option to true, allows to work with the splitter EIP, to split the data
using an iterator in a streaming mode.",
"sourceType":
"org.apache.camel.dataformat.tarfile.springboot.TarFileDataFormatConfiguration",
diff --git
a/components-starter/camel-tarfile-starter/src/main/java/org/apache/camel/dataformat/tarfile/springboot/TarFileDataFormatAutoConfiguration.java
b/components-starter/camel-tarfile-starter/src/main/java/org/apache/camel/dataformat/tarfile/springboot/TarFileDataFormatAutoConfiguration.java
index fe369c6..b984afd 100644
---
a/components-starter/camel-tarfile-starter/src/main/java/org/apache/camel/dataformat/tarfile/springboot/TarFileDataFormatAutoConfiguration.java
+++
b/components-starter/camel-tarfile-starter/src/main/java/org/apache/camel/dataformat/tarfile/springboot/TarFileDataFormatAutoConfiguration.java
@@ -45,7 +45,7 @@ import org.springframework.context.annotation.Lazy;
@AutoConfigureAfter(CamelAutoConfiguration.class)
@Conditional(ConditionalOnCamelContextAndAutoConfigurationBeans.class)
@EnableConfigurationProperties({DataFormatConfigurationProperties.class,TarFileDataFormatConfiguration.class})
-@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.tarfile"})
+@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.tar-file"})
public class TarFileDataFormatAutoConfiguration {
@Autowired
@@ -72,7 +72,7 @@ public class TarFileDataFormatAutoConfiguration {
return HierarchicalPropertiesEvaluator.evaluate(
applicationContext,
"camel.dataformat.customizer",
- "camel.dataformat.tarfile.customizer")
+ "camel.dataformat.tar-file.customizer")
&& target instanceof TarFileDataFormat;
}
};
diff --git
a/components-starter/camel-tarfile-starter/src/main/java/org/apache/camel/dataformat/tarfile/springboot/TarFileDataFormatConfiguration.java
b/components-starter/camel-tarfile-starter/src/main/java/org/apache/camel/dataformat/tarfile/springboot/TarFileDataFormatConfiguration.java
index ff66c33..33b1947 100644
---
a/components-starter/camel-tarfile-starter/src/main/java/org/apache/camel/dataformat/tarfile/springboot/TarFileDataFormatConfiguration.java
+++
b/components-starter/camel-tarfile-starter/src/main/java/org/apache/camel/dataformat/tarfile/springboot/TarFileDataFormatConfiguration.java
@@ -26,7 +26,7 @@ import
org.springframework.boot.context.properties.ConfigurationProperties;
* Generated by camel-package-maven-plugin - do not edit this file!
*/
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
-@ConfigurationProperties(prefix = "camel.dataformat.tarfile")
+@ConfigurationProperties(prefix = "camel.dataformat.tar-file")
public class TarFileDataFormatConfiguration
extends
DataFormatConfigurationPropertiesCommon {
diff --git
a/components-starter/camel-univocity-parsers-starter/src/main/docs/univocity-parsers.json
b/components-starter/camel-univocity-parsers-starter/src/main/docs/univocity-parsers.json
index 940a5e2..2d1546b 100644
---
a/components-starter/camel-univocity-parsers-starter/src/main/docs/univocity-parsers.json
+++
b/components-starter/camel-univocity-parsers-starter/src/main/docs/univocity-parsers.json
@@ -1,34 +1,34 @@
{
"groups": [
{
- "name": "camel.dataformat.univocitycsv",
+ "name": "camel.dataformat.univocity-csv",
"type":
"org.apache.camel.dataformat.univocity.springboot.UniVocityCsvDataFormatConfiguration",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityCsvDataFormatConfiguration"
},
{
- "name": "camel.dataformat.univocitycsv.customizer",
+ "name": "camel.dataformat.univocity-csv.customizer",
"type":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityCsvDataFormatConfiguration",
"sourceMethod": "getCustomizer()"
},
{
- "name": "camel.dataformat.univocityfixed",
+ "name": "camel.dataformat.univocity-fixed",
"type":
"org.apache.camel.dataformat.univocity.springboot.UniVocityFixedDataFormatConfiguration",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityFixedDataFormatConfiguration"
},
{
- "name": "camel.dataformat.univocityfixed.customizer",
+ "name": "camel.dataformat.univocity-fixed.customizer",
"type":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityFixedDataFormatConfiguration",
"sourceMethod": "getCustomizer()"
},
{
- "name": "camel.dataformat.univocitytsv",
+ "name": "camel.dataformat.univocity-tsv",
"type":
"org.apache.camel.dataformat.univocity.springboot.UniVocityTsvDataFormatConfiguration",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityTsvDataFormatConfiguration"
},
{
- "name": "camel.dataformat.univocitytsv.customizer",
+ "name": "camel.dataformat.univocity-tsv.customizer",
"type":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityTsvDataFormatConfiguration",
"sourceMethod": "getCustomizer()"
@@ -36,349 +36,349 @@
],
"properties": [
{
- "name": "camel.dataformat.univocitycsv.as-map",
+ "name": "camel.dataformat.univocity-csv.as-map",
"type": "java.lang.Boolean",
"description": "Whether the unmarshalling should produce maps for the
lines values instead of lists. It requires to have header (either defined or
collected). The default value is false",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityCsvDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.univocitycsv.comment",
+ "name": "camel.dataformat.univocity-csv.comment",
"type": "java.lang.String",
"description": "The comment symbol. The default value is #",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityCsvDataFormatConfiguration",
"defaultValue": "#"
},
{
- "name": "camel.dataformat.univocitycsv.customizer.enabled",
+ "name": "camel.dataformat.univocity-csv.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties"
},
{
- "name": "camel.dataformat.univocitycsv.delimiter",
+ "name": "camel.dataformat.univocity-csv.delimiter",
"type": "java.lang.String",
"description": "The delimiter of values",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityCsvDataFormatConfiguration",
"defaultValue": ","
},
{
- "name": "camel.dataformat.univocitycsv.empty-value",
+ "name": "camel.dataformat.univocity-csv.empty-value",
"type": "java.lang.String",
"description": "The String representation of an empty value",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityCsvDataFormatConfiguration"
},
{
- "name": "camel.dataformat.univocitycsv.enabled",
+ "name": "camel.dataformat.univocity-csv.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the univocityCsv
data format. This is enabled by default.",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityCsvDataFormatConfiguration"
},
{
- "name": "camel.dataformat.univocitycsv.header-extraction-enabled",
+ "name": "camel.dataformat.univocity-csv.header-extraction-enabled",
"type": "java.lang.Boolean",
"description": "Whether or not the header must be read in the first line
of the test document The default value is false",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityCsvDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.univocitycsv.headers-disabled",
+ "name": "camel.dataformat.univocity-csv.headers-disabled",
"type": "java.lang.Boolean",
"description": "Whether or not the headers are disabled. When defined,
this option explicitly sets the headers as null which indicates that there is
no header. The default value is false",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityCsvDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.univocitycsv.ignore-leading-whitespaces",
+ "name": "camel.dataformat.univocity-csv.ignore-leading-whitespaces",
"type": "java.lang.Boolean",
"description": "Whether or not the leading white spaces must be ignored.
The default value is true",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityCsvDataFormatConfiguration",
"defaultValue": true
},
{
- "name": "camel.dataformat.univocitycsv.ignore-trailing-whitespaces",
+ "name": "camel.dataformat.univocity-csv.ignore-trailing-whitespaces",
"type": "java.lang.Boolean",
"description": "Whether or not the trailing white spaces must ignored.
The default value is true",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityCsvDataFormatConfiguration",
"defaultValue": true
},
{
- "name": "camel.dataformat.univocitycsv.lazy-load",
+ "name": "camel.dataformat.univocity-csv.lazy-load",
"type": "java.lang.Boolean",
"description": "Whether the unmarshalling should produce an iterator
that reads the lines on the fly or if all the lines must be read at one. The
default value is false",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityCsvDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.univocitycsv.line-separator",
+ "name": "camel.dataformat.univocity-csv.line-separator",
"type": "java.lang.String",
"description": "The line separator of the files The default value is to
use the JVM platform line separator",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityCsvDataFormatConfiguration"
},
{
- "name": "camel.dataformat.univocitycsv.normalized-line-separator",
+ "name": "camel.dataformat.univocity-csv.normalized-line-separator",
"type": "java.lang.String",
"description": "The normalized line separator of the files The default
value is a new line character.",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityCsvDataFormatConfiguration",
"defaultValue": "\\n"
},
{
- "name": "camel.dataformat.univocitycsv.null-value",
+ "name": "camel.dataformat.univocity-csv.null-value",
"type": "java.lang.String",
"description": "The string representation of a null value. The default
value is null",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityCsvDataFormatConfiguration"
},
{
- "name": "camel.dataformat.univocitycsv.number-of-records-to-read",
+ "name": "camel.dataformat.univocity-csv.number-of-records-to-read",
"type": "java.lang.Integer",
"description": "The maximum number of record to read.",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityCsvDataFormatConfiguration"
},
{
- "name": "camel.dataformat.univocitycsv.quote",
+ "name": "camel.dataformat.univocity-csv.quote",
"type": "java.lang.String",
"description": "The quote symbol.",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityCsvDataFormatConfiguration",
"defaultValue": "\""
},
{
- "name": "camel.dataformat.univocitycsv.quote-all-fields",
+ "name": "camel.dataformat.univocity-csv.quote-all-fields",
"type": "java.lang.Boolean",
"description": "Whether or not all values must be quoted when writing
them.",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityCsvDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.univocitycsv.quote-escape",
+ "name": "camel.dataformat.univocity-csv.quote-escape",
"type": "java.lang.String",
"description": "The quote escape symbol",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityCsvDataFormatConfiguration",
"defaultValue": "\""
},
{
- "name": "camel.dataformat.univocitycsv.skip-empty-lines",
+ "name": "camel.dataformat.univocity-csv.skip-empty-lines",
"type": "java.lang.Boolean",
"description": "Whether or not the empty lines must be ignored. The
default value is true",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityCsvDataFormatConfiguration",
"defaultValue": true
},
{
- "name": "camel.dataformat.univocityfixed.as-map",
+ "name": "camel.dataformat.univocity-fixed.as-map",
"type": "java.lang.Boolean",
"description": "Whether the unmarshalling should produce maps for the
lines values instead of lists. It requires to have header (either defined or
collected). The default value is false",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityFixedDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.univocityfixed.comment",
+ "name": "camel.dataformat.univocity-fixed.comment",
"type": "java.lang.String",
"description": "The comment symbol. The default value is #",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityFixedDataFormatConfiguration",
"defaultValue": "#"
},
{
- "name": "camel.dataformat.univocityfixed.customizer.enabled",
+ "name": "camel.dataformat.univocity-fixed.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties"
},
{
- "name": "camel.dataformat.univocityfixed.empty-value",
+ "name": "camel.dataformat.univocity-fixed.empty-value",
"type": "java.lang.String",
"description": "The String representation of an empty value",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityFixedDataFormatConfiguration"
},
{
- "name": "camel.dataformat.univocityfixed.enabled",
+ "name": "camel.dataformat.univocity-fixed.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the
univocityFixed data format. This is enabled by default.",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityFixedDataFormatConfiguration"
},
{
- "name": "camel.dataformat.univocityfixed.header-extraction-enabled",
+ "name": "camel.dataformat.univocity-fixed.header-extraction-enabled",
"type": "java.lang.Boolean",
"description": "Whether or not the header must be read in the first line
of the test document The default value is false",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityFixedDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.univocityfixed.headers-disabled",
+ "name": "camel.dataformat.univocity-fixed.headers-disabled",
"type": "java.lang.Boolean",
"description": "Whether or not the headers are disabled. When defined,
this option explicitly sets the headers as null which indicates that there is
no header. The default value is false",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityFixedDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.univocityfixed.ignore-leading-whitespaces",
+ "name": "camel.dataformat.univocity-fixed.ignore-leading-whitespaces",
"type": "java.lang.Boolean",
"description": "Whether or not the leading white spaces must be ignored.
The default value is true",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityFixedDataFormatConfiguration",
"defaultValue": true
},
{
- "name": "camel.dataformat.univocityfixed.ignore-trailing-whitespaces",
+ "name": "camel.dataformat.univocity-fixed.ignore-trailing-whitespaces",
"type": "java.lang.Boolean",
"description": "Whether or not the trailing white spaces must ignored.
The default value is true",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityFixedDataFormatConfiguration",
"defaultValue": true
},
{
- "name": "camel.dataformat.univocityfixed.lazy-load",
+ "name": "camel.dataformat.univocity-fixed.lazy-load",
"type": "java.lang.Boolean",
"description": "Whether the unmarshalling should produce an iterator
that reads the lines on the fly or if all the lines must be read at one. The
default value is false",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityFixedDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.univocityfixed.line-separator",
+ "name": "camel.dataformat.univocity-fixed.line-separator",
"type": "java.lang.String",
"description": "The line separator of the files The default value is to
use the JVM platform line separator",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityFixedDataFormatConfiguration"
},
{
- "name": "camel.dataformat.univocityfixed.normalized-line-separator",
+ "name": "camel.dataformat.univocity-fixed.normalized-line-separator",
"type": "java.lang.String",
"description": "The normalized line separator of the files The default
value is a new line character.",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityFixedDataFormatConfiguration",
"defaultValue": "\\n"
},
{
- "name": "camel.dataformat.univocityfixed.null-value",
+ "name": "camel.dataformat.univocity-fixed.null-value",
"type": "java.lang.String",
"description": "The string representation of a null value. The default
value is null",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityFixedDataFormatConfiguration"
},
{
- "name": "camel.dataformat.univocityfixed.number-of-records-to-read",
+ "name": "camel.dataformat.univocity-fixed.number-of-records-to-read",
"type": "java.lang.Integer",
"description": "The maximum number of record to read.",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityFixedDataFormatConfiguration"
},
{
- "name": "camel.dataformat.univocityfixed.padding",
+ "name": "camel.dataformat.univocity-fixed.padding",
"type": "java.lang.String",
"description": "The padding character. The default value is a space",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityFixedDataFormatConfiguration"
},
{
- "name": "camel.dataformat.univocityfixed.record-ends-on-newline",
+ "name": "camel.dataformat.univocity-fixed.record-ends-on-newline",
"type": "java.lang.Boolean",
"description": "Whether or not the record ends on new line. The default
value is false",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityFixedDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.univocityfixed.skip-empty-lines",
+ "name": "camel.dataformat.univocity-fixed.skip-empty-lines",
"type": "java.lang.Boolean",
"description": "Whether or not the empty lines must be ignored. The
default value is true",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityFixedDataFormatConfiguration",
"defaultValue": true
},
{
- "name":
"camel.dataformat.univocityfixed.skip-trailing-chars-until-newline",
+ "name":
"camel.dataformat.univocity-fixed.skip-trailing-chars-until-newline",
"type": "java.lang.Boolean",
"description": "Whether or not the trailing characters until new line
must be ignored. The default value is false",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityFixedDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.univocitytsv.as-map",
+ "name": "camel.dataformat.univocity-tsv.as-map",
"type": "java.lang.Boolean",
"description": "Whether the unmarshalling should produce maps for the
lines values instead of lists. It requires to have header (either defined or
collected). The default value is false",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityTsvDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.univocitytsv.comment",
+ "name": "camel.dataformat.univocity-tsv.comment",
"type": "java.lang.String",
"description": "The comment symbol. The default value is #",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityTsvDataFormatConfiguration",
"defaultValue": "#"
},
{
- "name": "camel.dataformat.univocitytsv.customizer.enabled",
+ "name": "camel.dataformat.univocity-tsv.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties"
},
{
- "name": "camel.dataformat.univocitytsv.empty-value",
+ "name": "camel.dataformat.univocity-tsv.empty-value",
"type": "java.lang.String",
"description": "The String representation of an empty value",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityTsvDataFormatConfiguration"
},
{
- "name": "camel.dataformat.univocitytsv.enabled",
+ "name": "camel.dataformat.univocity-tsv.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the univocityTsv
data format. This is enabled by default.",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityTsvDataFormatConfiguration"
},
{
- "name": "camel.dataformat.univocitytsv.escape-char",
+ "name": "camel.dataformat.univocity-tsv.escape-char",
"type": "java.lang.String",
"description": "The escape character.",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityTsvDataFormatConfiguration",
"defaultValue": "\\"
},
{
- "name": "camel.dataformat.univocitytsv.header-extraction-enabled",
+ "name": "camel.dataformat.univocity-tsv.header-extraction-enabled",
"type": "java.lang.Boolean",
"description": "Whether or not the header must be read in the first line
of the test document The default value is false",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityTsvDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.univocitytsv.headers-disabled",
+ "name": "camel.dataformat.univocity-tsv.headers-disabled",
"type": "java.lang.Boolean",
"description": "Whether or not the headers are disabled. When defined,
this option explicitly sets the headers as null which indicates that there is
no header. The default value is false",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityTsvDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.univocitytsv.ignore-leading-whitespaces",
+ "name": "camel.dataformat.univocity-tsv.ignore-leading-whitespaces",
"type": "java.lang.Boolean",
"description": "Whether or not the leading white spaces must be ignored.
The default value is true",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityTsvDataFormatConfiguration",
"defaultValue": true
},
{
- "name": "camel.dataformat.univocitytsv.ignore-trailing-whitespaces",
+ "name": "camel.dataformat.univocity-tsv.ignore-trailing-whitespaces",
"type": "java.lang.Boolean",
"description": "Whether or not the trailing white spaces must ignored.
The default value is true",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityTsvDataFormatConfiguration",
"defaultValue": true
},
{
- "name": "camel.dataformat.univocitytsv.lazy-load",
+ "name": "camel.dataformat.univocity-tsv.lazy-load",
"type": "java.lang.Boolean",
"description": "Whether the unmarshalling should produce an iterator
that reads the lines on the fly or if all the lines must be read at one. The
default value is false",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityTsvDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.univocitytsv.line-separator",
+ "name": "camel.dataformat.univocity-tsv.line-separator",
"type": "java.lang.String",
"description": "The line separator of the files The default value is to
use the JVM platform line separator",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityTsvDataFormatConfiguration"
},
{
- "name": "camel.dataformat.univocitytsv.normalized-line-separator",
+ "name": "camel.dataformat.univocity-tsv.normalized-line-separator",
"type": "java.lang.String",
"description": "The normalized line separator of the files The default
value is a new line character.",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityTsvDataFormatConfiguration",
"defaultValue": "\\n"
},
{
- "name": "camel.dataformat.univocitytsv.null-value",
+ "name": "camel.dataformat.univocity-tsv.null-value",
"type": "java.lang.String",
"description": "The string representation of a null value. The default
value is null",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityTsvDataFormatConfiguration"
},
{
- "name": "camel.dataformat.univocitytsv.number-of-records-to-read",
+ "name": "camel.dataformat.univocity-tsv.number-of-records-to-read",
"type": "java.lang.Integer",
"description": "The maximum number of record to read.",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityTsvDataFormatConfiguration"
},
{
- "name": "camel.dataformat.univocitytsv.skip-empty-lines",
+ "name": "camel.dataformat.univocity-tsv.skip-empty-lines",
"type": "java.lang.Boolean",
"description": "Whether or not the empty lines must be ignored. The
default value is true",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityTsvDataFormatConfiguration",
diff --git
a/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityCsvDataFormatAutoConfiguration.java
b/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityCsvDataFormatAutoConfiguration.java
index 8e79ba5..b6622c8 100644
---
a/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityCsvDataFormatAutoConfiguration.java
+++
b/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityCsvDataFormatAutoConfiguration.java
@@ -45,7 +45,7 @@ import org.springframework.context.annotation.Lazy;
@AutoConfigureAfter(CamelAutoConfiguration.class)
@Conditional(ConditionalOnCamelContextAndAutoConfigurationBeans.class)
@EnableConfigurationProperties({DataFormatConfigurationProperties.class,UniVocityCsvDataFormatConfiguration.class})
-@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.univocitycsv"})
+@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.univocity-csv"})
public class UniVocityCsvDataFormatAutoConfiguration {
@Autowired
@@ -72,7 +72,7 @@ public class UniVocityCsvDataFormatAutoConfiguration {
return HierarchicalPropertiesEvaluator.evaluate(
applicationContext,
"camel.dataformat.customizer",
- "camel.dataformat.univocitycsv.customizer")
+ "camel.dataformat.univocity-csv.customizer")
&& target instanceof UniVocityCsvDataFormat;
}
};
diff --git
a/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityCsvDataFormatConfiguration.java
b/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityCsvDataFormatConfiguration.java
index 3213ef1..4c6f477 100644
---
a/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityCsvDataFormatConfiguration.java
+++
b/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityCsvDataFormatConfiguration.java
@@ -27,7 +27,7 @@ import
org.springframework.boot.context.properties.ConfigurationProperties;
* Generated by camel-package-maven-plugin - do not edit this file!
*/
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
-@ConfigurationProperties(prefix = "camel.dataformat.univocitycsv")
+@ConfigurationProperties(prefix = "camel.dataformat.univocity-csv")
public class UniVocityCsvDataFormatConfiguration
extends
DataFormatConfigurationPropertiesCommon {
diff --git
a/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityFixedDataFormatAutoConfiguration.java
b/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityFixedDataFormatAutoConfiguration.java
index cb3c0b2..3fc8a74 100644
---
a/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityFixedDataFormatAutoConfiguration.java
+++
b/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityFixedDataFormatAutoConfiguration.java
@@ -45,7 +45,7 @@ import org.springframework.context.annotation.Lazy;
@AutoConfigureAfter(CamelAutoConfiguration.class)
@Conditional(ConditionalOnCamelContextAndAutoConfigurationBeans.class)
@EnableConfigurationProperties({DataFormatConfigurationProperties.class,UniVocityFixedDataFormatConfiguration.class})
-@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.univocityfixed"})
+@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.univocity-fixed"})
public class UniVocityFixedDataFormatAutoConfiguration {
@Autowired
@@ -72,7 +72,7 @@ public class UniVocityFixedDataFormatAutoConfiguration {
return HierarchicalPropertiesEvaluator.evaluate(
applicationContext,
"camel.dataformat.customizer",
- "camel.dataformat.univocityfixed.customizer")
+ "camel.dataformat.univocity-fixed.customizer")
&& target instanceof UniVocityFixedDataFormat;
}
};
diff --git
a/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityFixedDataFormatConfiguration.java
b/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityFixedDataFormatConfiguration.java
index 995803d..b51366c 100644
---
a/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityFixedDataFormatConfiguration.java
+++
b/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityFixedDataFormatConfiguration.java
@@ -27,7 +27,7 @@ import
org.springframework.boot.context.properties.ConfigurationProperties;
* Generated by camel-package-maven-plugin - do not edit this file!
*/
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
-@ConfigurationProperties(prefix = "camel.dataformat.univocityfixed")
+@ConfigurationProperties(prefix = "camel.dataformat.univocity-fixed")
public class UniVocityFixedDataFormatConfiguration
extends
DataFormatConfigurationPropertiesCommon {
diff --git
a/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityTsvDataFormatAutoConfiguration.java
b/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityTsvDataFormatAutoConfiguration.java
index e19ceeb..81143f4 100644
---
a/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityTsvDataFormatAutoConfiguration.java
+++
b/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityTsvDataFormatAutoConfiguration.java
@@ -45,7 +45,7 @@ import org.springframework.context.annotation.Lazy;
@AutoConfigureAfter(CamelAutoConfiguration.class)
@Conditional(ConditionalOnCamelContextAndAutoConfigurationBeans.class)
@EnableConfigurationProperties({DataFormatConfigurationProperties.class,UniVocityTsvDataFormatConfiguration.class})
-@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.univocitytsv"})
+@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.univocity-tsv"})
public class UniVocityTsvDataFormatAutoConfiguration {
@Autowired
@@ -72,7 +72,7 @@ public class UniVocityTsvDataFormatAutoConfiguration {
return HierarchicalPropertiesEvaluator.evaluate(
applicationContext,
"camel.dataformat.customizer",
- "camel.dataformat.univocitytsv.customizer")
+ "camel.dataformat.univocity-tsv.customizer")
&& target instanceof UniVocityTsvDataFormat;
}
};
diff --git
a/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityTsvDataFormatConfiguration.java
b/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityTsvDataFormatConfiguration.java
index ae652f2..2c6fe93 100644
---
a/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityTsvDataFormatConfiguration.java
+++
b/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityTsvDataFormatConfiguration.java
@@ -27,7 +27,7 @@ import
org.springframework.boot.context.properties.ConfigurationProperties;
* Generated by camel-package-maven-plugin - do not edit this file!
*/
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
-@ConfigurationProperties(prefix = "camel.dataformat.univocitytsv")
+@ConfigurationProperties(prefix = "camel.dataformat.univocity-tsv")
public class UniVocityTsvDataFormatConfiguration
extends
DataFormatConfigurationPropertiesCommon {
diff --git
a/components-starter/camel-xmlsecurity-starter/src/main/docs/xmlsecurity.json
b/components-starter/camel-xmlsecurity-starter/src/main/docs/xmlsecurity.json
index 96feb86..056a613 100644
---
a/components-starter/camel-xmlsecurity-starter/src/main/docs/xmlsecurity.json
+++
b/components-starter/camel-xmlsecurity-starter/src/main/docs/xmlsecurity.json
@@ -23,12 +23,12 @@
"sourceMethod": "getCustomizer()"
},
{
- "name": "camel.dataformat.xmlsecurity",
+ "name": "camel.dataformat.xml-security",
"type":
"org.apache.camel.dataformat.xmlsecurity.springboot.XMLSecurityDataFormatConfiguration",
"sourceType":
"org.apache.camel.dataformat.xmlsecurity.springboot.XMLSecurityDataFormatConfiguration"
},
{
- "name": "camel.dataformat.xmlsecurity.customizer",
+ "name": "camel.dataformat.xml-security.customizer",
"type":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties",
"sourceType":
"org.apache.camel.dataformat.xmlsecurity.springboot.XMLSecurityDataFormatConfiguration",
"sourceMethod": "getCustomizer()"
@@ -364,89 +364,89 @@
"sourceType":
"org.apache.camel.component.xmlsecurity.springboot.XmlVerifierComponentConfiguration"
},
{
- "name": "camel.dataformat.xmlsecurity.add-key-value-for-encrypted-key",
+ "name": "camel.dataformat.xml-security.add-key-value-for-encrypted-key",
"type": "java.lang.Boolean",
"description": "Whether to add the public key used to encrypt the
session key as a KeyValue in the EncryptedKey structure or not.",
"sourceType":
"org.apache.camel.dataformat.xmlsecurity.springboot.XMLSecurityDataFormatConfiguration",
"defaultValue": true
},
{
- "name": "camel.dataformat.xmlsecurity.customizer.enabled",
+ "name": "camel.dataformat.xml-security.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties"
},
{
- "name": "camel.dataformat.xmlsecurity.digest-algorithm",
+ "name": "camel.dataformat.xml-security.digest-algorithm",
"type": "java.lang.String",
"description": "The digest algorithm to use with the RSA OAEP algorithm.
The available choices are: XMLCipher.SHA1 XMLCipher.SHA256 XMLCipher.SHA512 The
default value is XMLCipher.SHA1",
"sourceType":
"org.apache.camel.dataformat.xmlsecurity.springboot.XMLSecurityDataFormatConfiguration",
"defaultValue": "SHA1"
},
{
- "name": "camel.dataformat.xmlsecurity.enabled",
+ "name": "camel.dataformat.xml-security.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the xmlSecurity
data format. This is enabled by default.",
"sourceType":
"org.apache.camel.dataformat.xmlsecurity.springboot.XMLSecurityDataFormatConfiguration"
},
{
- "name": "camel.dataformat.xmlsecurity.key-cipher-algorithm",
+ "name": "camel.dataformat.xml-security.key-cipher-algorithm",
"type": "java.lang.String",
"description": "The cipher algorithm to be used for
encryption\/decryption of the asymmetric key. The available choices are:
XMLCipher.RSA_v1dot5 XMLCipher.RSA_OAEP XMLCipher.RSA_OAEP_11 The default value
is XMLCipher.RSA_OAEP",
"sourceType":
"org.apache.camel.dataformat.xmlsecurity.springboot.XMLSecurityDataFormatConfiguration",
"defaultValue": "RSA_OAEP"
},
{
- "name": "camel.dataformat.xmlsecurity.key-or-trust-store-parameters-ref",
+ "name":
"camel.dataformat.xml-security.key-or-trust-store-parameters-ref",
"type": "java.lang.String",
"description": "Refers to a KeyStore instance to lookup in the registry,
which is used for configuration options for creating and loading a KeyStore
instance that represents the sender's trustStore or recipient's keyStore.",
"sourceType":
"org.apache.camel.dataformat.xmlsecurity.springboot.XMLSecurityDataFormatConfiguration"
},
{
- "name": "camel.dataformat.xmlsecurity.key-password",
+ "name": "camel.dataformat.xml-security.key-password",
"type": "java.lang.String",
"description": "The password to be used for retrieving the private key
from the KeyStore. This key is used for asymmetric decryption.",
"sourceType":
"org.apache.camel.dataformat.xmlsecurity.springboot.XMLSecurityDataFormatConfiguration"
},
{
- "name": "camel.dataformat.xmlsecurity.mgf-algorithm",
+ "name": "camel.dataformat.xml-security.mgf-algorithm",
"type": "java.lang.String",
"description": "The MGF Algorithm to use with the RSA OAEP algorithm.
The available choices are: EncryptionConstants.MGF1_SHA1
EncryptionConstants.MGF1_SHA256 EncryptionConstants.MGF1_SHA512 The default
value is EncryptionConstants.MGF1_SHA1",
"sourceType":
"org.apache.camel.dataformat.xmlsecurity.springboot.XMLSecurityDataFormatConfiguration",
"defaultValue": "MGF1_SHA1"
},
{
- "name": "camel.dataformat.xmlsecurity.pass-phrase",
+ "name": "camel.dataformat.xml-security.pass-phrase",
"type": "java.lang.String",
"description": "A String used as passPhrase to encrypt\/decrypt content.
The passPhrase has to be provided. The passPhrase needs to be put together in
conjunction with the appropriate encryption algorithm. For example using
TRIPLEDES the passPhase can be a Only another 24 Byte key",
"sourceType":
"org.apache.camel.dataformat.xmlsecurity.springboot.XMLSecurityDataFormatConfiguration"
},
{
- "name": "camel.dataformat.xmlsecurity.pass-phrase-byte",
+ "name": "camel.dataformat.xml-security.pass-phrase-byte",
"type": "java.lang.Byte[]",
"description": "A byte used as passPhrase to encrypt\/decrypt content.
The passPhrase has to be provided. The passPhrase needs to be put together in
conjunction with the appropriate encryption algorithm. For example using
TRIPLEDES the passPhase can be a Only another 24 Byte key",
"sourceType":
"org.apache.camel.dataformat.xmlsecurity.springboot.XMLSecurityDataFormatConfiguration"
},
{
- "name": "camel.dataformat.xmlsecurity.recipient-key-alias",
+ "name": "camel.dataformat.xml-security.recipient-key-alias",
"type": "java.lang.String",
"description": "The key alias to be used when retrieving the recipient's
public or private key from a KeyStore when performing asymmetric key encryption
or decryption.",
"sourceType":
"org.apache.camel.dataformat.xmlsecurity.springboot.XMLSecurityDataFormatConfiguration"
},
{
- "name": "camel.dataformat.xmlsecurity.secure-tag",
+ "name": "camel.dataformat.xml-security.secure-tag",
"type": "java.lang.String",
"description": "The XPath reference to the XML Element selected for
encryption\/decryption. If no tag is specified, the entire payload is
encrypted\/decrypted.",
"sourceType":
"org.apache.camel.dataformat.xmlsecurity.springboot.XMLSecurityDataFormatConfiguration"
},
{
- "name": "camel.dataformat.xmlsecurity.secure-tag-contents",
+ "name": "camel.dataformat.xml-security.secure-tag-contents",
"type": "java.lang.Boolean",
"description": "A boolean value to specify whether the XML Element is to
be encrypted or the contents of the XML Element false = Element Level true =
Element Content Level",
"sourceType":
"org.apache.camel.dataformat.xmlsecurity.springboot.XMLSecurityDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.xmlsecurity.xml-cipher-algorithm",
+ "name": "camel.dataformat.xml-security.xml-cipher-algorithm",
"type": "java.lang.String",
"description": "The cipher algorithm to be used for
encryption\/decryption of the XML message content. The available choices are:
XMLCipher.TRIPLEDES XMLCipher.AES_128 XMLCipher.AES_128_GCM XMLCipher.AES_192
XMLCipher.AES_192_GCM XMLCipher.AES_256 XMLCipher.AES_256_GCM
XMLCipher.SEED_128 XMLCipher.CAMELLIA_128 XMLCipher.CAMELLIA_192
XMLCipher.CAMELLIA_256 The default value is XMLCipher.AES_256_GCM",
"sourceType":
"org.apache.camel.dataformat.xmlsecurity.springboot.XMLSecurityDataFormatConfiguration",
diff --git
a/components-starter/camel-xmlsecurity-starter/src/main/java/org/apache/camel/dataformat/xmlsecurity/springboot/XMLSecurityDataFormatAutoConfiguration.java
b/components-starter/camel-xmlsecurity-starter/src/main/java/org/apache/camel/dataformat/xmlsecurity/springboot/XMLSecurityDataFormatAutoConfiguration.java
index d9fa50a..63df539 100644
---
a/components-starter/camel-xmlsecurity-starter/src/main/java/org/apache/camel/dataformat/xmlsecurity/springboot/XMLSecurityDataFormatAutoConfiguration.java
+++
b/components-starter/camel-xmlsecurity-starter/src/main/java/org/apache/camel/dataformat/xmlsecurity/springboot/XMLSecurityDataFormatAutoConfiguration.java
@@ -45,7 +45,7 @@ import org.springframework.context.annotation.Lazy;
@AutoConfigureAfter(CamelAutoConfiguration.class)
@Conditional(ConditionalOnCamelContextAndAutoConfigurationBeans.class)
@EnableConfigurationProperties({DataFormatConfigurationProperties.class,XMLSecurityDataFormatConfiguration.class})
-@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.xmlsecurity"})
+@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.xml-security"})
public class XMLSecurityDataFormatAutoConfiguration {
@Autowired
@@ -72,7 +72,7 @@ public class XMLSecurityDataFormatAutoConfiguration {
return HierarchicalPropertiesEvaluator.evaluate(
applicationContext,
"camel.dataformat.customizer",
- "camel.dataformat.xmlsecurity.customizer")
+ "camel.dataformat.xml-security.customizer")
&& target instanceof XMLSecurityDataFormat;
}
};
diff --git
a/components-starter/camel-xmlsecurity-starter/src/main/java/org/apache/camel/dataformat/xmlsecurity/springboot/XMLSecurityDataFormatConfiguration.java
b/components-starter/camel-xmlsecurity-starter/src/main/java/org/apache/camel/dataformat/xmlsecurity/springboot/XMLSecurityDataFormatConfiguration.java
index 1cb6896..6ed6f29 100644
---
a/components-starter/camel-xmlsecurity-starter/src/main/java/org/apache/camel/dataformat/xmlsecurity/springboot/XMLSecurityDataFormatConfiguration.java
+++
b/components-starter/camel-xmlsecurity-starter/src/main/java/org/apache/camel/dataformat/xmlsecurity/springboot/XMLSecurityDataFormatConfiguration.java
@@ -26,7 +26,7 @@ import
org.springframework.boot.context.properties.ConfigurationProperties;
* Generated by camel-package-maven-plugin - do not edit this file!
*/
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
-@ConfigurationProperties(prefix = "camel.dataformat.xmlsecurity")
+@ConfigurationProperties(prefix = "camel.dataformat.xml-security")
public class XMLSecurityDataFormatConfiguration
extends
DataFormatConfigurationPropertiesCommon {
diff --git
a/components-starter/camel-zip-deflater-starter/src/main/docs/zip-deflater.json
b/components-starter/camel-zip-deflater-starter/src/main/docs/zip-deflater.json
index f63abc5..a4ea935 100644
---
a/components-starter/camel-zip-deflater-starter/src/main/docs/zip-deflater.json
+++
b/components-starter/camel-zip-deflater-starter/src/main/docs/zip-deflater.json
@@ -1,23 +1,23 @@
{
"groups": [
{
- "name": "camel.dataformat.gzipdeflater",
+ "name": "camel.dataformat.gzip-deflater",
"type":
"org.apache.camel.dataformat.deflater.springboot.GzipDeflaterDataFormatConfiguration",
"sourceType":
"org.apache.camel.dataformat.deflater.springboot.GzipDeflaterDataFormatConfiguration"
},
{
- "name": "camel.dataformat.gzipdeflater.customizer",
+ "name": "camel.dataformat.gzip-deflater.customizer",
"type":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties",
"sourceType":
"org.apache.camel.dataformat.deflater.springboot.GzipDeflaterDataFormatConfiguration",
"sourceMethod": "getCustomizer()"
},
{
- "name": "camel.dataformat.zipdeflater",
+ "name": "camel.dataformat.zip-deflater",
"type":
"org.apache.camel.dataformat.deflater.springboot.ZipDeflaterDataFormatConfiguration",
"sourceType":
"org.apache.camel.dataformat.deflater.springboot.ZipDeflaterDataFormatConfiguration"
},
{
- "name": "camel.dataformat.zipdeflater.customizer",
+ "name": "camel.dataformat.zip-deflater.customizer",
"type":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties",
"sourceType":
"org.apache.camel.dataformat.deflater.springboot.ZipDeflaterDataFormatConfiguration",
"sourceMethod": "getCustomizer()"
@@ -25,30 +25,30 @@
],
"properties": [
{
- "name": "camel.dataformat.gzipdeflater.customizer.enabled",
+ "name": "camel.dataformat.gzip-deflater.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties"
},
{
- "name": "camel.dataformat.gzipdeflater.enabled",
+ "name": "camel.dataformat.gzip-deflater.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the gzipDeflater
data format. This is enabled by default.",
"sourceType":
"org.apache.camel.dataformat.deflater.springboot.GzipDeflaterDataFormatConfiguration"
},
{
- "name": "camel.dataformat.zipdeflater.compression-level",
+ "name": "camel.dataformat.zip-deflater.compression-level",
"type": "java.lang.Integer",
"description": "To specify a specific compression between 0-9. -1 is
default compression, 0 is no compression, and 9 is the best compression.",
"sourceType":
"org.apache.camel.dataformat.deflater.springboot.ZipDeflaterDataFormatConfiguration",
"defaultValue": -1
},
{
- "name": "camel.dataformat.zipdeflater.customizer.enabled",
+ "name": "camel.dataformat.zip-deflater.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties"
},
{
- "name": "camel.dataformat.zipdeflater.enabled",
+ "name": "camel.dataformat.zip-deflater.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the zipDeflater
data format. This is enabled by default.",
"sourceType":
"org.apache.camel.dataformat.deflater.springboot.ZipDeflaterDataFormatConfiguration"
diff --git
a/components-starter/camel-zip-deflater-starter/src/main/java/org/apache/camel/dataformat/deflater/springboot/GzipDeflaterDataFormatAutoConfiguration.java
b/components-starter/camel-zip-deflater-starter/src/main/java/org/apache/camel/dataformat/deflater/springboot/GzipDeflaterDataFormatAutoConfiguration.java
index 0b45234..8d6a8f4 100644
---
a/components-starter/camel-zip-deflater-starter/src/main/java/org/apache/camel/dataformat/deflater/springboot/GzipDeflaterDataFormatAutoConfiguration.java
+++
b/components-starter/camel-zip-deflater-starter/src/main/java/org/apache/camel/dataformat/deflater/springboot/GzipDeflaterDataFormatAutoConfiguration.java
@@ -45,7 +45,7 @@ import org.springframework.context.annotation.Lazy;
@AutoConfigureAfter(CamelAutoConfiguration.class)
@Conditional(ConditionalOnCamelContextAndAutoConfigurationBeans.class)
@EnableConfigurationProperties({DataFormatConfigurationProperties.class,GzipDeflaterDataFormatConfiguration.class})
-@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.gzipdeflater"})
+@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.gzip-deflater"})
public class GzipDeflaterDataFormatAutoConfiguration {
@Autowired
@@ -72,7 +72,7 @@ public class GzipDeflaterDataFormatAutoConfiguration {
return HierarchicalPropertiesEvaluator.evaluate(
applicationContext,
"camel.dataformat.customizer",
- "camel.dataformat.gzipdeflater.customizer")
+ "camel.dataformat.gzip-deflater.customizer")
&& target instanceof GzipDeflaterDataFormat;
}
};
diff --git
a/components-starter/camel-zip-deflater-starter/src/main/java/org/apache/camel/dataformat/deflater/springboot/GzipDeflaterDataFormatConfiguration.java
b/components-starter/camel-zip-deflater-starter/src/main/java/org/apache/camel/dataformat/deflater/springboot/GzipDeflaterDataFormatConfiguration.java
index 6cdd06d..c50201a 100644
---
a/components-starter/camel-zip-deflater-starter/src/main/java/org/apache/camel/dataformat/deflater/springboot/GzipDeflaterDataFormatConfiguration.java
+++
b/components-starter/camel-zip-deflater-starter/src/main/java/org/apache/camel/dataformat/deflater/springboot/GzipDeflaterDataFormatConfiguration.java
@@ -26,7 +26,7 @@ import
org.springframework.boot.context.properties.ConfigurationProperties;
* Generated by camel-package-maven-plugin - do not edit this file!
*/
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
-@ConfigurationProperties(prefix = "camel.dataformat.gzipdeflater")
+@ConfigurationProperties(prefix = "camel.dataformat.gzip-deflater")
public class GzipDeflaterDataFormatConfiguration
extends
DataFormatConfigurationPropertiesCommon {
diff --git
a/components-starter/camel-zip-deflater-starter/src/main/java/org/apache/camel/dataformat/deflater/springboot/ZipDeflaterDataFormatAutoConfiguration.java
b/components-starter/camel-zip-deflater-starter/src/main/java/org/apache/camel/dataformat/deflater/springboot/ZipDeflaterDataFormatAutoConfiguration.java
index 59b0491..3fc1789 100644
---
a/components-starter/camel-zip-deflater-starter/src/main/java/org/apache/camel/dataformat/deflater/springboot/ZipDeflaterDataFormatAutoConfiguration.java
+++
b/components-starter/camel-zip-deflater-starter/src/main/java/org/apache/camel/dataformat/deflater/springboot/ZipDeflaterDataFormatAutoConfiguration.java
@@ -45,7 +45,7 @@ import org.springframework.context.annotation.Lazy;
@AutoConfigureAfter(CamelAutoConfiguration.class)
@Conditional(ConditionalOnCamelContextAndAutoConfigurationBeans.class)
@EnableConfigurationProperties({DataFormatConfigurationProperties.class,ZipDeflaterDataFormatConfiguration.class})
-@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.zipdeflater"})
+@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.zip-deflater"})
public class ZipDeflaterDataFormatAutoConfiguration {
@Autowired
@@ -72,7 +72,7 @@ public class ZipDeflaterDataFormatAutoConfiguration {
return HierarchicalPropertiesEvaluator.evaluate(
applicationContext,
"camel.dataformat.customizer",
- "camel.dataformat.zipdeflater.customizer")
+ "camel.dataformat.zip-deflater.customizer")
&& target instanceof ZipDeflaterDataFormat;
}
};
diff --git
a/components-starter/camel-zip-deflater-starter/src/main/java/org/apache/camel/dataformat/deflater/springboot/ZipDeflaterDataFormatConfiguration.java
b/components-starter/camel-zip-deflater-starter/src/main/java/org/apache/camel/dataformat/deflater/springboot/ZipDeflaterDataFormatConfiguration.java
index 57e2c66..d389663 100644
---
a/components-starter/camel-zip-deflater-starter/src/main/java/org/apache/camel/dataformat/deflater/springboot/ZipDeflaterDataFormatConfiguration.java
+++
b/components-starter/camel-zip-deflater-starter/src/main/java/org/apache/camel/dataformat/deflater/springboot/ZipDeflaterDataFormatConfiguration.java
@@ -27,7 +27,7 @@ import
org.springframework.boot.context.properties.ConfigurationProperties;
* Generated by camel-package-maven-plugin - do not edit this file!
*/
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
-@ConfigurationProperties(prefix = "camel.dataformat.zipdeflater")
+@ConfigurationProperties(prefix = "camel.dataformat.zip-deflater")
public class ZipDeflaterDataFormatConfiguration
extends
DataFormatConfigurationPropertiesCommon {
diff --git
a/components-starter/camel-zipfile-starter/src/main/docs/zipfile.json
b/components-starter/camel-zipfile-starter/src/main/docs/zipfile.json
index 92fa5f2..6667efd 100644
--- a/components-starter/camel-zipfile-starter/src/main/docs/zipfile.json
+++ b/components-starter/camel-zipfile-starter/src/main/docs/zipfile.json
@@ -1,12 +1,12 @@
{
"groups": [
{
- "name": "camel.dataformat.zipfile",
+ "name": "camel.dataformat.zip-file",
"type":
"org.apache.camel.dataformat.zipfile.springboot.ZipFileDataFormatConfiguration",
"sourceType":
"org.apache.camel.dataformat.zipfile.springboot.ZipFileDataFormatConfiguration"
},
{
- "name": "camel.dataformat.zipfile.customizer",
+ "name": "camel.dataformat.zip-file.customizer",
"type":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties",
"sourceType":
"org.apache.camel.dataformat.zipfile.springboot.ZipFileDataFormatConfiguration",
"sourceMethod": "getCustomizer()"
@@ -14,39 +14,39 @@
],
"properties": [
{
- "name": "camel.dataformat.zipfile.allow-empty-directory",
+ "name": "camel.dataformat.zip-file.allow-empty-directory",
"type": "java.lang.Boolean",
"description": "If the zip file has more then one entry, setting this
option to true, allows to get the iterator even if the directory is empty",
"sourceType":
"org.apache.camel.dataformat.zipfile.springboot.ZipFileDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.zipfile.customizer.enabled",
+ "name": "camel.dataformat.zip-file.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType":
"org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties"
},
{
- "name": "camel.dataformat.zipfile.enabled",
+ "name": "camel.dataformat.zip-file.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the zipFile data
format. This is enabled by default.",
"sourceType":
"org.apache.camel.dataformat.zipfile.springboot.ZipFileDataFormatConfiguration"
},
{
- "name": "camel.dataformat.zipfile.max-decompressed-size",
+ "name": "camel.dataformat.zip-file.max-decompressed-size",
"type": "java.lang.Long",
"description": "Set the maximum decompressed size of a zip file (in
bytes). The default value if not specified corresponds to 1 gigabyte. An
IOException will be thrown if the decompressed size exceeds this amount. Set to
-1 to disable setting a maximum decompressed size.",
"sourceType":
"org.apache.camel.dataformat.zipfile.springboot.ZipFileDataFormatConfiguration",
"defaultValue": 1073741824
},
{
- "name": "camel.dataformat.zipfile.preserve-path-elements",
+ "name": "camel.dataformat.zip-file.preserve-path-elements",
"type": "java.lang.Boolean",
"description": "If the file name contains path elements, setting this
option to true, allows the path to be maintained in the zip file.",
"sourceType":
"org.apache.camel.dataformat.zipfile.springboot.ZipFileDataFormatConfiguration",
"defaultValue": false
},
{
- "name": "camel.dataformat.zipfile.using-iterator",
+ "name": "camel.dataformat.zip-file.using-iterator",
"type": "java.lang.Boolean",
"description": "If the zip file has more then one entry, the setting
this option to true, allows to work with the splitter EIP, to split the data
using an iterator in a streaming mode.",
"sourceType":
"org.apache.camel.dataformat.zipfile.springboot.ZipFileDataFormatConfiguration",
diff --git
a/components-starter/camel-zipfile-starter/src/main/java/org/apache/camel/dataformat/zipfile/springboot/ZipFileDataFormatAutoConfiguration.java
b/components-starter/camel-zipfile-starter/src/main/java/org/apache/camel/dataformat/zipfile/springboot/ZipFileDataFormatAutoConfiguration.java
index dbebf00..4f0c669 100644
---
a/components-starter/camel-zipfile-starter/src/main/java/org/apache/camel/dataformat/zipfile/springboot/ZipFileDataFormatAutoConfiguration.java
+++
b/components-starter/camel-zipfile-starter/src/main/java/org/apache/camel/dataformat/zipfile/springboot/ZipFileDataFormatAutoConfiguration.java
@@ -45,7 +45,7 @@ import org.springframework.context.annotation.Lazy;
@AutoConfigureAfter(CamelAutoConfiguration.class)
@Conditional(ConditionalOnCamelContextAndAutoConfigurationBeans.class)
@EnableConfigurationProperties({DataFormatConfigurationProperties.class,ZipFileDataFormatConfiguration.class})
-@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.zipfile"})
+@ConditionalOnHierarchicalProperties({"camel.dataformat",
"camel.dataformat.zip-file"})
public class ZipFileDataFormatAutoConfiguration {
@Autowired
@@ -72,7 +72,7 @@ public class ZipFileDataFormatAutoConfiguration {
return HierarchicalPropertiesEvaluator.evaluate(
applicationContext,
"camel.dataformat.customizer",
- "camel.dataformat.zipfile.customizer")
+ "camel.dataformat.zip-file.customizer")
&& target instanceof ZipFileDataFormat;
}
};
diff --git
a/components-starter/camel-zipfile-starter/src/main/java/org/apache/camel/dataformat/zipfile/springboot/ZipFileDataFormatConfiguration.java
b/components-starter/camel-zipfile-starter/src/main/java/org/apache/camel/dataformat/zipfile/springboot/ZipFileDataFormatConfiguration.java
index e480b5f..0de03fe 100644
---
a/components-starter/camel-zipfile-starter/src/main/java/org/apache/camel/dataformat/zipfile/springboot/ZipFileDataFormatConfiguration.java
+++
b/components-starter/camel-zipfile-starter/src/main/java/org/apache/camel/dataformat/zipfile/springboot/ZipFileDataFormatConfiguration.java
@@ -26,7 +26,7 @@ import
org.springframework.boot.context.properties.ConfigurationProperties;
* Generated by camel-package-maven-plugin - do not edit this file!
*/
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
-@ConfigurationProperties(prefix = "camel.dataformat.zipfile")
+@ConfigurationProperties(prefix = "camel.dataformat.zip-file")
public class ZipFileDataFormatConfiguration
extends
DataFormatConfigurationPropertiesCommon {