This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from e38709e Polished new 77a127c CAMEL-13657: Use name instead of headerName, propertyName in XML DSL to make it simpler and more natural. new 6ad3352 CAMEL-13657: Use name instead of headerName, propertyName in XML DSL to make it simpler and more natural. new 90e1cd8 CAMEL-13657: Use name instead of headerName, propertyName in XML DSL to make it simpler and more natural. new a2d2b18 CAMEL-13657: Use name instead of headerName, propertyName in XML DSL to make it simpler and more natural. The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: MIGRATION.md | 15 +++++++ .../camel-ahc/src/main/docs/ahc-component.adoc | 2 +- .../src/test/resources/camel-context-multiples.xml | 2 +- .../crypto/SpringCryptoDataFormatTest.xml | 4 +- .../component/cxf/jaxrs/CxfOperationException.xml | 2 +- .../cxf/transport/CxfRsCamelTransport.xml | 8 ++-- .../camel-gora/src/main/docs/gora-component.adoc | 16 ++++---- .../main/docs/hazelcast-atomicvalue-component.adoc | 10 ++--- .../src/main/docs/hazelcast-map-component.adoc | 16 ++++---- .../main/docs/hazelcast-multimap-component.adoc | 8 ++-- .../docs/hazelcast-replicatedmap-component.adoc | 6 +-- .../main/docs/hazelcast-ringbuffer-component.adoc | 2 +- .../camel-hazelcast/src/main/docs/hazelcast.adoc | 12 +++--- .../spring/test-camel-context-atomicnumber.xml | 14 +++---- ...l-context-hazelcast-instance-name-reference.xml | 4 +- ...-camel-context-hazelcast-instance-reference.xml | 4 +- .../META-INF/spring/test-camel-context-map.xml | 24 +++++------ .../spring/test-camel-context-multimap.xml | 14 +++---- .../spring/test-camel-context-replicatedmap.xml | 12 +++--- .../spring/test-camel-context-ringbuffer.xml | 10 ++--- .../camel-hbase/src/main/docs/hbase-component.adoc | 32 +++++++-------- .../camel-http4/src/main/docs/http4-component.adoc | 2 +- .../camel-iota/src/main/docs/iota-component.adoc | 18 ++++----- .../src/test/resources/blobstore-test.xml | 4 +- .../src/main/docs/jsonpath-language.adoc | 2 +- .../src/main/docs/properties-component.adoc | 4 +- .../camel-solr/src/main/docs/solr-component.adoc | 8 ++-- .../SpringPropertiesAfterTransactedDSL2Test.xml | 2 +- .../SpringPropertiesAfterTransactedDSLTest.xml | 2 +- .../SpringSimpleFileNameWithQuoteTest-context.xml | 2 +- .../SpringPropertiesAvailableEverywhereTest.xml | 2 +- .../issues/SpringRenameFileOnCommitIssueTest.xml | 2 +- .../processor/ClaimCheckEipPushPopBodyTest.xml | 2 +- .../ClaimCheckEipPushPopHeadersPatternTest.xml | 2 +- .../processor/ClaimCheckEipPushPopHeadersTest.xml | 2 +- .../ClaimCheckEipPushPopRemoveHeaderTest.xml | 6 +-- .../RouteWithConstantFieldFromExchangeFailTest.xml | 2 +- .../RouteWithConstantFieldFromExchangeTest.xml | 2 +- .../spring/processor/SpringMethodCallTest.xml | 4 +- ...RecipientListParallelOptionalPropertiesTest.xml | 2 +- .../camel/spring/processor/SpringRouteStopTest.xml | 2 +- .../processor/SpringSetHeaderTest-context.xml | 2 +- .../SpringSetHeaderWithConstantTest-context.xml | 2 +- .../SpringSetHeaderXPathResultTypeTest.xml | 4 +- .../processor/SpringSimpleResultTypeRouteTest.xml | 8 ++-- .../spring/processor/SpringTraceTest-context.xml | 2 +- .../SpringTraceUsingPropertyTest-context.xml | 2 +- .../processor/SpringWireTapNewExchangeTest.xml | 4 +- .../apache/camel/spring/processor/aggregator.xml | 2 +- .../apache/camel/spring/processor/removeHeader.xml | 2 +- .../processor/removePropertiesWithExclusion.xml | 6 +-- .../processor/removePropertiesWithoutExclusion.xml | 4 +- .../camel/spring/processor/removeProperty.xml | 2 +- .../spring/processor/setHeaderNameDynamic.xml | 2 +- .../apache/camel/spring/processor/setProperty.xml | 2 +- .../spring/processor/setPropertyNameDynamic.xml | 2 +- .../properties-location-element-implicit-test.xml | 6 +-- .../properties-location-element-optional-test.xml | 6 +-- .../blueprint/properties-location-element-test.xml | 6 +-- ...SpringPropertiesLocationElementTest-context.xml | 6 +-- .../camel-xslt/src/main/docs/xslt-component.adoc | 2 +- .../src/main/docs/zookeeper-component.adoc | 2 +- .../src/main/docs/constant-language.adoc | 2 +- core/camel-base/src/main/docs/simple-language.adoc | 6 +-- .../src/main/docs/eips/claimCheck-eip.adoc | 2 +- .../src/main/docs/eips/setHeader-eip.adoc | 2 +- .../src/main/docs/eips/setProperty-eip.adoc | 4 +- .../apache/camel/model/SetHeaderDefinition.java | 26 ++++++------ .../apache/camel/model/SetPropertyDefinition.java | 26 ++++++------ .../org/apache/camel/reifier/SetHeaderReifier.java | 4 +- .../apache/camel/reifier/SetPropertyReifier.java | 4 +- .../java/org/apache/camel/model/XmlParseTest.java | 4 +- .../util/DumpModelAsXmlRouteExpressionTest.java | 2 +- .../org/apache/camel/impl/route4_error.xml | 2 +- .../resources/org/apache/camel/impl/route4_ok.xml | 2 +- .../resources/org/apache/camel/model/setHeader.xml | 2 +- .../org/apache/camel/model/setHeaderToConstant.xml | 2 +- .../modules/ROOT/pages/ahc-component.adoc | 2 +- .../modules/ROOT/pages/gora-component.adoc | 16 ++++---- .../pages/hazelcast-atomicvalue-component.adoc | 10 ++--- .../ROOT/pages/hazelcast-map-component.adoc | 16 ++++---- .../ROOT/pages/hazelcast-multimap-component.adoc | 8 ++-- .../pages/hazelcast-replicatedmap-component.adoc | 6 +-- .../ROOT/pages/hazelcast-ringbuffer-component.adoc | 2 +- docs/components/modules/ROOT/pages/hazelcast.adoc | 12 +++--- .../modules/ROOT/pages/hbase-component.adoc | 32 +++++++-------- .../modules/ROOT/pages/http4-component.adoc | 2 +- .../modules/ROOT/pages/iota-component.adoc | 18 ++++----- .../modules/ROOT/pages/jsonpath-language.adoc | 2 +- .../modules/ROOT/pages/properties-component.adoc | 4 +- .../modules/ROOT/pages/solr-component.adoc | 8 ++-- .../modules/ROOT/pages/xslt-component.adoc | 2 +- .../modules/ROOT/pages/zookeeper-component.adoc | 2 +- .../modules/ROOT/pages/claimCheck-eip.adoc | 2 +- .../modules/ROOT/pages/constant-language.adoc | 2 +- ...-avoid-sending-some-or-all-message-headers.adoc | 4 +- .../modules/ROOT/pages/oncompletion.adoc | 2 +- .../modules/ROOT/pages/setHeader-eip.adoc | 2 +- .../modules/ROOT/pages/setProperty-eip.adoc | 4 +- .../modules/ROOT/pages/simple-language.adoc | 6 +-- .../ROOT/pages/using-propertyplaceholder.adoc | 6 +-- .../resources/META-INF/spring/camel-context.xml | 46 +++++++++++----------- .../resources/META-INF/spring/camel-context.xml | 4 +- .../META-INF/spring/camel-context-mina1.xml | 2 +- .../META-INF/spring/camel-context-mina2.xml | 2 +- .../resources/META-INF/spring/camel-context.xml | 2 +- .../main/resources/OSGI-INF/blueprint/camel.xml | 2 +- .../blueprint/CxfPayloadProviderRouterBeans.xml | 4 +- .../greeter/JettyRecipientListCxfIssueTest.xml | 2 +- .../jetty/JettySpringFailoverRoundRobinTest.xml | 4 +- 110 files changed, 353 insertions(+), 338 deletions(-)