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 c288c5f80c4 Regen for commit 237946de7853357cc34566e00ec1de40954b92b4 add e32c5156f72 CAMEL-19290: camel-solr - Remove the underlying camel-test-infra (#10250) No new revisions were added by this update. Summary of changes: test-infra/camel-test-infra-solr/pom.xml | 58 ------------- .../src/main/resources/META-INF/MANIFEST.MF | 0 .../test/infra/solr/common/SolrProperties.java | 28 ------- .../services/SolrLocalContainerCloudService.java | 25 ------ .../solr/services/SolrLocalContainerService.java | 94 ---------------------- .../infra/solr/services/SolrRemoteService.java | 48 ----------- .../test/infra/solr/services/SolrService.java | 29 ------- .../infra/solr/services/SolrServiceFactory.java | 36 --------- test-infra/pom.xml | 1 - 9 files changed, 319 deletions(-) delete mode 100644 test-infra/camel-test-infra-solr/pom.xml delete mode 100644 test-infra/camel-test-infra-solr/src/main/resources/META-INF/MANIFEST.MF delete mode 100644 test-infra/camel-test-infra-solr/src/test/java/org/apache/camel/test/infra/solr/common/SolrProperties.java delete mode 100644 test-infra/camel-test-infra-solr/src/test/java/org/apache/camel/test/infra/solr/services/SolrLocalContainerCloudService.java delete mode 100644 test-infra/camel-test-infra-solr/src/test/java/org/apache/camel/test/infra/solr/services/SolrLocalContainerService.java delete mode 100644 test-infra/camel-test-infra-solr/src/test/java/org/apache/camel/test/infra/solr/services/SolrRemoteService.java delete mode 100644 test-infra/camel-test-infra-solr/src/test/java/org/apache/camel/test/infra/solr/services/SolrService.java delete mode 100644 test-infra/camel-test-infra-solr/src/test/java/org/apache/camel/test/infra/solr/services/SolrServiceFactory.java