squakez commented on code in PR #3912: URL: https://github.com/apache/camel-k/pull/3912#discussion_r1064718230
########## pkg/apis/camel/v1/maven_types.go: ########## @@ -96,4 +96,9 @@ type Server struct { Configuration Properties `xml:"configuration,omitempty" json:"configuration,omitempty"` } -type Properties map[string]string Review Comment: I wonder if we could reach the same level of compatibility having `type Properties map[string]interface{}`. In this way, we don't need to include a new type and we neither have to deprecate the old one. -- 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