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 c2b21559da2 CAMEL-20513 - Camel-AWS-Bedrock: Support Amazon Titan 
Multimodal Embeddings G1 Model (#13896)
     new f234169d47b (chores) camel-core: correctly disabled manual tests
     new 6d5fa67ebe9 (chores) camel-core: fix incorrect test without assertions
     new 88d7210ff2a (chores) camel-core: remove unused code
     new 675a527618a (chores) camel-core: added unused suppressions to methods 
used indirectly
     new 00f756c039c (chores) camel-core: removed likely incorrect performance 
tests

The 5 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:
 .../camel/impl/cloud/ServiceRegistryTest.java      |   4 -
 .../apache/camel/builder/xml/XPathFeatureTest.java |  21 ---
 .../camel/cluster/ClusterServiceSelectorTest.java  |   8 -
 .../cluster/ClusteredRoutePolicyFactoryTest.java   |   8 -
 .../camel/component/bean/BeanConcurrentTest.java   |   1 +
 .../bean/BeanExpressionConcurrentTest.java         |   1 +
 .../bean/BeanInfoAMoreComplexOverloadedTest.java   |   1 +
 .../component/bean/BeanInfoInheritanceTest.java    |   1 +
 .../component/bean/BeanInfoOverloadedTest.java     |   1 +
 .../BeanInfoOverloadedWithSubTypeParamTest.java    |   1 +
 .../apache/camel/component/bean/BeanInfoTest.java  |   3 +
 .../camel/component/bean/BeanInvokeTest.java       |   3 +
 .../camel/component/bean/BeanLifecycleTest.java    |   1 +
 .../bean/issues/BeanThisAdviceWithIssueTest.java   |   1 +
 .../file/FileConsumerIdempotentRefTest.java        |   1 -
 .../camel/impl/DataFormatContextAwareTest.java     |  10 --
 .../DefaultComponentReferencePropertiesTest.java   |   5 -
 .../impl/DefaultExecutorServiceManagerTest.java    |   2 +-
 .../org/apache/camel/impl/RefDataFormatTest.java   |  10 --
 .../org/apache/camel/impl/RouteNoOutputTest.java   |  24 +--
 .../impl/TypeConverterRegistryPerformanceTest.java |  79 ----------
 .../camel/impl/engine/DefaultCamelContextTest.java |  10 --
 ...irIteratorSplitChoicePerformanceManualTest.java | 174 --------------------
 .../XPathSplitChoicePerformanceManualTest.java     | 175 ---------------------
 .../CreateRouteWithNonExistingEndpointTest.java    |  10 +-
 .../camel/processor/DataFormatServiceTest.java     |  10 --
 .../DeadLetterChannelUnmarshalSetHeaderTest.java   |  10 --
 .../camel/processor/PipelineStepWithEventTest.java |  10 --
 .../camel/processor/RouteAwareProcessorTest.java   |  10 --
 .../camel/processor/RouteAwareRouteTest.java       |  10 --
 .../processor/RouteContextProcessorManualTest.java |   6 +-
 ...RouteWithConstantFieldFromExchangeFailTest.java |  11 +-
 .../camel/processor/UnmarshalProcessorTest.java    |  10 --
 .../aggregator/AggregateTimeoutManualTest.java     |  10 +-
 .../AggregationStrategyLifecycleTest.java          |   5 -
 .../AsyncEndpointEventNotifierSendingTest.java     |   4 -
 .../errorhandler/ErrorHandlerSupportTest.java      |   8 -
 .../camel/processor/resequencer/SequenceTest.java  |   5 -
 .../processor/resequencer/TestComparatorTest.java  |   5 -
 .../apache/camel/support/ServiceSupportTest.java   |  21 ---
 .../apache/camel/util/CaseInsensitiveMapTest.java  |   2 +-
 .../org/apache/camel/util/EventHelperTest.java     |   8 -
 .../org/apache/camel/util/ObjectHelperTest.java    |   1 +
 .../management/ManagedCustomProcessorTest.java     |  10 --
 .../management/ManagedNonManagedServiceTest.java   |  18 ---
 45 files changed, 48 insertions(+), 681 deletions(-)
 delete mode 100644 
core/camel-core/src/test/java/org/apache/camel/impl/TypeConverterRegistryPerformanceTest.java
 delete mode 100644 
core/camel-core/src/test/java/org/apache/camel/language/TokenPairIteratorSplitChoicePerformanceManualTest.java
 delete mode 100644 
core/camel-core/src/test/java/org/apache/camel/language/XPathSplitChoicePerformanceManualTest.java

Reply via email to