Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit 2c53b88

Browse files
authored
Merge pull request #525 from cloudant/deprecation-notice
Add deprecation notice
2 parents 4aef065 + b19b05e commit 2c53b88

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Unreleased
2+
- [DEPRECATED] This library is now deprecated and will be EOL on Dec 31 2021.
3+
14
# 2.19.2 (2021-04-07)
25
- [NEW] Add migration guide to the newly supported cloudant-java-sdk (coordinates: com.ibm.cloud:cloudant).
36
- [FIXED] Allow `$and`, `$or`, and `$nor` operator selectors to be used with only one expression selector.

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# DEPRECATED
2+
3+
**This library is now deprecated and will be end-of-life on Dec 31 2021.**
4+
5+
The library remains supported until the end-of-life date,
6+
but will receive only _critical_ maintenance updates.
7+
8+
Please see the [Migration Guide](./MIGRATION.md) for advice
9+
about migrating to our replacement library
10+
[cloudant-java-sdk](https://github.com/IBM/cloudant-java-sdk).
11+
12+
For FAQs and additional information please refer to the
13+
[Cloudant blog](https://blog.cloudant.com/2021/06/30/Cloudant-SDK-Transition.html).
14+
115
# Cloudant Java Client
216
[![Build Status](https://travis-ci.org/cloudant/java-cloudant.svg?branch=master)](https://travis-ci.org/cloudant/java-cloudant)
317
[![Maven Central](https://img.shields.io/maven-central/v/com.cloudant/cloudant-client.svg)](http://search.maven.org/#search|ga|1|g:"com.cloudant"%20AND%20a:"cloudant-client")
@@ -212,4 +226,3 @@ There is no built-in support for caching, encryption or compression at the clien
212226
* [java-cloudant-cache](https://github.com/cloudant-labs/java-cloudant-cache) can be used to provide caching integrated with the API of java-cloudant.
213227

214228
* [storage-client-library](https://github.com/aruniyengar/storage-client-library) can be used to provide client-side encryption and compression.
215-

cloudant-client/overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<body>
88

99
<P>
10-
This is the <a href="https://github.com/cloudant/java-cloudant" target="_blank">official
11-
Cloudant library for java.</a>
10+
<B>DEPRECATED:</B> This library is now deprecated, the replacement is
11+
<a href="https://github.com/IBM/cloudant-java-sdk" target="_blank">cloudant-java-sdk</a>.
1212
</P>
1313

1414
<h1>Contents</h1>

0 commit comments

Comments
 (0)