Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 2.11.0

- Upgrade default Camel JBang version from 4.18.0 to 4.19.0
- Upgrade default Camel JBang version from 4.18.0 to 4.20.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Release note baseline version looks incorrect.

This PR targets a bump from 4.19.0 to 4.20.0, but the changelog says 4.18.0 to 4.20.0. Please align this line with the actual previous default to avoid misleading release notes.

Suggested fix
-- Upgrade default Camel JBang version from 4.18.0 to 4.20.0
+- Upgrade default Camel JBang version from 4.19.0 to 4.20.0
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- Upgrade default Camel JBang version from 4.18.0 to 4.20.0
- Upgrade default Camel JBang version from 4.19.0 to 4.20.0
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@CHANGELOG.md` at line 3, The changelog line currently reads "Upgrade default
Camel JBang version from 4.18.0 to 4.20.0" which is incorrect for this PR;
update that line to "Upgrade default Camel JBang version from 4.19.0 to 4.20.0"
so the release note matches the actual previous default (edit the string in
CHANGELOG.md that contains "Upgrade default Camel JBang version from 4.18.0 to
4.20.0").


# 2.10.2

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@
"kaoto.camelJbang.version": {
"type": "string",
"markdownDescription": "Apache [Camel JBang](https://camel.apache.org/manual/camel-jbang.html) version used for an internal Camel JBang CLI calls. Requirements can differ between versions.\n\nIt is recommended to use `default` version to ensure all extension features works properly.",
"default": "4.19.0",
"default": "4.20.0",
"order": 0
},
"kaoto.camelJbang.runArguments": {
Expand Down
Loading