This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/master by this push: new 1c5fa90 CAMEL-14426: camel-core - Optimize inflight repository 1c5fa90 is described below commit 1c5fa9093fb21e1cad2cb8fa62169c9afffb357a Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Jan 23 09:43:23 2020 +0100 CAMEL-14426: camel-core - Optimize inflight repository --- .../org/apache/camel/spring/boot/CamelConfigurationProperties.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java b/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java index 05f8181..f5b0ce3 100644 --- a/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java +++ b/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java @@ -340,11 +340,11 @@ public class CamelConfigurationProperties extends DefaultConfigurationProperties private boolean allowUseOriginalMessage; /** - * Sets whether the inflight repository should track each inflight exchange. + * Sets whether the inflight repository should allow browsing each inflight exchange. * * This is by default disabled as there is a very slight performance overhead when enabled. */ - private boolean inflightRepositoryExchangeEnabled; + private boolean inflightRepositoryBrowseEnabled; /** * Sets whether endpoint runtime statistics is enabled (gathers runtime usage of each incoming and outgoing endpoints).