jono-morris opened a new pull request, #11027:
URL: https://github.com/apache/camel/pull/11027

   
   When calling JUnit's argument converter we now need to also pass a 
ParameterContext from which the converter retrieves a classloader that it 
passes to the resolved converter class.
   
   The Converter assumes it's converting parameters for Methods/constructors 
(retrieving the classloader from an Executable).  However, since we convert for 
@Parameter fields this change passes in an Executable from the 
ParameterizedTemplate constructor as a standin.
   
   


-- 
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]

Reply via email to