Skip to content

Commit

Permalink
Mark Apache Solr connector EOL (akka#3276)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored Oct 1, 2024
1 parent e7df7c0 commit cedd924
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
]
6 changes: 6 additions & 0 deletions docs/src/main/paradox/solr.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 5 additions & 0 deletions project/project-info.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cedd924

Please sign in to comment.