You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/12/06 18:28:01 UTC

(camel) branch regen_bot updated (170eaafec26 -> 9cdcbceb86d)

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 170eaafec26 Bump huaweicloud-sdk-version from 3.1.69 to 3.1.70 (#12337)
     add 9cdcbceb86d CAMEL-20194: move the properties files to a separate dir

No new revisions were added by this update.

Summary of changes:
 .../camel/test/infra/arangodb/services}/container.properties |  0
 .../camel/test/infra/aws2/services}/container.properties     |  0
 .../camel/test/infra/common/services}/container.properties   |  0
 .../test/infra/cassandra/services}/container.properties      |  0
 .../test/infra/chatscript/services}/container.properties     |  0
 .../camel/test/infra/common/LocalPropertyResolver.java       | 12 +++---------
 .../camel/test/infra/consul/services}/container.properties   |  0
 .../test/infra/couchbase/services}/container.properties      |  0
 .../camel/test/infra/couchdb/services}/container.properties  |  0
 .../test/infra/elasticsearch/services}/container.properties  |  0
 .../camel/test/infra/etcd3/services}/container.properties    |  0
 .../camel/test/infra/fhir/services}/container.properties     |  0
 .../test/infra/google/pubsub/services}/container.properties  |  0
 .../infra/hashicorp/vault/services}/container.properties     |  0
 .../test/infra/infinispan/services}/container.properties     |  0
 .../camel/test/infra/kafka/services}/container.properties    |  0
 .../infra/microprofile/lra/services}/container.properties    |  0
 .../camel/test/infra/minio/services}/container.properties    |  0
 .../camel/test/infra/mongodb/services}/container.properties  |  0
 .../test/infra/mosquitto/services}/container.properties      |  0
 .../camel/test/infra/nats/services}/container.properties     |  0
 .../camel/test/infra/openldap/services}/container.properties |  0
 .../test/infra/opensearch/services}/container.properties     |  0
 .../camel/test/infra/postgres/services}/container.properties |  0
 .../camel/test/infra/pulsar/services}/container.properties   |  0
 .../camel/test/infra/rabbitmq/services}/container.properties |  0
 .../camel/test/infra/redis/services}/container.properties    |  0
 .../camel/test/infra/rocketmq/services}/container.properties |  0
 .../camel/test/infra/xmpp/services}/container.properties     |  0
 .../test/infra/zookeeper/services}/container.properties      |  0
 30 files changed, 3 insertions(+), 9 deletions(-)
 rename test-infra/camel-test-infra-arangodb/src/test/resources/{ => org/apache/camel/test/infra/arangodb/services}/container.properties (100%)
 rename test-infra/camel-test-infra-aws-v2/src/test/resources/{ => org/apache/camel/test/infra/aws2/services}/container.properties (100%)
 rename test-infra/camel-test-infra-azure-common/src/test/resources/{ => org/apache/camel/test/infra/common/services}/container.properties (100%)
 rename test-infra/camel-test-infra-cassandra/src/test/resources/{ => org/apache/camel/test/infra/cassandra/services}/container.properties (100%)
 rename test-infra/camel-test-infra-chatscript/src/test/resources/{ => org/apache/camel/test/infra/chatscript/services}/container.properties (100%)
 rename test-infra/camel-test-infra-consul/src/test/resources/{ => org/apache/camel/test/infra/consul/services}/container.properties (100%)
 rename test-infra/camel-test-infra-couchbase/src/test/resources/{ => org/apache/camel/test/infra/couchbase/services}/container.properties (100%)
 rename test-infra/camel-test-infra-couchdb/src/test/resources/{ => org/apache/camel/test/infra/couchdb/services}/container.properties (100%)
 rename test-infra/camel-test-infra-elasticsearch/src/test/resources/{ => org/apache/camel/test/infra/elasticsearch/services}/container.properties (100%)
 rename test-infra/camel-test-infra-etcd3/src/test/resources/{ => org/apache/camel/test/infra/etcd3/services}/container.properties (100%)
 rename test-infra/camel-test-infra-fhir/src/test/resources/{ => org/apache/camel/test/infra/fhir/services}/container.properties (100%)
 rename test-infra/camel-test-infra-google-pubsub/src/test/resources/{ => org/apache/camel/test/infra/google/pubsub/services}/container.properties (100%)
 rename test-infra/camel-test-infra-hashicorp-vault/src/test/resources/{ => org/apache/camel/test/infra/hashicorp/vault/services}/container.properties (100%)
 rename test-infra/camel-test-infra-infinispan/src/test/resources/{ => org/apache/camel/test/infra/infinispan/services}/container.properties (100%)
 rename test-infra/camel-test-infra-kafka/src/test/resources/{ => org/apache/camel/test/infra/kafka/services}/container.properties (100%)
 rename test-infra/camel-test-infra-microprofile-lra/src/test/resources/{ => org/apache/camel/test/infra/microprofile/lra/services}/container.properties (100%)
 rename test-infra/camel-test-infra-minio/src/test/resources/{ => org/apache/camel/test/infra/minio/services}/container.properties (100%)
 rename test-infra/camel-test-infra-mongodb/src/test/resources/{ => org/apache/camel/test/infra/mongodb/services}/container.properties (100%)
 rename test-infra/camel-test-infra-mosquitto/src/test/resources/{ => org/apache/camel/test/infra/mosquitto/services}/container.properties (100%)
 rename test-infra/camel-test-infra-nats/src/test/resources/{ => org/apache/camel/test/infra/nats/services}/container.properties (100%)
 rename test-infra/camel-test-infra-openldap/src/test/resources/{ => org/apache/camel/test/infra/openldap/services}/container.properties (100%)
 rename test-infra/camel-test-infra-opensearch/src/test/resources/{ => org/apache/camel/test/infra/opensearch/services}/container.properties (100%)
 rename test-infra/camel-test-infra-postgres/src/test/resources/{ => org/apache/camel/test/infra/postgres/services}/container.properties (100%)
 rename test-infra/camel-test-infra-pulsar/src/test/resources/{ => org/apache/camel/test/infra/pulsar/services}/container.properties (100%)
 rename test-infra/camel-test-infra-rabbitmq/src/test/resources/{ => org/apache/camel/test/infra/rabbitmq/services}/container.properties (100%)
 rename test-infra/camel-test-infra-redis/src/test/resources/{ => org/apache/camel/test/infra/redis/services}/container.properties (100%)
 rename test-infra/camel-test-infra-rocketmq/src/test/resources/{ => org/apache/camel/test/infra/rocketmq/services}/container.properties (100%)
 rename test-infra/camel-test-infra-xmpp/src/test/resources/{ => org/apache/camel/test/infra/xmpp/services}/container.properties (100%)
 rename test-infra/camel-test-infra-zookeeper/src/test/resources/{ => org/apache/camel/test/infra/zookeeper/services}/container.properties (100%)