I've updated my camel scripting support to kotlin ...
# scripting
l
I've updated my camel scripting support to kotlin 1.3.60 and now I see a warning like: [WARNING] The following script definitions are not found in the classpath: [org.apache.camel.k.loader.kotlin.dsl.IntegrationConfiguration.classname, org.apache.camel.k.loader.kotlin.dsl.IntegrationConfiguration.classname] what does it mean ?
i
Sorry for the long delay. This is a misleading error message - something to improve. But looking at the code that generates it (it is not relevantly changed in 1.3.60, btw), I can guess that you probably have it in a dev environment, when your definitions are in the calss/resource dirs rather than jars. If so - this is unfortunately a difficult place - a lot of guessing is needed. Otherwhise, please give me more details.
l
sorry for the late reply, yes those are part of src/main/resources