Skip to content

Commit

Permalink
Use Camel 4.9.0 by default for Camel JBang
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier committed Dec 19, 2024
1 parent 1996b83 commit b09ee4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to the "vscode-debug-adapter-apache-camel" extension will be

## 1.6.0

- Update default Camel version used for Camel JBang from 4.8.1 to 4.9.0

## 1.5.0

- Use containing folder by default with commands and quick editor action when launching a specific Camel Route. It allows to have other relative parameters still working when it is inside a subfolder.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"camel.debugAdapter.JBangVersion": {
"type": "string",
"markdownDescription": "Apache Camel JBang CLI version used for internal VS Code JBang commands execution. Camel JBang CLI requirements can differ between versions, it is recommended to use `default` version to ensure all extension features work properly.\n\n**Note**: This change will affect only commands provided by Debug Adapter for Apache Camel extension.",
"default": "4.8.1"
"default": "4.9.0"
},
"camel.debugAdapter.CamelVersion": {
"type": "string",
Expand Down

0 comments on commit b09ee4f

Please sign in to comment.