From 85e30469d1fa73e75bbc2681c6ae20baee972d90 Mon Sep 17 00:00:00 2001 From: Adriana Machado Date: Wed, 29 Jul 2026 11:17:10 -0500 Subject: [PATCH] add drop-in deprecation notice to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 19e0737..3922213 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ An example Braintree integration for Spring (Java). +> [!WARNING] +> Starting September 1, 2026 the Drop-in SDK will move to a [deprecated status](https://developer.paypal.com/braintree/docs/guides/client-sdk/deprecation-policy/javascript/v3/#status-categories) and we will no longer make any updates to this SDK. Processing will be supported for 1 year after the deprecation date, but you should upgrade immediately to avoid any disruption. +> +> Starting September 1, 2027 the Drop-in SDK will move to an [unsupported status](https://developer.paypal.com/braintree/docs/guides/client-sdk/deprecation-policy/javascript/v3/#status-categories) and will no longer be supported by Braintree developers or Braintree Support. Processing for unsupported SDKs can be suspended at any time. +> +> Please migrate to [Hosted Fields](https://developer.paypal.com/braintree/docs/start/tutorial-hosted-fields-node/) to continue processing and receiving updates. + ## Setup Instructions 1. [Install gradle](https://docs.gradle.org/current/userguide/installation.html) and project dependencies: