This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 3775cce688c CAMEL-21580: camel-core: Fix rare potential 
ConcurrentModificationException when using producer template result processor 
during header copying. Use specialized processor as the message body is the 
only desired output so we avoid the header copying entirely.
     new de8b4336b16 CAMEL-21585: resolve platform containers automatically
     new 4d68296f267 CAMEL-21585: stop overriding platform containers on the 
pom files

The 2 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:
 components/camel-consul/pom.xml                    | 27 ----------------------
 components/camel-zookeeper-master/pom.xml          | 23 ------------------
 components/camel-zookeeper/pom.xml                 | 24 -------------------
 .../test/infra/common/LocalPropertyResolver.java   | 19 +++++++++++++++
 .../infra/consul/services/container.properties     |  3 ++-
 .../vault/common/HashicorpVaultProperties.java     |  1 -
 .../HashicorpVaultLocalContainerService.java       | 11 +--------
 .../test/infra/milvus/common/MilvusProperties.java |  3 ---
 .../services/MilvusLocalContainerService.java      | 11 +--------
 .../infra/mongodb/common/MongoDBProperties.java    |  1 -
 .../services/MongoDBLocalContainerService.java     | 11 +--------
 .../opensearch/common/OpenSearchProperties.java    |  1 -
 .../services/OpenSearchLocalContainerService.java  | 11 +--------
 .../common/TensorFlowServingProperties.java        |  1 -
 .../TensorFlowServingLocalContainerService.java    |  6 ++---
 .../serving/services/container.properties          |  2 +-
 .../infra/zookeeper/services/container.properties  |  3 ++-
 17 files changed, 30 insertions(+), 128 deletions(-)

Reply via email to