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 2023/07/13 13:19:39 UTC

[camel] branch regen_bot_3x updated (792a8948cf8 -> f13985c66f0)

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

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


    from 792a8948cf8 CAMEL-19601: StreamCaching can configure allow/deny list of classes to control what can be cached or not.
     add 3790072c19b CAMEL-19601: StreamCaching can configure allow/deny list of classes to control what can be cached or not.
     add f13985c66f0 Regen for commit 3790072c19b4bb8af28c5f06e4902db5a8691cb5

No new revisions were added by this update.

Summary of changes:
 .../main/camel-main-configuration-metadata.json    |   2 +
 .../apache/camel/catalog/schemas/camel-spring.xsd  |  24 +++
 .../processor/SpringStreamCachingStrategyTest.java |   5 +
 .../processor/SpringStreamCachingStrategyTest.xml  |   3 +-
 .../apache/camel/spi/StreamCachingStrategy.java    |  37 +++++
 .../impl/engine/DefaultStreamCachingStrategy.java  |  87 ++++++++++-
 .../org/apache/camel/core/xml/streamCaching.json   |   2 +
 .../core/xml/AbstractCamelContextFactoryBean.java  |   8 +
 .../xml/CamelStreamCachingStrategyDefinition.java  |  28 ++++
 .../processor/StreamCachingAllowDenyTest.java      | 161 +++++++++++++++++++++
 .../MainConfigurationPropertiesConfigurer.java     |  12 ++
 .../camel-main-configuration-metadata.json         |   2 +
 core/camel-main/src/main/docs/main.adoc            |   4 +-
 .../camel/main/DefaultConfigurationConfigurer.java |   2 +
 .../camel/main/DefaultConfigurationProperties.java |  44 ++++++
 .../mbean/ManagedStreamCachingStrategyMBean.java   |   6 +
 .../mbean/ManagedStreamCachingStrategy.java        |  22 +++
 17 files changed, 446 insertions(+), 3 deletions(-)
 create mode 100644 core/camel-core/src/test/java/org/apache/camel/processor/StreamCachingAllowDenyTest.java