This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


 discard e35c2c4  deadLetterChannel does not work in BaseRouteBuilder configure 
method #3436
 discard 92de9f5  Upgrade to Camel 3.15.0
     new a83783c  Upgrade to Camel 3.15.0
     new 5fb39fc  deadLetterChannel does not work in BaseRouteBuilder configure 
method #3436

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   (e35c2c4)
            \
             N -- N -- N   refs/heads/camel-main (5fb39fc)

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 2 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:
 .../dataformats/{json-fastjson.yml => fastjson.yml}    |  2 +-
 .../examples/dataformats/{json-gson.yml => gson.yml}   |  2 +-
 .../dataformats/{json-jackson.yml => jackson.yml}      |  2 +-
 .../dataformats/{json-johnzon.yml => johnzon.yml}      |  2 +-
 .../examples/dataformats/{json-jsonb.yml => jsonb.yml} |  2 +-
 .../dataformats/{json-xstream.yml => xstreamJson.yml}  |  2 +-
 .../ROOT/pages/reference/extensions/fastjson.adoc      |  2 +-
 docs/modules/ROOT/pages/reference/extensions/gson.adoc |  2 +-
 .../ROOT/pages/reference/extensions/jackson.adoc       |  2 +-
 .../ROOT/pages/reference/extensions/johnzon.adoc       |  2 +-
 .../modules/ROOT/pages/reference/extensions/jsonb.adoc |  2 +-
 .../ROOT/pages/reference/extensions/xstream.adoc       |  2 +-
 .../component/fastjson/it/FastjsonResource.java        |  2 +-
 .../component/dataformat/it/DataformatRoute.java       |  4 ++--
 .../src/main/resources/routes/jackson-routes.xml       | 18 +++++++++---------
 .../quarkus/component/kafka/CamelKafkaRoutes.java      |  2 +-
 16 files changed, 25 insertions(+), 25 deletions(-)
 copy docs/modules/ROOT/examples/dataformats/{json-fastjson.yml => 
fastjson.yml} (92%)
 copy docs/modules/ROOT/examples/dataformats/{json-gson.yml => gson.yml} (93%)
 copy docs/modules/ROOT/examples/dataformats/{json-jackson.yml => jackson.yml} 
(92%)
 copy docs/modules/ROOT/examples/dataformats/{json-johnzon.yml => johnzon.yml} 
(92%)
 copy docs/modules/ROOT/examples/dataformats/{json-jsonb.yml => jsonb.yml} (93%)
 copy docs/modules/ROOT/examples/dataformats/{json-xstream.yml => 
xstreamJson.yml} (92%)

Reply via email to