deepaktaker opened a new pull request, #21422:
URL: https://github.com/apache/camel/pull/21422
The getValidParameterType method was treating quoted boolean values ("true",
'false') as String.class
This caused constructor/factory method parameter matching to fail when a
boolean parameter was expected
The fix extracts the quoted content and checks if it's a boolean value
(case-insensitive)
Added tests for both constructor and factory method scenarios
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]