From b2c809d5a35852042cb9a300ed3b2bc16d7328b6 Mon Sep 17 00:00:00 2001 From: "John V." <99784540+jv-asana@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:09:03 -0800 Subject: [PATCH] Update README.md Add information about not supporting Java SDK to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ccb3e4d..e734f6e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Asana [![Build Status][github-actions-image]][github-actions-url] [![Maven Version][mvn-image]][mvn-url] +> [!CAUTION] +> The Asana Java SDK is no longer supported. While it remains available on [Maven Central Repository](https://central.sonatype.com/artifact/com.asana/asana), it will not receive bug fixes or enhancements (including new endpoints or data model changes). We recommend using Java's HttpClient or similar HTTP libraries to make direct API requests instead. + Java client library for the Asana API. Installation