squakez commented on PR #16901: URL: https://github.com/apache/camel/pull/16901#issuecomment-2609540173
> I wonder if --property should override any existing value that may already be when writing the application.properties > > so if you already have `hello = peter` and then export with --property=hello=jack --- then the written file will a single property with jack as the value. Otherwise you have duplicates. The fact is that, at that stage the application.properties is completely blank as we're exporting an app from scratch. The presence of duplicates can only happen if the user forcefully provide twice the same parameter key. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
