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

Camel main - Support bean post processing on @BindToRegistry

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0.RC1, 3.0.0
    • camel-core
    • None
    • Unknown

    Description

      When creating a new bean such as

      @BindToRegistry
      public MyBean myBean()

      { return new MyBean(); }

      We can have a way to support bean post processing so we can do ioc injection on the created bean.

      There can maybe be an option on camel main you can turn on | off.

      Also we can support this for fields only, if you dont need to do any customization

      @BindToRegistry
      private MyBean myBean

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: