This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch camel-2.23.x in repository https://gitbox.apache.org/repos/asf/camel.git.
from 008a293 CAMEL-12974: XML DSL tree parser should skip when/otherwise to parse similar like the Java DSL does new 28c4fdb CAMEL-12969: OSGi service registry should unget services later during shutting down CamelContext which we can do in the start/stop service API instead. This reduces leaks if a service is get udring shutdown as now the lifecycle/osgi service registry is stopped as last action when camel context is shutting down. new 0ecf3a9 CAMEL-12969 : Map based Service Usage counting to remove memory leak (#2695) new b2a047c CAMEL-12969: Fixed CS The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../camel/core/osgi/OsgiServiceRegistry.java | 71 ++++++++++++++++------ 1 file changed, 51 insertions(+), 20 deletions(-)