Update supported libraries (#5092)

* Update supported libraries

* One row per library
This commit is contained in:
Trask Stalnaker 2022-01-13 18:02:08 -08:00 committed by GitHub
parent 7266aefb58
commit 1832772ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 96 additions and 85 deletions

View File

@ -20,16 +20,19 @@ or [contributing](../CONTRIBUTING.md).
These are the supported libraries and frameworks: These are the supported libraries and frameworks:
| Library/Framework | Versions | | Library/Framework | Versions |
|---------------------------------------------------------------------------------------------------------------------------------------|--------------------------------| |-----------------------------------------------------------------------------------------------------------------------------------|--------------------------------|
| [Akka Actors](https://doc.akka.io/docs/akka/current/typed/index.html) | 2.5+ |
| [Akka HTTP](https://doc.akka.io/docs/akka-http/current/index.html) | 10.0+ | | [Akka HTTP](https://doc.akka.io/docs/akka-http/current/index.html) | 10.0+ |
| [Apache Axis2](https://axis.apache.org/axis2/java/core/) | 1.6+ | | [Apache Axis2](https://axis.apache.org/axis2/java/core/) | 1.6+ |
| [Apache Camel](https://camel.apache.org/) | 2.20+ |
| [Apache CXF JAX-RS](https://cxf.apache.org/) | 3.2+ | | [Apache CXF JAX-RS](https://cxf.apache.org/) | 3.2+ |
| [Apache CXF JAX-RS Client](https://cxf.apache.org/) | 3.0+ | | [Apache CXF JAX-RS Client](https://cxf.apache.org/) | 3.0+ |
| [Apache CXF JAX-WS](https://cxf.apache.org/) | 3.0+ | | [Apache CXF JAX-WS](https://cxf.apache.org/) | 3.0+ |
| [Apache Dubbo](https://github.com/apache/dubbo/) | 2.7+ (not including 3.x yet) | | [Apache Dubbo](https://github.com/apache/dubbo/) | 2.7+ (not including 3.x yet) |
| [Apache HttpAsyncClient](https://hc.apache.org/index.html) | 4.1+ | | [Apache HttpAsyncClient](https://hc.apache.org/index.html) | 4.1+ |
| [Apache HttpClient](https://hc.apache.org/index.html) | 2.0+ | | [Apache HttpClient](https://hc.apache.org/index.html) | 2.0+ |
| [Apache Kafka](https://kafka.apache.org/20/javadoc/overview-summary.html) | 0.11+ | | [Apache Kafka Producer/Consumer API](https://kafka.apache.org/documentation/#producerapi) | 0.11+ |
| [Apache Kafka Streams API](https://kafka.apache.org/documentation/streams/) | 0.11+ |
| [Apache MyFaces](https://myfaces.apache.org/) | 1.2+ (not including 3.x yet) | | [Apache MyFaces](https://myfaces.apache.org/) | 1.2+ (not including 3.x yet) |
| [Apache RocketMQ](https://rocketmq.apache.org/) | 4.8+ | | [Apache RocketMQ](https://rocketmq.apache.org/) | 4.8+ |
| [Apache Struts 2](https://github.com/apache/struts) | 2.3+ | | [Apache Struts 2](https://github.com/apache/struts) | 2.3+ |
@ -54,27 +57,32 @@ These are the supported libraries and frameworks:
| [Google HTTP Client](https://github.com/googleapis/google-http-java-client) | 1.19+ | | [Google HTTP Client](https://github.com/googleapis/google-http-java-client) | 1.19+ |
| [Grails](https://grails.org/) | 3.0+ | | [Grails](https://grails.org/) | 3.0+ |
| [gRPC](https://github.com/grpc/grpc-java) | 1.6+ | | [gRPC](https://github.com/grpc/grpc-java) | 1.6+ |
| [Guava ListenableFuture](https://guava.dev/releases/snapshot/api/docs/com/google/common/util/concurrent/ListenableFuture.html) | 10.0+ |
| [GWT](http://www.gwtproject.org/) | 2.0+ | | [GWT](http://www.gwtproject.org/) | 2.0+ |
| [Hibernate](https://github.com/hibernate/hibernate-orm) | 3.3+ | | [Hibernate](https://github.com/hibernate/hibernate-orm) | 3.3+ |
| [HttpURLConnection](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/net/HttpURLConnection.html) | Java 8+ | | [HttpURLConnection](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/net/HttpURLConnection.html) | Java 8+ |
| [http4k <sup>&dagger;</sup>](https://www.http4k.org/guide/modules/opentelemetry/) | 3.270.0+ | | [http4k <sup>&dagger;</sup>](https://www.http4k.org/guide/modules/opentelemetry/) | 3.270.0+ |
| [Hystrix](https://github.com/Netflix/Hystrix) | 1.4+ | | [Hystrix](https://github.com/Netflix/Hystrix) | 1.4+ |
| [JAX-RS](https://javaee.github.io/javaee-spec/javadocs/javax/ws/rs/package-summary.html) | 0.5+ | | [Java Executors](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Executor.html) | Java 8+ |
| [JAX-RS Client](https://javaee.github.io/javaee-spec/javadocs/javax/ws/rs/client/package-summary.html) | 2.0+ |
| [JAX-WS](https://jakarta.ee/specifications/xml-web-services/2.3/apidocs/javax/xml/ws/package-summary.html) | 2.0+ (not including 3.x yet) |
| [Java Http Client](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/package-summary.html) | Java 11+ | | [Java Http Client](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/package-summary.html) | Java 11+ |
| [JDBC](https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/java/sql/package-summary.html) | Java 8+ | | [java.util.logging](https://docs.oracle.com/javase/8/docs/api/java/util/logging/package-summary.html) | Java 8+ |
| [JAX-RS](https://javaee.github.io/javaee-spec/javadocs/javax/ws/rs/package-summary.html) | 0.5+ |
| [JAX-RS Client](https://javaee.github.io/javaee-spec/javadocs/javax/ws/rs/client/package-summary.html) | 1.1+ |
| [JAX-WS](https://jakarta.ee/specifications/xml-web-services/2.3/apidocs/javax/xml/ws/package-summary.html) | 2.0+ (not including 3.x yet) |
| [JDBC](https://docs.oracle.com/javase/8/docs/api/java/sql/package-summary.html) | Java 8+ |
| [Jedis](https://github.com/xetorthio/jedis) | 1.4+ | | [Jedis](https://github.com/xetorthio/jedis) | 1.4+ |
| [JMS](https://javaee.github.io/javaee-spec/javadocs/javax/jms/package-summary.html) | 1.1+ | | [JMS](https://javaee.github.io/javaee-spec/javadocs/javax/jms/package-summary.html) | 1.1+ |
| [JSP](https://javaee.github.io/javaee-spec/javadocs/javax/servlet/jsp/package-summary.html) | 2.3+ | | [JSP](https://javaee.github.io/javaee-spec/javadocs/javax/servlet/jsp/package-summary.html) | 2.3+ |
| [Kotlin Coroutines](https://kotlinlang.org/docs/coroutines-overview.html) | 1.0+ |
| [Kubernetes Client](https://github.com/kubernetes-client/java) | 7.0+ | | [Kubernetes Client](https://github.com/kubernetes-client/java) | 7.0+ |
| [Lettuce](https://github.com/lettuce-io/lettuce-core) | 4.0+ | | [Lettuce](https://github.com/lettuce-io/lettuce-core) | 4.0+ |
| [Log4j 1](https://logging.apache.org/log4j/1.2/) | 1.2+ | | [Log4j 1](https://logging.apache.org/log4j/1.2/) | 1.2+ |
| [Log4j 2](https://logging.apache.org/log4j/2.x/) | 2.7+ | | [Log4j 2](https://logging.apache.org/log4j/2.x/) | 2.11+ |
| [Logback](http://logback.qos.ch/) | 1.0+ | | [Logback](http://logback.qos.ch/) | 1.0+ |
| [Micrometer](https://micrometer.io/) | 1.5+ |
| [MongoDB Driver](https://mongodb.github.io/mongo-java-driver/) | 3.1+ | | [MongoDB Driver](https://mongodb.github.io/mongo-java-driver/) | 3.1+ |
| [Netty](https://github.com/netty/netty) | 3.8+ | | [Netty](https://github.com/netty/netty) | 3.8+ |
| [OkHttp](https://github.com/square/okhttp/) | 3.0+ | | [OkHttp](https://github.com/square/okhttp/) | 2.2+ |
| [Play](https://github.com/playframework/playframework) | 2.4+ (not including 2.8.x yet) | | [Play](https://github.com/playframework/playframework) | 2.4+ (not including 2.8.x yet) |
| [Play WS](https://github.com/playframework/play-ws) | 1.0+ | | [Play WS](https://github.com/playframework/play-ws) | 1.0+ |
| [Quartz](https://www.quartz-scheduler.org/) | 2.0+ | | [Quartz](https://www.quartz-scheduler.org/) | 2.0+ |
@ -85,8 +93,10 @@ These are the supported libraries and frameworks:
| [Rediscala](https://github.com/etaty/rediscala) | 1.8+ | | [Rediscala](https://github.com/etaty/rediscala) | 1.8+ |
| [Redisson](https://github.com/redisson/redisson) | 3.0+ | | [Redisson](https://github.com/redisson/redisson) | 3.0+ |
| [RESTEasy](https://resteasy.github.io/) | 3.0+ | | [RESTEasy](https://resteasy.github.io/) | 3.0+ |
| [Restlet](https://restlet.talend.com/) | 1.0+ |
| [RMI](https://docs.oracle.com/en/java/javase/11/docs/api/java.rmi/java/rmi/package-summary.html) | Java 8+ | | [RMI](https://docs.oracle.com/en/java/javase/11/docs/api/java.rmi/java/rmi/package-summary.html) | Java 8+ |
| [RxJava](https://github.com/ReactiveX/RxJava) | 1.0+ | | [RxJava](https://github.com/ReactiveX/RxJava) | 1.0+ |
| [Scala ForkJoinPool](https://www.scala-lang.org/api/2.12.0/scala/concurrent/forkjoin/package$$ForkJoinPool$.html) | 2.8+ |
| [Servlet](https://javaee.github.io/javaee-spec/javadocs/javax/servlet/package-summary.html) | 2.2+ | | [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+ | | [Spark Web Framework](https://github.com/perwendel/spark) | 2.3+ |
| [Spring Batch](https://spring.io/projects/spring-batch) | 3.0+ | | [Spring Batch](https://spring.io/projects/spring-batch) | 3.0+ |
@ -102,7 +112,8 @@ These are the supported libraries and frameworks:
| [Twilio](https://github.com/twilio/twilio-java) | 6.6+ (not including 8.x yet) | | [Twilio](https://github.com/twilio/twilio-java) | 6.6+ (not including 8.x yet) |
| [Undertow](https://undertow.io/) | 1.4+ | | [Undertow](https://undertow.io/) | 1.4+ |
| [Vaadin](https://vaadin.com/) | 14.2+ | | [Vaadin](https://vaadin.com/) | 14.2+ |
| [Vert.x](https://vertx.io) | 3.0+ | | [Vert.x Web](https://vertx.io/docs/vertx-web/java/) | 3.0+ |
| [Vert.x HttpClient](https://vertx.io/docs/apidocs/io/vertx/core/http/HttpClient.html) | 3.0+ |
| [Vert.x RxJava2](https://vertx.io/docs/vertx-rx/java2/) | 3.5+ | | [Vert.x RxJava2](https://vertx.io/docs/vertx-rx/java2/) | 3.5+ |
<sup>&dagger;</sup> OpenTelemetry support provided by the library <sup>&dagger;</sup> OpenTelemetry support provided by the library