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

camel-core - Simple - Make it easy to check if property placeholder exists or not

    XMLWordPrintableJSON

Details

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

    Description

      To make it easy to check that keyName exists or not.

      Well its easy to check if it exists but not the opposite

      <simple>?keyName</simple>

      We need a not argument for this

      <simple>?keyName == null</simple>

      Or something ala

      <simple>!keyName</simple>

      <simple>${properties:!keyName}</simple>

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: