squakez commented on code in PR #5605: URL: https://github.com/apache/camel-k/pull/5605#discussion_r1632702902
########## pkg/trait/jvm.go: ########## @@ -205,8 +205,11 @@ func (t *jvmTrait) enableDebug(e *Environment) string { func (t *jvmTrait) prepareClasspathItems(container *corev1.Container) []string { classpath := sets.NewSet() + // Depreacted Review Comment: typo: Deprecated. Also, it would be good to provide an alternative or what we'll expect to do in the future (ie, won't be supported any longer). -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org