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

camel-undertow-starter: AutoConfiguration property type error

    XMLWordPrintableJSON

Details

    • Unknown

    Description

      I'm trying to test an rest api with camel-undertow-starter v3.5.0 and want to configure the hostOptions to control the threads referred by this, https://camel.apache.org/camel-spring-boot/latest/undertow-starter.html

      Here is my configuration as an example,

       

      camel.component.undertow.host-options.io-threads=2
      camel.component.undertow.host-options.worker-threads=5
      

      In my STS 4.0, it complains error as java.lang.String type. (screenshot attached)

      this property actually doesn't recognised on runtime undertow component.

      With some of investigation, I found a clue from the maven tooling. 

      Will send a PR if I could fix this.

       

      UPDATE: I sent 2 PRs to fix this issue on /camel  and /camel-spring-boot.

      1. camel-wordpress in camel PR should be merged in advance,
      2. camel-wordpress-starter in camel-spring-boot is referring the module for the source auto generation.

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            axsprk Alex Park
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: