This is an automated email from the ASF dual-hosted git repository.
zregvart pushed a change to branch website
in repository https://gitbox.apache.org/repos/asf/camel.git.
discard 14690ac WIP: generator for the user manual in HTML and PDF format
from asciidoc
omit a306781 CAMEL-11492 Test website Jenkinsfile
omit 74c9e72 Update website to 2.23.0-SNAPSHOT
omit 78347fa CAMEL-11492 New Camel website - version upgrades
omit a8602ba CAMEL-11492 New Camel website - added README.md
omit 0245143 CAMEL-11492 New Camel website
omit 0183508 CAMEL-11492 New Camel website
add 6bf18f1 Upgrade Reactor Core to version 3.2.0.RELEASE
add edf5f9d Upgrade Univocity Parsers to version 2.7.6
add 8d54985 Upgrade Ehcache to version 3.6.1
add d647c39 Upgrade Flink to version 1.6.1
add f2599f5 Upgrade Brave to version 5.4.0
add c696cb4 CAMEL-12836: Use FQN in type converter metadata file. Thanks
to Tim Sexton for reporting and the suggested fix.
add f82d386 changed csv unmarshalling to only strip quotes if quoting is
set to "true" as this causes problems
add bee5348 Added annotation parameter "removeQuotes" rather then reuse
existing "quoting" parameter to preserve backwards compatibility. Added a
test to illustrate the problem. Without "removeQuotes"=false in annotation of
test, the record will fail to unmarshall
add 9bc3ab3 Fixed CS
add 99ac4b6 Exposing isActive(), getter and setter methods to extending
classes. (#2534)
add e8c8a9d Upgrade Netty TCNative BoringSSL to version 2.0.17.Final
add 7bd4a0f Camel-restlet: use equals in the method comparison for POST
and PUT, more OSGI-friendly
add 0caeb1a Add deprecation on method not really in use
add a3346e1 CAMEL-11496: rendering user manual to HTML and PDF
new 83fb28e CAMEL-11492 New Camel website
new 24de330 CAMEL-11492 New Camel website
new 45893eb CAMEL-11492 New Camel website - added README.md
new d5f4e3f CAMEL-11492 New Camel website - version upgrades
new 33f2ebf Update website to 2.23.0-SNAPSHOT
new 33e948a CAMEL-11492 Test website Jenkinsfile
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 (14690ac)
\
N -- N -- N refs/heads/website (33e948a)
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.
The 6 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:
.../apache/camel/builder/ExpressionBuilder.java | 2 +
.../camel/dataformat/bindy/BindyCsvFactory.java | 8 +++
.../dataformat/bindy/annotation/CsvRecord.java | 5 ++
.../dataformat/bindy/csv/BindyCsvDataFormat.java | 84 ++++++++++++----------
...> BindyDoNotRemoveQuotesCsvUnmarshallTest.java} | 63 +++++++++++++---
...DoNotRemoveQuotesCsvUnmarshallTest-context.xml} | 2 +-
.../camel/component/dns/policy/DnsActivation.java | 12 +++-
.../component/dns/policy/DnsActivationPolicy.java | 22 +++++-
.../services/org/apache/camel/TypeConverter | 2 +-
.../component/restlet/DefaultRestletBinding.java | 2 +-
parent/pom.xml | 12 ++--
.../karaf/features/src/main/resources/features.xml | 1 +
12 files changed, 155 insertions(+), 60 deletions(-)
copy
components/camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/csv/{BindyInlinedQuotesCsvUnmarshallTest.java
=> BindyDoNotRemoveQuotesCsvUnmarshallTest.java} (53%)
copy
components/camel-bindy/src/test/resources/org/apache/camel/dataformat/bindy/csv/{BindyComplexCsvUnmarshallTest-context.xml
=> BindyDoNotRemoveQuotesCsvUnmarshallTest-context.xml} (95%)