astefanutti commented on a change in pull request #2427:
URL: https://github.com/apache/camel-k/pull/2427#discussion_r656021530



##########
File path: pkg/trait/jvm.go
##########
@@ -54,6 +54,8 @@ type jvmTrait struct {
        DebugAddress string `property:"debug-address" 
json:"debugAddress,omitempty"`
        // A list of JVM options
        Options []string `property:"options" json:"options,omitempty"`
+       // A list of additional JVM classpaths
+       Classpaths []string `property:"classpaths" json:"classpaths,omitempty"`

Review comment:
       What about reflecting the usual classpath setting, that is adding a 
string property, and follow 
https://docs.oracle.com/javase/8/docs/technotes/tools/windows/classpath.html? 




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to