Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark Apache Solr connector EOL #3276

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading