Skip to content

Commit cfd3092

Browse files
committed
Update default Camel Jbang version to 4.10.3
Signed-off-by: Aurélien Pupier <[email protected]>
1 parent b67d92d commit cfd3092

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 1.11.0
44

55
- Allow hyphen in artifact id when exporting to a Camel Quarkus or Spring Boot project
6+
- Update default Camel version used for Camel JBang from 4.10.2 to 4.10.3
67
- Update Camel Quarkus Catalog from 3.19.0 to 3.20.0
78
- Update default Camel Catalog version from 4.10.2 to 4.10.3
89

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"camel.languageSupport.JBangVersion": {
100100
"type": "string",
101101
"markdownDescription": "Apache Camel JBang version used for internal VS Code JBang commands execution. Camel JBang 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 Language Support for Apache Camel extension.",
102-
"default": "4.10.2"
102+
"default": "4.10.3"
103103
},
104104
"camel.ls.java.home": {
105105
"type": [

0 commit comments

Comments
 (0)