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 88303a21317 Upgrade woodstock add 78e150f6f2d [CAMEL-18472] lock 'model' in 'removeRoute' first to avoid deadlock (#8303) add 70e2a0bd04f Fixed NPE triggered from an unit test add 6228f2642d1 Thanks Babak No new revisions were added by this update. Summary of changes: .../main/java/org/apache/camel/spi/CamelEvent.java | 2 +- .../camel/impl/engine/BasePackageScanResolver.java | 2 +- .../org/apache/camel/impl/DefaultCamelContext.java | 29 +++-- .../DynamicallyConcurrentlyAddRoutesTest.java | 141 +++++++++++++++++++++ 4 files changed, 164 insertions(+), 10 deletions(-) create mode 100644 core/camel-core/src/test/java/org/apache/camel/issues/DynamicallyConcurrentlyAddRoutesTest.java