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 d835b5c Regen for commit 478253441671d2e8a20f4720976002f20c7a0d28 add 8116b63 CAMEL-16183: Remove <proxy> in old spring xml XSD which is deprecated and no longer in use. add 1b44257 (chores) camel-kafka: fix test issues and enable more tests add 9000169 CAMEL-16927: The old spring xml dsl, in case there are multiple camel context (despite not offically supported using more in the same app) then there can be a deadlock. Thanks to Piotr Klimczak for reporting and the patch/PR for Camel 3.7.x add 264ab77 CAMEL-16990: camel-core - Stream caching checking for caused exception can lead to converter problem add e868d44 CAMEL-16183: Remove <proxy> in old spring xml XSD which is deprecated and no longer in use. add 9da2a9f Regen for commit e868d44b6e13a8ad9e90331f946bd99bc8d41cac No new revisions were added by this update. Summary of changes: .../apache/camel/catalog/schemas/camel-spring.xsd | 39 --------- .../org/apache/camel/cdi/XmlCdiBeanFactory.java | 27 ------ .../org/apache/camel/cdi/XmlProxyFactoryBean.java | 95 ---------------------- .../camel/cdi/xml/CamelContextFactoryBean.java | 12 --- .../apache/camel/cdi/test/XmlProxyFactoryTest.java | 68 ---------------- .../component/kafka/MockConsumerInterceptor.java | 6 +- .../kafka/integration/KafkaConsumerFullIT.java | 23 +++--- ...kaConsumerIdempotentWithCustomSerializerIT.java | 2 - .../KafkaConsumerIdempotentWithProcessorIT.java | 6 +- .../integration/KafkaConsumerManualCommitIT.java | 15 ---- .../integration/KafkaConsumerTopicIsPatternIT.java | 3 - .../camel/spring/xml/CamelContextFactoryBean.java | 3 +- .../camel/impl/engine/CamelInternalProcessor.java | 11 ++- .../resources/org/apache/camel/core/xml/jaxb.index | 1 - .../resources/org/apache/camel/core/xml/proxy.json | 19 ----- .../core/xml/CamelProxyFactoryDefinition.java | 73 ----------------- 16 files changed, 30 insertions(+), 373 deletions(-) delete mode 100644 components/camel-cdi/src/main/java/org/apache/camel/cdi/XmlProxyFactoryBean.java delete mode 100644 components/camel-cdi/src/test/java/org/apache/camel/cdi/test/XmlProxyFactoryTest.java delete mode 100644 core/camel-core-xml/src/generated/resources/org/apache/camel/core/xml/proxy.json delete mode 100644 core/camel-core-xml/src/main/java/org/apache/camel/core/xml/CamelProxyFactoryDefinition.java