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

camel-core - CamelContext should use plugin for RuntimeConfiguration

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • None
    • 4.0-RC1, 4.0.0
    • camel-core
    • None
    • Unknown

    Description

      It would be good to move RuntimeConfiguration as a plugin to CamelContext so its API is loosly coupled as today CamelContext extends RuntimeConfiguration which is not good.

      This would mean there are some API changes that some end users may need to adjust.

      from:
      camelContext.setAutoStartup(true);

      to:
      camelContext.getRuntimeConfiguration().setAutoStartup(true);

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: