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

Some camel-examples fail with 3.17.0

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.17.0
    • 3.18.0
    • examples
    • None
    • Unknown

    Description

      With Came 3.17.0 the following test cases in camel-examples fail consistently:

      • Camel :: Example :: ActiveMQ Artemis :: Large messages
      • Camel :: Example :: Resume API :: Common
      • Camel :: Example :: Spring :: Pulsar
      • Camel :: Example :: Transformer :: Demo

      Resume-API had an incorrect package for Resumables: Fixed

      Spring-Pulsar fails to use the custom type converter from byte array to int. This appears to be a regression caused by CAMEL-18104. (commit f9346ac691e1b58b4bb858deb0a2eb48986141f7).

      Artemis test fails with an OutOfMemory error at org.apache.camel.converter.stream.CachedOutputStream.write.

      Transformer-demo failure is related to stream caching on the response body in combination with validation. The validator reads the stream and doesn't reset it. The validator does make a copy of the Message but it doesn't copy the InputStreamCache so it's modified.

      Attachments

        Issue Links

          Activity

            People

              klease78 Karen Lease
              klease78 Karen Lease
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: