This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit e6b43998ae9b2c15ff4fb2f2b23547c1772b68fa Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Apr 4 14:54:58 2025 +0200 Re-introduce Solr Kamelets - Solr Sink Signed-off-by: Andrea Cosentino <[email protected]> --- docs/modules/ROOT/nav.adoc | 1 + kamelets/solr-sink.kamelet.yaml | 2 +- .../camel-kamelets/src/main/resources/kamelets/solr-sink.kamelet.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 45041ec39..72d00bd1b 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -221,6 +221,7 @@ * xref:slack-source.adoc[] * xref:snowflake-sink.adoc[] * xref:snowflake-source.adoc[] +* xref:solr-sink.adoc[] * xref:solr-source.adoc[] * xref:splunk-hec-sink.adoc[] * xref:splunk-sink.adoc[] diff --git a/kamelets/solr-sink.kamelet.yaml b/kamelets/solr-sink.kamelet.yaml index 1f3c57f89..1901ba0aa 100644 --- a/kamelets/solr-sink.kamelet.yaml +++ b/kamelets/solr-sink.kamelet.yaml @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # --------------------------------------------------------------------------- -apiVersion: camel.apache.org/v1alpha1 +apiVersion: camel.apache.org/v1 kind: Kamelet metadata: name: solr-sink diff --git a/library/camel-kamelets/src/main/resources/kamelets/solr-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/solr-sink.kamelet.yaml index 1f3c57f89..1901ba0aa 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/solr-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/solr-sink.kamelet.yaml @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # --------------------------------------------------------------------------- -apiVersion: camel.apache.org/v1alpha1 +apiVersion: camel.apache.org/v1 kind: Kamelet metadata: name: solr-sink
