Hy,
I'm currently updating my custom camel components to camel version 3.7.0
Because it now seems to be necessary to make TypeConverters discoverable by the camelContext, I also added the camel-package-maven-plugin
to generate the TypeConverterBulkLoader.
Now I have the problem, that the plugin crashes when I run it in a module, that also has a custom camel component:
Error generating data org.apache.maven.plugin.MojoFailureException: Unable to create mojo: Could not find component java type -> [Help 1]
It seems like this is an error when implementing a custom language and not specifying the javaType for that, but I only have a custom component (including endpoints/producers/consumers) and custom TypeConverters.
Can somebody tell me how to correctly use the plugin or alternatively how to implement custom TypeConverters so they are picked up by the camelContext without using the plugin?
Greets
Chris
Edit:
The same error happens when I use the camel-component-maven-plugin
instead of the package plugin
question from:
https://stackoverflow.com/questions/65885223/how-ro-use-camel-package-maven-plugin-3-7-0-for-typeconverters 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…