gnodet opened a new pull request, #21948: URL: https://github.com/apache/camel/pull/21948
## Summary - Deprecate the csimple (compiled simple) language to simplify maintenance. Users should use the Simple language instead. ### Changes: - `@Deprecated(since = "4.19")` added to all 13 csimple classes/interfaces - `@Deprecated(since = "4.19")` added to 10 `csimple()` builder methods across Builder, BuilderSupport, ExpressionClause, ExpressionClauseSupport, LanguageBuilderFactory - `CSimpleExpression` model class marked with `deprecationNote` in `@Metadata` - Documentation updated with deprecation notices (csimple-language.adoc, csimple-joor.adoc) - Upgrade guide updated (camel-4x-upgrade-guide-4_19.adoc) No code is removed — this is deprecation only. Actual removal will be a follow-up in a future release. ## Test plan - Existing csimple tests still pass (no behavioral change) - Verify deprecation warnings appear in IDE when using csimple APIs -- 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]
