Skip to content
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
58 changes: 58 additions & 0 deletions blog/260402-java-sdk-deprecation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
title: "2026-04-02: Deprecation of Java client SDK"
date: "2026-03-05"
tags: ["Deprecation"]
authors: vpellcodat
---

On **April 2, 2026**, Codat will deprecate and archive the [Java client SDK](https://github.com/codatio/client-sdk-java).

<!--truncate-->

To focus our efforts on the SDKs where we can deliver the most value, we are deprecating the Java client SDK across all Codat solutions.

Instead, we will concentrate our resources on our more widely adopted [TypeScript](https://github.com/codatio/client-sdk-typescript), [Python](https://github.com/codatio/client-sdk-python), [C#](https://github.com/codatio/client-sdk-csharp), and [Go](https://github.com/codatio/client-sdk-go) SDKs.

## What's changing

The Java client SDK will no longer be maintained across all Codat solutions. This includes all packages published under the `io.codat` group on [Maven Central](https://search.maven.org/search?q=g:io.codat):

| Package | Maven Central artifact |
| --- | --- |
| **Platform** | `io.codat:platform` |
| **Bank Feeds** | `io.codat:bank-feeds` |
| **Sync for Commerce** | `io.codat:sync.commerce` |
| **Sync for Expenses** | `io.codat:sync.expenses` |
| **Lending** | `io.codat:lending` |
| **Sync for Payroll** | `io.codat:sync.payroll` |
| **Sync for Payables** | `io.codat:sync.payables` |
| **Accounting** | `io.codat:accounting` |
| **Banking** | `io.codat:banking` |

After **April 2, 2026**:

- We will **stop publishing new versions** of these packages.
- We **won't** address bugs, security updates, or compatibility issues.
- The [GitHub repository](https://github.com/codatio/client-sdk-java) will be **archived** (read-only).
- Existing published versions will **remain available** on Maven Central and your current builds will not break.

## Alternatives

Codat's APIs remain fully available to Java applications. If you are currently using the Java SDK, you can:

- **Call Codat's REST APIs directly** using any Java HTTP client, such as the built-in `java.net.http.HttpClient` or libraries like OkHttp and Retrofit. Our [API reference](https://docs.codat.io/using-the-api/overview) documents all available endpoints.
- **Switch to a supported SDK** if your stack allows.

Our [TypeScript](https://github.com/codatio/client-sdk-typescript), [Python](https://github.com/codatio/client-sdk-python), [C#](https://github.com/codatio/client-sdk-csharp), and [Go](https://github.com/codatio/client-sdk-go) SDKs are actively maintained and receive regular updates.

## Action required

If you don't use the Java SDK, no action is required on your part.

If you use the Java SDK, migrate to direct API calls or a supported SDK before **April 2, 2026**.

If you have questions or need assistance, reach out to your dedicated Codat representative or contact our [support team](mailto:support@codat.io).

## Expected impact if no action is taken

Your existing builds will continue to work since published versions remain available on Maven Central. However, you will no longer receive bug fixes, security patches, or compatibility updates for these packages, and the SDK will fall increasingly out of date with Codat's APIs over time.
8 changes: 7 additions & 1 deletion blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,10 @@ psimpson:
name: Peter Simpson
title: Senior Support Engineer
url: https://github.com/pj-simpson
image_url: https://github.com/pj-simpson.png
image_url: https://github.com/pj-simpson.png

vpellcodat:
name: Veronica Pell
title: Engineering Manager
url: https://github.com/vpellcodat
image_url: https://github.com/vpellcodat.png
Loading