From 109445959d0084ffa162cee415f569f01204e7b6 Mon Sep 17 00:00:00 2001 From: Micah Stairs Date: Wed, 11 Mar 2026 14:41:39 -0400 Subject: [PATCH 1/2] Add strong deprecation notice pointing to official Firecrawl Java SDK Made-with: Cursor --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 87fe167..809a9e2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,18 @@ A Java client library for the [Firecrawl API](https://firecrawl.dev), providing web crawling, scraping, and search capabilities. +--- + +## ⚠️ DEPRECATION NOTICE + +**This repository is deprecated.** Do not use this copy for new projects or updates. + +**Use the official Firecrawl Java SDK instead:** [https://github.com/firecrawl/firecrawl-java-sdk](https://github.com/firecrawl/firecrawl-java-sdk) + +The official repository is the canonical, maintained source for the latest releases, documentation, and support. + +--- + ## Requirements - Java 17 or higher From 6f7b1b1320d9db9d0663e6ae681441ceb2989f9f Mon Sep 17 00:00:00 2001 From: Micah Stairs Date: Wed, 11 Mar 2026 14:43:08 -0400 Subject: [PATCH 2/2] Point deprecation notice to official docs (docs.firecrawl.dev/sdks/java) Made-with: Cursor --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 809a9e2..7b87297 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ A Java client library for the [Firecrawl API](https://firecrawl.dev), providing **This repository is deprecated.** Do not use this copy for new projects or updates. -**Use the official Firecrawl Java SDK instead:** [https://github.com/firecrawl/firecrawl-java-sdk](https://github.com/firecrawl/firecrawl-java-sdk) +**Use the official Firecrawl Java SDK instead:** [https://docs.firecrawl.dev/sdks/java](https://docs.firecrawl.dev/sdks/java) -The official repository is the canonical, maintained source for the latest releases, documentation, and support. +The official docs are the canonical source for installation, usage, and the latest SDK information. ---