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

camel-core - Simple language concat expressions optimize for constant parts

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.7.0
    • camel-core
    • None
    • Unknown

    Description

      If you have a simple expression

      Hello ${body} how are you

      Then its 3 parts: constant, body, constant
      And at runtime they get evaluated and appended together as string.

      We could potentially optimize this for constant and pre eval then as string and then skip the noop eval when they are assembled.

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            davsclaus Claus Ibsen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: