Skip to content

Commit

Permalink
CAMEL-21479 Update generated artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Blanchaert authored and davsclaus committed Jan 27, 2025
1 parent ba2fb08 commit e3abab9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 286 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4020,32 +4020,6 @@ static SnmpComponentBuilderFactory.SnmpComponentBuilder snmp() {
static SolrComponentBuilderFactory.SolrComponentBuilder solr() {
return SolrComponentBuilderFactory.solr();
}
/**
* Solr (camel-solr)
* Perform operations against Apache Lucene Solr.
*
* Category: monitoring,search
* Since: 4.8
* Maven coordinates: org.apache.camel:camel-solr
*
* @return the dsl builder
*/
static SolrcloudComponentBuilderFactory.SolrcloudComponentBuilder solrcloud() {
return SolrcloudComponentBuilderFactory.solrcloud();
}
/**
* Solr (Secure) (camel-solr)
* Perform operations against Apache Lucene Solr.
*
* Category: monitoring,search
* Since: 4.8
* Maven coordinates: org.apache.camel:camel-solr
*
* @return the dsl builder
*/
static SolrsComponentBuilderFactory.SolrsComponentBuilder solrs() {
return SolrsComponentBuilderFactory.solrs();
}
/**
* Splunk (camel-splunk)
* Publish or search for events in Splunk.
Expand Down Expand Up @@ -4785,4 +4759,4 @@ static ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder zookeeper() {
static ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder zookeeperMaster() {
return ZookeeperMasterComponentBuilderFactory.zookeeperMaster();
}
}
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -460,25 +460,6 @@ default SolrEndpointBuilder solrClient(org.apache.solr.client.solrj.SolrClient s
doSetProperty("solrClient", solrClient);
return this;
}
/**
* The solr client to connect to solr. When solrClient bean is provided,
* all connection properties will be used from that solrClient (host,
* port, username, password, connectionTimeout, requestTimeout,
* enableSSL, ...). When not explicitly configured, camel uses the
* HttpJdkSolrClient.
*
* The option will be converted to a
* <code>org.apache.solr.client.solrj.SolrClient</code> type.
*
* Group: producer
*
* @param solrClient the value to set
* @return the dsl builder
*/
default SolrEndpointBuilder solrClient(String solrClient) {
doSetProperty("solrClient", solrClient);
return this;
}
/**
* The time in ms to wait before the request will time out (former
* soTimeout).
Expand Down

0 comments on commit e3abab9

Please sign in to comment.