davsclaus opened a new pull request, #24749: URL: https://github.com/apache/camel/pull/24749
## Summary - Deprecate the `forceWrites` producer option on the File endpoint — it has had no effect since Camel 2.20 (commit `d8c0a53b6787`) when file writing was refactored from `FileChannel`-based streaming to `java.nio.file.Files.move()`/`Files.copy()` - Change the default from `true` to `false` to reflect the actual behavior - Add upgrade-guide entry documenting the deprecation ## Test plan - [x] Existing camel-core tests pass (no behavioral change — the option was already dead code) - [x] Catalog and DSL regenerated with updated default value _Claude Code on behalf of davsclaus_ Co-Authored-By: Claude Opus 4.6 <[email protected]> -- 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]
