gnodet opened a new pull request, #22192:
URL: https://github.com/apache/camel/pull/22192

   ## Summary
   
   - Auto-detect `application.properties` in the base directory and include it 
in the files list for both `camel run` and `camel export` commands
   - Previously, running `camel run foo.camel.yaml` would load 
`application.properties` for configuration but not include it as a file — users 
had to explicitly add it or use `camel run *`
   - The profile-specific `application-{profile}.properties` was already 
auto-detected for `run`; this adds the same for the base 
`application.properties`, and adds both to `export`
   
   ## Test plan
   
   - [x] Existing tests pass (311 tests, 0 failures)
   - [ ] Manual: `camel run foo.camel.yaml` with `application.properties` in 
the same directory should auto-include it
   - [ ] Manual: `camel export` with explicit files should auto-include 
`application.properties`
   - [ ] Manual: `camel run foo.camel.yaml application.properties` should not 
duplicate the file
   - [ ] Manual: `camel run --empty` should not auto-include 
`application.properties`


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

Reply via email to