This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
from 0a94f3053b9 Regen new 73bfbdad514 CAMEL-19132: Deprecate vm and direct-vm and remove in v4 new e4a313012ad CAMEL-19132: Deprecate vm and direct-vm and remove in v4 The 2 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: components/camel-stub/pom.xml | 2 +- .../component/stub/StubComponentConfigurer.java | 4 +- .../component/stub/StubEndpointConfigurer.java | 4 +- .../camel-stub/src/main/docs/stub-component.adoc | 8 +-- .../apache/camel/component/stub/StubComponent.java | 4 +- .../apache/camel/component/stub/StubConsumer.java | 8 +-- .../apache/camel/component/stub/StubEndpoint.java | 10 +-- .../component/stub/AbstractStubTestSupport.java | 82 ---------------------- .../camel/component/stub/StubInOnlyTest.java | 17 ++--- .../apache/camel/component/stub/StubInOutTest.java | 16 ++--- 10 files changed, 30 insertions(+), 125 deletions(-) delete mode 100644 core/camel-core/src/test/java/org/apache/camel/component/stub/AbstractStubTestSupport.java