Skip to content

Commit 98e081d

Browse files
committed
Move XSD in correct folder
1 parent 3ce78a9 commit 98e081d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed
File renamed without changes.

static/schema/spring/camel-spring.xsd

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,11 @@ JTA based transactional error handler (requires camel-jta).
908908
<xs:annotation>
909909
<xs:documentation xml:lang="en">
910910
<![CDATA[
911-
To call Kamelets in special situations
911+
To call Kamelets in special situations. By default, calling kamelets should be done as endpoints with the kamelet
912+
component, such as to(kamelet:mykamelet). When a Kamelet is designed for a special use-case such as aggregating
913+
messages, and returning a response message only when a group of aggregated messages is completed. In other words,
914+
kamelet does not return a response message for every incoming message. In special situations like these, then you must
915+
use this Kamelet EIP instead of using the kamelet component.
912916
]]>
913917
</xs:documentation>
914918
</xs:annotation>
@@ -1115,7 +1119,7 @@ Rest security OAuth2 definition
11151119
<xs:annotation>
11161120
<xs:documentation xml:lang="en">
11171121
<![CDATA[
1118-
Evaluates an OGNL expression (Apache Commons OGNL).
1122+
Deprecated: Evaluates an OGNL expression (Apache Commons OGNL).
11191123
]]>
11201124
</xs:documentation>
11211125
</xs:annotation>
@@ -12915,7 +12919,7 @@ Whether security mask for Logging is enabled on this route. Default value: false
1291512919
<xs:annotation>
1291612920
<xs:documentation xml:lang="en">
1291712921
<![CDATA[
12918-
Whether message history is enabled on this route.
12922+
Whether message history is enabled on this route. Default value: false
1291912923
]]>
1292012924
</xs:documentation>
1292112925
</xs:annotation>
@@ -13001,7 +13005,7 @@ Whether stream caching is enabled on this route.
1300113005
<xs:annotation>
1300213006
<xs:documentation xml:lang="en">
1300313007
<![CDATA[
13004-
Whether tracing is enabled on this route.
13008+
Whether tracing is enabled on this route. Default value: false
1300513009
]]>
1300613010
</xs:documentation>
1300713011
</xs:annotation>

0 commit comments

Comments
 (0)