This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 49b7083 Fix typo in camel-tarfile and camel-zipfile docs
new 4993804 CAMEL-17763: cleaned up unused exceptions in camel-xmpp
new 83adf8f CAMEL-17763: cleaned up unused exceptions in camel-xmlsecurity
new a9417cf CAMEL-17763: cleaned up unused exceptions in camel-velocity
new 8fd5abe CAMEL-17763: cleaned up unused exceptions in camel-weather
new 67df035 CAMEL-17763: cleaned up unused exceptions in camel-weka
new 691bf82 CAMEL-17763: cleaned up unused exceptions in camel-base64
new 23d9ae0 CAMEL-17763: cleaned up unused exceptions in camel-jsonpath
new acac2bd CAMEL-17763: cleaned up unused exceptions in
camel-platform-http
new 104cf84 CAMEL-17763: cleaned up unused exceptions in
camel-platform-http-vertx
new 1247a4e CAMEL-17763: cleaned up unused exceptions in camel-snakeyaml
new 57b92f0 CAMEL-17763: cleaned up unused exceptions in camel-solr
new 81fd61f CAMEL-17763: cleaned up unused exceptions in camel-stomp
new ee48981 CAMEL-17763: cleaned up unused exceptions in camel-tarfile
new d60678f CAMEL-17763: cleaned up unused exceptions in camel-pulsar
The 14 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:
.../base64/Base64PropertiesFunctionTest.java | 4 +-
.../org/apache/camel/jsonpath/JsonPathCBRTest.java | 4 +-
.../apache/camel/jsonpath/JsonPathCharsetTest.java | 4 +-
.../jsonpath/JsonPathExchangePropertyTest.java | 4 +-
.../camel/jsonpath/JsonPathHeaderNameTest.java | 4 +-
.../camel/jsonpath/JsonPathLanguageTest.java | 10 ++--
.../camel/jsonpath/JsonPathMapTransformTest.java | 4 +-
.../camel/jsonpath/JsonPathMockMatchesTest.java | 4 +-
.../camel/jsonpath/JsonPathPojoTransformTest.java | 4 +-
.../apache/camel/jsonpath/JsonPathSourceTest.java | 4 +-
.../apache/camel/jsonpath/JsonPathSplitTest.java | 4 +-
.../JsonPathSplitWriteAsStringMapTest.java | 4 +-
.../jsonpath/JsonPathSplitWriteAsStringTest.java | 4 +-
.../jsonpath/JsonPathStreamCachingCBRTest.java | 4 +-
.../camel/jsonpath/JsonPathSuppressTest.java | 4 +-
.../jsonpath/JsonPathTransformHeaderNameTest.java | 4 +-
.../JsonPathTransformONielEscapedTest.java | 4 +-
.../JsonPathTransformONielPlaceholderTest.java | 4 +-
.../camel/jsonpath/JsonPathTransformONielTest.java | 4 +-
.../jsonpath/JsonPathTransformResultTypeTest.java | 4 +-
.../camel/jsonpath/JsonPathTransformTest.java | 4 +-
.../camel/jsonpath/JsonPathWithSimpleCBRTest.java | 4 +-
.../EasyJsonPathWithRootSimpleCBRTest.java | 4 +-
.../EasyJsonPathWithSimpleCBRTest.java | 4 +-
.../http/vertx/VertxPlatformHttpEngineTest.java | 24 ++++-----
...rtxPlatformHttpEngineWithTypeConverterTest.java | 9 ++--
.../http/vertx/VertxPlatformHttpJacksonTest.java | 2 +-
.../platform/http/AbstractPlatformHttpTest.java | 2 +-
.../http/JettyCustomPlatformHttpConsumer.java | 5 +-
.../component/platform/http/PlatformHttpTest.java | 4 +-
...stPlatformHttpContextPathConfigurationTest.java | 2 +-
.../integration/PulsarConsumerPatternInIT.java | 4 +-
.../component/snakeyaml/SnakeYAMLDoSTest.java | 4 +-
.../camel/component/snakeyaml/SnakeYAMLTest.java | 4 +-
.../snakeyaml/SnakeYAMLTypeFilterHelper.java | 8 +--
.../snakeyaml/SnakeYAMLTypeFilterTest.java | 4 +-
.../snakeyaml/SnakeYAMLUnmarshalTypeTest.java | 6 +--
.../camel/component/solr/InitSolrEndpointTest.java | 6 +--
.../camel/component/solr/MapBodyManualIT.java | 6 +--
.../component/solr/SolrComponentTestSupport.java | 4 +-
.../component/solr/SolrServerMissingTest.java | 6 +--
.../camel/component/solr/SolrTestSupport.java | 2 +-
.../component/solr/SolrUpdateAutocommitTest.java | 4 +-
.../camel/component/solr/SolrUpdateTest.java | 4 +-
.../solr/integration/SolrCloudProducerIT.java | 4 +-
.../camel/component/stomp/StompBaseTest.java | 2 +-
.../component/stomp/StompCustomHeadersTest.java | 2 +-
.../dataformat/tarfile/TarFileDataFormatTest.java | 10 ++--
.../tarfile/TarFileMultipleFilesSplitterTest.java | 4 +-
.../tarfile/TarFileSplitAndDeleteTest.java | 4 +-
.../tarfile/TarFileSplitIteratorCorruptTest.java | 4 +-
.../tarfile/TarSplitterRouteIssueTest.java | 4 +-
.../dataformat/tarfile/TarSplitterRouteTest.java | 4 +-
.../AggregationStrategyWithFilenameHeaderTest.java | 4 +-
.../AggregationStrategyWithPreservationTest.java | 4 +-
.../tarfile/TarAggregationStrategyTest.java | 4 +-
.../component/velocity/VelocityConcurrentTest.java | 2 +-
.../velocity/VelocityContentCacheTest.java | 4 +-
.../velocity/VelocityDynamicTemplateTest.java | 6 +--
.../component/velocity/VelocityEncodingTest.java | 4 +-
.../component/velocity/VelocityFileLetterTest.java | 4 +-
.../VelocityFileLetterWithPropertyTest.java | 4 +-
.../component/velocity/VelocityLetterTest.java | 4 +-
.../velocity/VelocityLetterWithParserTest.java | 4 +-
.../velocity/VelocityLetterWithoutHeaderTest.java | 4 +-
.../velocity/VelocityMethodInvokationTest.java | 4 +-
.../velocity/VelocityOverridesPropertiesTest.java | 8 +--
.../component/velocity/VelocitySetHeaderTest.java | 2 +-
.../velocity/VelocitySetTemplateViaHeaderTest.java | 4 +-
.../VelocitySomeValuesNotInExchangeTest.java | 4 +-
.../velocity/VelocitySupplementalContextTest.java | 4 +-
.../velocity/VelocityTemplateInHeaderTest.java | 2 +-
.../camel/component/velocity/VelocityTest.java | 8 +--
.../velocity/VelocityValuesInPropertiesTest.java | 6 +--
.../weather/CurrentWeatherConsumerHtmlIT.java | 4 +-
.../weather/CurrentWeatherConsumerIT.java | 4 +-
.../weather/CurrentWeatherConsumerXmlIT.java | 4 +-
.../weather/CurrentWeatherMadridConsumerIT.java | 4 +-
.../weather/CurrentWeatherMadridProducerIT.java | 4 +-
.../weather/Forecast7WeatherMadridConsumerIT.java | 4 +-
.../camel/component/weka/DecisionTreeTest.java | 6 +--
.../apache/camel/component/weka/FilterTest.java | 4 +-
.../camel/component/weka/PredictionTest.java | 4 +-
.../apache/camel/component/weka/ReadWriteTest.java | 18 +++----
.../component/xmlsecurity/ECDSASignatureTest.java | 21 ++++----
.../xmlsecurity/SignatureAlgorithmTest.java | 42 ++++++++--------
.../xmlsecurity/SignatureDigestMethodTest.java | 30 +++++------
.../xmlsecurity/SpringXmlSignatureTest.java | 4 +-
.../xmlsecurity/XAdESSignaturePropertiesTest.java | 52 +++++++++----------
.../component/xmlsecurity/XmlSignatureTest.java | 58 +++++++++++-----------
...idationFailedHandlerIgnoreManifestFailures.java | 4 +-
...ature2Message2MessageWithTimestampProperty.java | 2 +-
.../camel/dataformat/xmlsecurity/TestHelper.java | 6 +--
.../xmlsecurity/XMLSecurityConcurrencyTest.java | 2 +-
.../camel/component/xmpp/UriConfigurationTest.java | 8 +--
.../component/xmpp/XmppDeferredConnectionTest.java | 2 +-
.../xmpp/integration/XmppMultiUserChatIT.java | 4 +-
.../xmpp/integration/XmppProducerConcurrentIT.java | 4 +-
.../xmpp/integration/XmppRouteChatIT.java | 4 +-
.../component/xmpp/integration/XmppRouteIT.java | 2 +-
...XmppRouteMultipleProducersSingleConsumerIT.java | 4 +-
101 files changed, 320 insertions(+), 325 deletions(-)