Skip to content

Commit fcf3d9c

Browse files
committed
Use Camel JBang 4.12 by default
Signed-off-by: Aurélien Pupier <[email protected]>
1 parent d9e26ec commit fcf3d9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to the "vscode-debug-adapter-apache-camel" extension will be
55
## 1.8.0
66

77
- Potential breakage: when using a Camel Jbang version strictly prior to 4.11, the parameter `--disable-auto` must be removed from the setting `Kubernetes Run Parameters`
8-
- Update default Camel version used for Camel JBang from 4.10.2 to 4.11.0
8+
- Update default Camel version used for Camel JBang from 4.10.2 to 4.12.0
99

1010
## 1.7.0
1111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"camel.debugAdapter.JBangVersion": {
8585
"type": "string",
8686
"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.",
87-
"default": "4.11.0"
87+
"default": "4.12.0"
8888
},
8989
"camel.debugAdapter.CamelVersion": {
9090
"type": "string",

0 commit comments

Comments
 (0)