From 8eaf6d2eceb08d86108d1d924f82cdb77af637d4 Mon Sep 17 00:00:00 2001 From: Enno <458526+ennru@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:48:35 +0200 Subject: [PATCH] Mark Apache Solr connector EOL --- .scala-steward.conf | 7 +++++++ docs/src/main/paradox/solr.md | 6 ++++++ project/project-info.conf | 5 +++++ 3 files changed, 18 insertions(+) diff --git a/.scala-steward.conf b/.scala-steward.conf index 71751bb199..3a2b11d402 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -12,3 +12,10 @@ updates.pin = [ // v10 switches to Play 3 { groupId = "com.github.jwt-scala", version = "9.4." } ] + +updates.ignore = [ + // End of life connectors + { groupId = "com.couchbase.client" } + { groupId = "org.apache.solr" } + { groupId = "org.apache.kudu" } +] diff --git a/docs/src/main/paradox/solr.md b/docs/src/main/paradox/solr.md index ee5aab2060..75682098ea 100644 --- a/docs/src/main/paradox/solr.md +++ b/docs/src/main/paradox/solr.md @@ -1,5 +1,11 @@ # Apache Solr +@@@ warning { title="End of life" } + +The Apache Solr connector has not been updated for too long and is now considered End of Life. It will be removed with the next release of Alpakka. + +@@@ + @@@ note { title="Apache Solr" } Solr (pronounced "solar") is an open source enterprise search platform, written in Java, from the Apache Lucene project. Its major features include full-text search, hit highlighting, faceted search, real-time indexing, dynamic clustering, database integration, NoSQL features and rich document (e.g., Word, PDF) handling. Providing distributed search and index replication, Solr is designed for scalability and fault tolerance. Solr is widely used for enterprise search and analytics use cases and has an active development community and regular releases. diff --git a/project/project-info.conf b/project/project-info.conf index a4679096a3..abf953785a 100644 --- a/project/project-info.conf +++ b/project/project-info.conf @@ -758,6 +758,11 @@ project-info { jpms-name: "akka.stream.alpakka.solr" issues.url: ${project-info.labels}"solr" levels: [ + { + readiness: EndOfLife + since: "2024-10-14" + since-version: "9.0.0-M1" + } { readiness: CommunityDriven since: "2018-02-19"