chore: add blog post for Camel 4.21 What's New#1683
Merged
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Author
|
Feedback and updates welcome |
squakez
approved these changes
Jul 1, 2026
squakez
left a comment
Contributor
There was a problem hiding this comment.
LGTM. I'm also going to add some note on a few things I've worked for this release.
3a1eb54 to
f25b950
Compare
Michwo
reviewed
Jul 1, 2026
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
gzurowski
reviewed
Jul 1, 2026
gzurowski
reviewed
Jul 1, 2026
Co-authored-by: Gregor Zurowski <gregor@zurowski.org>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
gansheer
approved these changes
Jul 2, 2026
christophd
approved these changes
Jul 2, 2026
christophd
left a comment
Contributor
There was a problem hiding this comment.
LGTM. Just a small addition regarding the test plugin execution if you want
| Plugins are now loaded lazily. Built-in commands that do not consume plugins | ||
| (such as `camel get`, `camel version`, `camel ps`) skip plugin discovery entirely, | ||
| making these commands faster. Plugin classpath resolution is also cached. | ||
|
|
Contributor
There was a problem hiding this comment.
Suggested change
| ### Test plugin execution | |
| The test plugin used to call a separate JBang process for executing the test commands. This has changed in the sense of directly calling the Citrus test engine in the same Camel CLI JVM. This saves the additional indirection of calling a separate JBang process and makes sure to always call the matching Citrus version when using the test plugin in Camel. Also, users of Camel launcher CLI will not require the JBang installation anymore just for running the test plugin. | |
Contributor
Author
There was a problem hiding this comment.
Okay I have added this
Contributor
|
@davsclaus hehe 1 minute too late 😄 my bad |
Contributor
Author
|
no problem, you can commit on main - then we restart the build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
🤖 Generated with Claude Code