You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/03/10 17:11:08 UTC

[camel] branch regen_bot updated (c2df125 -> d60678f)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from c2df125  CAMEL-17763: cleaned up unused exceptions in camel-paho-mqtt5
     add 49b7083  Fix typo in camel-tarfile and camel-zipfile docs
     add 4993804  CAMEL-17763: cleaned up unused exceptions in camel-xmpp
     add 83adf8f  CAMEL-17763: cleaned up unused exceptions in camel-xmlsecurity
     add a9417cf  CAMEL-17763: cleaned up unused exceptions in camel-velocity
     add 8fd5abe  CAMEL-17763: cleaned up unused exceptions in camel-weather
     add 67df035  CAMEL-17763: cleaned up unused exceptions in camel-weka
     add 691bf82  CAMEL-17763: cleaned up unused exceptions in camel-base64
     add 23d9ae0  CAMEL-17763: cleaned up unused exceptions in camel-jsonpath
     add acac2bd  CAMEL-17763: cleaned up unused exceptions in camel-platform-http
     add 104cf84  CAMEL-17763: cleaned up unused exceptions in camel-platform-http-vertx
     add 1247a4e  CAMEL-17763: cleaned up unused exceptions in camel-snakeyaml
     add 57b92f0  CAMEL-17763: cleaned up unused exceptions in camel-solr
     add 81fd61f  CAMEL-17763: cleaned up unused exceptions in camel-stomp
     add ee48981  CAMEL-17763: cleaned up unused exceptions in camel-tarfile
     add d60678f  CAMEL-17763: cleaned up unused exceptions in camel-pulsar

No new revisions were added by this update.

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 +-
 .../src/main/docs/tarFile-dataformat.adoc          |  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 +-
 .../src/main/docs/zipFile-dataformat.adoc          |  2 +-
 103 files changed, 322 insertions(+), 327 deletions(-)