This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.
omit a1b340c Regen for commit 776de85cf7f820ab5a2a6e052090e81b81110787
add 1934569 camel-main - Add doc about static factory method
add f589203 Upgrade AssertJ to version 3.21.0
add 7db608d Sync deps
add a97b8a4 Upgrade JSoup to version 1.14.2
add 8f514b2 Sync deps
add 3c35a02 Fixed CS on camel-main
add 9e2815f CAMEL-16987: camel-csv - Allow to configurer header in
endpoint uri via dataformat component
add b174e16 CAMEL-16988: camel-dataformat - Do not use reflection when
configuring dataformats
add 8ce332f Regen for commit b174e1697b1251ac36f7305239afd3ce783fac7a
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a1b340c)
\
N -- N -- N refs/heads/regen_bot (8ce332f)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
camel-dependencies/pom.xml | 4 +-
.../dataformat/csv/CsvDataFormatConfigurer.java | 2 +-
.../apache/camel/dataformat/csv/CsvDataFormat.java | 33 +-
.../apache/camel/dataformat/csv/CsvMarshaller.java | 7 +-
.../camel/dataformat/csv/CsvDataFormatTest.java | 6 +-
.../camel/dataformat/csv/CsvMarshalHeaderTest.java | 6 +-
.../dataformat/csv/CsvMarshalHeaderUriTest.java} | 24 +-
.../component/dataformat/DataFormatComponent.java | 12 +-
.../sql/stored/template/generated/SSPTParser.java | 833 ++++++-------
.../template/generated/SSPTParserConstants.java | 110 +-
.../template/generated/SSPTParserTokenManager.java | 1222 ++++++++++----------
.../reifier/dataformat/CsvDataFormatReifier.java | 13 +-
core/camel-main/src/main/docs/main.adoc | 42 +-
... => MainBeansClassStaticFactoryMethodTest.java} | 20 +-
parent/pom.xml | 4 +-
15 files changed, 1217 insertions(+), 1121 deletions(-)
copy
components/{camel-test/camel-test-junit5/src/test/java/org/apache/camel/test/junit5/patterns/SimpleMockTest.java
=>
camel-csv/src/test/java/org/apache/camel/dataformat/csv/CsvMarshalHeaderUriTest.java}
(67%)
copy
core/camel-main/src/test/java/org/apache/camel/main/{MainBeansClassFactoryMethodTest.java
=> MainBeansClassStaticFactoryMethodTest.java} (81%)