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/08/02 16:49:58 UTC

[camel] branch regen_bot_3x updated (dee37c785a8 -> f896dd8058f)

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 dee37c785a8 CAMEL-19695: camel-google-bigquery - Bump org.json to 20230618 (#10967)
     add f896dd8058f CAMEL-19487: camel-bean - Fix concurrency issue in BeanInfo cache when EIPs are using an existing bean instance. (#10950) (#10953)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/component/bean/BeanInfo.java  |  11 +-
 .../camel/component/bean/BeanInfoCacheKey.java     |  15 ++-
 .../camel/component/bean/ConstantBeanHolder.java   |   2 +-
 .../bean/DefaultBeanProcessorFactory.java          |   3 +-
 .../DynamicRouterConcurrentEIPManualTest.java      | 128 +++++++++++++++++++++
 .../DynamicRouterConcurrentPOJOManualTest.java     | 127 ++++++++++++++++++++
 .../DynamicRouterConcurrentPOJOTest.java           |  82 -------------
 7 files changed, 274 insertions(+), 94 deletions(-)
 create mode 100644 core/camel-core/src/test/java/org/apache/camel/processor/dynamicrouter/DynamicRouterConcurrentEIPManualTest.java
 create mode 100644 core/camel-core/src/test/java/org/apache/camel/processor/dynamicrouter/DynamicRouterConcurrentPOJOManualTest.java
 delete mode 100644 core/camel-core/src/test/java/org/apache/camel/processor/dynamicrouter/DynamicRouterConcurrentPOJOTest.java