Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In favor of the xxx options in our URI, we should remove the duplicated xxxRef options from our components. This make our code and documentation more lean. We should deprecate it as soon as possible and remove it in Camel 3.0.

Unify uri/ref in our endpoints (cmueller)

See CAMEL-6077

Instead of having both uri and ref for endpoints, we should unify this and only use uri. If people want to use ref, then they can do that using "ref:xx" as an uri. This would simplify code as we don't have to check for either one.

Tasks for camel-3.x (finalize)