Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-9215

Missing .handled(true) in Camel 2.16.0 when using wiretap and newExchangeBody

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.16.0
    • 2.16.1, 2.17.0
    • camel-core
    • None

    Description

      This worked in 2.15.x:

      RoutesDefinition routeDef = someRouteDef();
      routeDef.onException(someException)
      .wireTap(someUri)
      .newExchange(someProcessor)
      .end()
      .handled(true)
      .bean(someBean);

      But in 2.16.0 it seems like .handled(..) isn't available anymore. Any
      suggestions on how to mark this as handled now?

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            monti Henrik
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: