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/04/26 12:18:14 UTC

[camel] branch regen_bot_3x updated (4579a6c53a9 -> 2515ed1d54e)

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

github-bot pushed a change to branch regen_bot_3x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 4579a6c53a9 CAMEL-19296: xml loader to also support camel.xml as file extension like yaml can do
     add 781b7fe146d CAMEL-19290 - camel-solr - Remove component as its not maintainable - Deprecate in 3.x
     add 4204190ea96 CAMEL-19290 - camel-solr - Remove component as its not maintainable - Deprecate in 3.x
     add 2515ed1d54e Regen for commit 4204190ea96d3fe3a6914f81d83dd3600264fef8

No new revisions were added by this update.

Summary of changes:
 .../resources/org/apache/camel/catalog/components/solr.json         | 2 +-
 .../resources/org/apache/camel/catalog/components/solrCloud.json    | 2 +-
 .../resources/org/apache/camel/catalog/components/solrs.json        | 2 +-
 components/camel-solr/pom.xml                                       | 2 +-
 .../META-INF/services/org/apache/camel/component.properties         | 2 +-
 .../generated/resources/org/apache/camel/component/solr/solr.json   | 2 +-
 .../resources/org/apache/camel/component/solr/solrCloud.json        | 2 +-
 .../generated/resources/org/apache/camel/component/solr/solrs.json  | 2 +-
 components/camel-solr/src/main/docs/solr-component.adoc             | 5 +++--
 .../apache/camel/builder/component/ComponentsBuilderFactory.java    | 3 +++
 .../camel/builder/component/dsl/SolrComponentBuilderFactory.java    | 1 +
 .../builder/component/dsl/SolrcloudComponentBuilderFactory.java     | 1 +
 .../camel/builder/component/dsl/SolrsComponentBuilderFactory.java   | 1 +
 dsl/camel-componentdsl/src/generated/resources/metadata.json        | 6 +++---
 .../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java   | 2 ++
 .../camel/builder/endpoint/dsl/SolrEndpointBuilderFactory.java      | 5 +++++
 16 files changed, 27 insertions(+), 13 deletions(-)