File tree Expand file tree Collapse file tree
java/com/github/cameltooling/idea Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- camelVersion = 4.18.1
2- camelQuarkusVersion = 3.33 .0
3- camelKameletVersion = 4.18.1
1+ camelVersion = 4.22.0
2+ camelQuarkusVersion = 3.38 .0
3+ camelKameletVersion = 4.21.0
44camelKarafVersion = 3.22.4
55ideaVersion =2026.1
66mavenResolverVersion =1.9.27
Original file line number Diff line number Diff line change 1212 v.1.5.1
1313 <ul>
1414 <li>Only IDEA 2026 onwards is supported</li>
15+ <li>Upgraded to Camel 4.22</li>
1516 </ul>
1617 ]]>
1718 </change-notes >
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public void retrieveContentMainSchema() {
5050 assertNotEmpty (model .getGroups ());
5151 List <String > groupNames = model .getGroups ().stream ().map (MainModel .MainGroupModel ::getName )
5252 .collect (Collectors .toList ());
53- assertContainsElements (groupNames , "camel.main" , "camel.cloud " );
53+ assertContainsElements (groupNames , "camel.main" , "camel.health " );
5454 assertNotEmpty (model .getOptions ());
5555 List <String > optionNames = model .getOptions ().stream ().map (MainModel .MainOptionModel ::getName )
5656 .collect (Collectors .toList ());
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ private void testEnumCompletionWithUnknownComponent(TestType type) {
224224 myFixture .type ("list" );
225225 List <String > strings = myFixture .getLookupElementStrings ();
226226 assertNotNull (strings );
227- assertTrue ("Should contain 'listPatches '" , strings .stream ().anyMatch (s -> s .contains ("listPatches " )));
227+ assertTrue ("Should contain 'listSecrets '" , strings .stream ().anyMatch (s -> s .contains ("listSecrets " )));
228228 myFixture .type ('\n' );
229229 myFixture .checkResultByFile (type .getFilePath ("HeaderValueEnumSuggestionsUnknownComponentResult" ));
230230 }
@@ -240,7 +240,7 @@ public void testEnumCompletionWithFullyQualifiedConstantAsName() {
240240 myFixture .type ("list" );
241241 List <String > strings = myFixture .getLookupElementStrings ();
242242 assertNotNull (strings );
243- assertTrue ("Should contain 'listPatches '" , strings .stream ().anyMatch (s -> s .contains ("listPatches " )));
243+ assertTrue ("Should contain 'listSecrets '" , strings .stream ().anyMatch (s -> s .contains ("listSecrets " )));
244244 myFixture .type ('\n' );
245245 myFixture .checkResultByFile (type .getFilePath ("HeaderValueEnumSuggestionsWithFullyQualifiedConstantAsNameResult" ));
246246 }
Original file line number Diff line number Diff line change 1818 from :
1919 uri : jms:queue
2020 steps :
21- - set-body :
21+ - setBody :
2222 header : <caret>
2323 - to : ftp:foo
2424 - to : " file:outbox"
Original file line number Diff line number Diff line change 1818 from :
1919 uri : jms:queue
2020 steps :
21- - set-body :
21+ - setBody :
2222 header : " <caret>"
2323 - to : " file:outbox"
Original file line number Diff line number Diff line change 1818 from :
1919 uri : jms:queue
2020 steps :
21- - set-header :
21+ - setHeader :
2222 name : " CamelAwsAthenaIncludeTrace"
2323 expression:<caret>
2424 - to : " aws2-athena://label"
Original file line number Diff line number Diff line change 1818 from :
1919 uri : jms:queue
2020 steps :
21- - set-header :
21+ - setHeader :
2222 name : " CamelAwsAthenaIncludeTrace"
2323 expression :
2424 constant : true
Original file line number Diff line number Diff line change 1818 from :
1919 uri : jms:queue
2020 steps :
21- - set-header :
21+ - setHeader :
2222 name : CamelHttpProtocolVersion
2323 expression:<caret>
2424 - to : " netty-http:http://localhost:8080/admin"
Original file line number Diff line number Diff line change 1818 from :
1919 uri : jms:queue
2020 steps :
21- - set-header :
21+ - setHeader :
2222 name : CamelHttpProtocolVersion
2323 expression :
2424 constant : HTTP/1.1
You can’t perform that action at this time.
0 commit comments