[
https://issues.apache.org/jira/browse/CAMEL-15624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17206704#comment-17206704
]
Alex Park commented on CAMEL-15624:
-----------------------------------
sent 2 PRs to fix this issue.
Regarding of 4 other module issues.
# camel-activemq-starter : compile error by generated codes for Long type
value
=> actually referring in camel-jms config, some properties declared long type,
but java.time.Duration on @UriParam
# camel-debezium-mongodb-starter : compile error by generated codes for Long
type value
=> in camel-debezium-mongodb, some properties declared long & int type, but
java.time.Duration on @UriParam
# camel-reactive-streams-starter : compile error in
ReactiveStreamsServiceAutoConfiguration.java
=> Fixed logic to handle complex type
# camel-wordpress-starter : compile error by conflicting class name
WordpressComponentConfiguration with camel-wordpress module.
=> This one is conflicted with WordpressComponentConfiguration in
camel-wordpress after fixing complex types.
So, I reviewed camel-wordpress and refactored class name to avoid conflicts and
it should be correct name by document.
A function convertDurationToMillisec() added to fix #1 and #2 issue .
> camel-undertow-starter: AutoConfiguration property type error
> -------------------------------------------------------------
>
> Key: CAMEL-15624
> URL: https://issues.apache.org/jira/browse/CAMEL-15624
> Project: Camel
> Issue Type: Bug
> Components: camel-spring-boot-starters, camel-undertow, tooling
> Affects Versions: 3.5.0
> Reporter: Alex Park
> Priority: Major
> Attachments: Suppressed_Complex_Type_to_String.png,
> camel-undertow-starter-autoconfig-error.png
>
>
> 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,
>
> {code:java}
> camel.component.undertow.host-options.io-threads=2
> camel.component.undertow.host-options.worker-threads=5
> {code}
> 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.
> # camel-wordpress in camel PR should be merged in advance,
> # camel-wordpress-starter in camel-spring-boot is referring the module for
> the source auto generation.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)