nicolaferraro commented on pull request #2369: URL: https://github.com/apache/camel-k/pull/2369#issuecomment-856010482
Right about refactoring the `toPropertyEntry` function. The meaning is to encode a k/v pair into a property-file line that can be written directly into a `.properties` file. A config entry in the integration/kit/platform will contain an encoded line for each property, which usually means a line having `k = v`, but it sometimes needs encoding e.g. when the value spans over multiple lines. I let the library encode the entry. -- 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]
