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 1296397 (chores) Ensures core tests have timeouts (#6424) add b4245f5 CAMEL-17121: added support for accounting and reporting the elapsed time (#6425) add 5beb070 CAMEL-17187: camel-xpath - Allow to configure preCompile on @XPath annotation add e52ef1d Regen for commit 5beb07094b3eaa34fd8576805a7e0967dc01d945 No new revisions were added by this update. Summary of changes: .../org/apache/camel/catalog/languages/xpath.json | 2 +- .../org/apache/camel/catalog/models/xpath.json | 2 +- .../apache/camel/catalog/schemas/camel-spring.xsd | 2 +- .../org/apache/camel/language/xpath/xpath.json | 2 +- .../org/apache/camel/language/xpath/XPath.java | 16 +++++++++++++++ .../xpath/XPathAnnotationExpressionFactory.java | 24 +++++++++++++++++++++- .../org/apache/camel/model/language/xpath.json | 2 +- .../camel/model/language/XPathExpression.java | 2 +- .../org/apache/camel/component/xslt/MyXPath.java | 1 - ...a => BeanWithXPathInjectionPreCompileTest.java} | 4 ++-- .../camel/support/cache/DefaultProducerCache.java | 3 +-- .../apache/camel/support/task/BackgroundTask.java | 6 ++++++ .../apache/camel/support/task/ForegroundTask.java | 6 ++++++ .../java/org/apache/camel/support/task/Task.java | 9 ++++++++ .../apache/camel/support/task/budget/Budget.java | 12 +++++++++++ .../task/budget/IterationBoundedBudget.java | 11 ++++++++++ .../task/budget/IterationTimeBoundedBudget.java | 6 ++++++ .../support/task/budget/TimeBoundedBudget.java | 7 ++++++- .../camel/support/task/BackgroundTaskTest.java | 11 ++++++++-- .../camel/support/task/ForegroundTaskTest.java | 8 ++++++++ .../camel/support/task/ForegroundTimeTaskTest.java | 8 ++++++++ 21 files changed, 129 insertions(+), 15 deletions(-) copy core/camel-core/src/test/java/org/apache/camel/processor/{BeanWithXPathInjectionTest.java => BeanWithXPathInjectionPreCompileTest.java} (94%)