This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git.
from 80c662b CAMEL-17492: camel-core - Camel bean post processor should
have injected camel context to avoid NPE such as when using spring boot and
doing camel endpoint injected dependency injection.
new 9d273b8 CAMEL-17499: Renaming inconsistent data format names in model
new 08a93ae CAMEL-17499: Renaming inconsistent data format names in model
new 8fb47f8 CAMEL-17499: Renaming inconsistent data format names in model
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/main/resources/META-INF/LICENSE.txt | 203 ---------------------
.../src/main/resources/META-INF/NOTICE.txt | 11 --
.../springboot/catalog/dataformats.properties | 22 +--
.../{gzipdeflater.json => gzipDeflater.json} | 6 +-
.../{jacksonxml.json => jacksonXml.json} | 6 +-
.../{mime-multipart.json => mimeMultipart.json} | 4 +-
.../dataformats/{soapjaxb.json => soap.json} | 10 +-
.../dataformats/{tarfile.json => tarFile.json} | 4 +-
.../{univocity-csv.json => univocityCsv.json} | 4 +-
.../{univocity-fixed.json => univocityFixed.json} | 8 +-
.../{univocity-tsv.json => univocityTsv.json} | 4 +-
.../{secureXML.json => xmlSecurity.json} | 6 +-
.../{zipdeflater.json => zipDeflater.json} | 8 +-
.../dataformats/{zipfile.json => zipFile.json} | 4 +-
.../camel/springboot/catalog/languages.properties | 7 -
.../springboot/catalog/languages/constant.json | 23 ---
.../catalog/languages/exchangeProperty.json | 23 ---
.../camel/springboot/catalog/languages/file.json | 24 ---
.../camel/springboot/catalog/languages/header.json | 23 ---
.../camel/springboot/catalog/languages/ref.json | 23 ---
.../camel/springboot/catalog/languages/simple.json | 24 ---
.../springboot/catalog/languages/tokenize.json | 32 ----
.../camel/springboot/catalog/others.properties | 2 -
.../src/main/docs/jacksonxml.json | 2 +-
.../JacksonXMLDataFormatConfiguration.java | 2 +-
.../camel-mail-starter/src/main/docs/mail.json | 20 +-
.../MimeMultipartDataFormatAutoConfiguration.java | 4 +-
.../MimeMultipartDataFormatConfiguration.java | 4 +-
.../camel-soap-starter/src/main/docs/soap.json | 42 ++---
...n.java => SoapDataFormatAutoConfiguration.java} | 18 +-
...ation.java => SoapDataFormatConfiguration.java} | 6 +-
.../src/main/resources/META-INF/spring.factories | 3 +-
.../src/main/docs/tarfile.json | 2 +-
.../springboot/TarFileDataFormatConfiguration.java | 2 +-
.../src/main/docs/univocity-parsers.json | 164 ++++++++---------
.../UniVocityCsvDataFormatAutoConfiguration.java | 4 +-
.../UniVocityCsvDataFormatConfiguration.java | 4 +-
...UniVocityFixedDataFormatAutoConfiguration.java} | 18 +-
... => UniVocityFixedDataFormatConfiguration.java} | 6 +-
.../UniVocityTsvDataFormatAutoConfiguration.java | 4 +-
.../UniVocityTsvDataFormatConfiguration.java | 4 +-
.../src/main/resources/META-INF/spring.factories | 3 +-
.../src/main/docs/xmlsecurity.json | 34 ++--
.../XMLSecurityDataFormatAutoConfiguration.java | 4 +-
.../XMLSecurityDataFormatConfiguration.java | 4 +-
.../src/main/docs/zip-deflater.json | 6 +-
.../GzipDeflaterDataFormatConfiguration.java | 2 +-
.../ZipDeflaterDataFormatConfiguration.java | 4 +-
.../src/main/docs/zipfile.json | 2 +-
.../springboot/ZipFileDataFormatConfiguration.java | 2 +-
50 files changed, 229 insertions(+), 622 deletions(-)
delete mode 100644
catalog/camel-catalog-provider-springboot/src/main/resources/META-INF/LICENSE.txt
delete mode 100644
catalog/camel-catalog-provider-springboot/src/main/resources/META-INF/NOTICE.txt
rename
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/{gzipdeflater.json
=> gzipDeflater.json} (84%)
rename
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/{jacksonxml.json
=> jacksonXml.json} (98%)
rename
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/{mime-multipart.json
=> mimeMultipart.json} (97%)
rename
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/{soapjaxb.json
=> soap.json} (88%)
rename
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/{tarfile.json
=> tarFile.json} (98%)
rename
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/{univocity-csv.json
=> univocityCsv.json} (99%)
rename
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/{univocity-fixed.json
=> univocityFixed.json} (98%)
rename
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/{univocity-tsv.json
=> univocityTsv.json} (98%)
rename
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/{secureXML.json
=> xmlSecurity.json} (98%)
rename
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/{zipdeflater.json
=> zipDeflater.json} (88%)
rename
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/{zipfile.json
=> zipFile.json} (98%)
delete mode 100644
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/constant.json
delete mode 100644
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/exchangeProperty.json
delete mode 100644
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/file.json
delete mode 100644
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/header.json
delete mode 100644
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/ref.json
delete mode 100644
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/simple.json
delete mode 100644
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/tokenize.json
rename
components-starter/camel-soap-starter/src/main/java/org/apache/camel/dataformat/soap/springboot/{SoapJaxbDataFormatAutoConfiguration.java
=> SoapDataFormatAutoConfiguration.java} (86%)
rename
components-starter/camel-soap-starter/src/main/java/org/apache/camel/dataformat/soap/springboot/{SoapJaxbDataFormatConfiguration.java
=> SoapDataFormatConfiguration.java} (96%)
rename
components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/{UniVocityFixedWidthDataFormatAutoConfiguration.java
=> UniVocityFixedDataFormatAutoConfiguration.java} (84%)
rename
components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/{UniVocityFixedWidthDataFormatConfiguration.java
=> UniVocityFixedDataFormatConfiguration.java} (97%)