From ff842bc76ef08fe700c9ec9bb423e779b698a812 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Fri, 9 Apr 2021 15:27:15 -0700 Subject: [PATCH 1/2] Update supported library versions --- docs/supported-libraries.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/supported-libraries.md b/docs/supported-libraries.md index a120865c1dbe..276eeea33823 100644 --- a/docs/supported-libraries.md +++ b/docs/supported-libraries.md @@ -33,7 +33,7 @@ These are the supported libraries and frameworks: | [AWS Lambda](https://docs.aws.amazon.com/lambda/latest/dg/java-handler.html) | 1.0+ | | [AWS SDK](https://aws.amazon.com/sdk-for-java/) | 1.11.x and 2.2.0+ | | [Cassandra Driver](https://github.com/datastax/java-driver) | 3.0+ | -| [Couchbase Client](https://github.com/couchbase/couchbase-java-client) | 2.0+ (not including 3.x yet) | +| [Couchbase Client](https://github.com/couchbase/couchbase-java-client) | 2.0+ and 3.1+ | | [Dropwizard Views](https://www.dropwizard.io/en/latest/manual/views.html) | 0.7+ | | [Elasticsearch API](https://www.elastic.co/guide/en/elasticsearch/client/java-api/current/index.html) | 5.0+ | | [Elasticsearch REST Client](https://www.elastic.co/guide/en/elasticsearch/client/java-rest/current/index.html) | 5.0+ | @@ -77,7 +77,7 @@ These are the supported libraries and frameworks: | [Redisson](https://github.com/redisson/redisson) | 3.0+ | | [RMI](https://docs.oracle.com/en/java/javase/11/docs/api/java.rmi/java/rmi/package-summary.html) | Java 7+ | | [RxJava](https://github.com/ReactiveX/RxJava) | 1.0+ | -| [Servlet](https://javaee.github.io/javaee-spec/javadocs/javax/servlet/package-summary.html) | 2.2+ (not including 5.x yet) | +| [Servlet](https://javaee.github.io/javaee-spec/javadocs/javax/servlet/package-summary.html) | 2.2+ | | [Spark Web Framework](https://github.com/perwendel/spark) | 2.3+ | | [Spring Batch](https://spring.io/projects/spring-batch) | 3.0+ | | [Spring Data](https://spring.io/projects/spring-data) | 1.8+ | From d4d72e10dcaa84fcfe9af1cbe62f7d453dd7e4ee Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Fri, 9 Apr 2021 15:38:22 -0700 Subject: [PATCH 2/2] Lettuce too --- docs/supported-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/supported-libraries.md b/docs/supported-libraries.md index 276eeea33823..3b0d95f2f425 100644 --- a/docs/supported-libraries.md +++ b/docs/supported-libraries.md @@ -58,7 +58,7 @@ These are the supported libraries and frameworks: | [Kafka](https://kafka.apache.org/20/javadoc/overview-summary.html) | 0.11+ | | [khttp](https://khttp.readthedocs.io) | 0.1+ | | [Kubernetes Client](https://github.com/kubernetes-client/java) | 7.0+ | -| [Lettuce](https://github.com/lettuce-io/lettuce-core) | 4.0+ (not including 6.x yet) | +| [Lettuce](https://github.com/lettuce-io/lettuce-core) | 4.0+ | | [Log4j 1](https://logging.apache.org/log4j/1.2/) | 1.2+ | | [Log4j 2](https://logging.apache.org/log4j/2.x/) | 2.7+ | | [Logback](http://logback.qos.ch/) | 1.0+ |