Supported-list.md 5.4 KB
Newer Older
wu-sheng's avatar
wu-sheng 已提交
1 2 3
* HTTP Server
  * [Tomcat](https://github.com/apache/tomcat) 7
  * [Tomcat](https://github.com/apache/tomcat) 8
A
ascrutae 已提交
4
  * [Tomcat](https://github.com/apache/tomcat) 9
wu-sheng's avatar
wu-sheng 已提交
5
  * [Spring Boot](https://github.com/spring-projects/spring-boot) Web 4.x
6
  * Spring MVC 3.x, 4.x 5.x with servlet 3.x
wu-sheng's avatar
wu-sheng 已提交
7
  * [Nutz Web Framework](https://github.com/nutzam/nutz)  1.x
8
  * [Struts2 MVC](http://struts.apache.org/)  2.3.x -> 2.5.x
9 10
  * [Resin](http://www.caucho.com/resin-4.0/) 3 (Optional¹)
  * [Resin](http://www.caucho.com/resin-4.0/) 4 (Optional¹)
wu-sheng's avatar
wu-sheng 已提交
11
  * [Jetty Server](http://www.eclipse.org/jetty/) 9
12
  * [Spring Webflux](https://docs.spring.io/spring/docs/current/spring-framework-reference/web-reactive.html) 5.x (Optional²)
13
  * [Undertow](http://undertow.io/)  1.3.0.Final -> 2.0.27.Final
F
FuCheng,Yan 已提交
14
  * [RESTEasy](https://resteasy.github.io/)  3.1.0.Final -> 3.7.0.Final
A
Andy Ai 已提交
15
  * [Play Framework](https://www.playframework.com/) 2.6.x -> 2.7.x (Optional²)
L
Louis Tsui 已提交
16
  * [Light4J Microservices Framework](https://doc.networknt.com/) 1.6.x -> 2.x
17
  * [Netty SocketIO](https://github.com/mrniko/netty-socketio) 1.x
wu-sheng's avatar
wu-sheng 已提交
18 19 20 21
* HTTP Client
  * [Feign](https://github.com/OpenFeign/feign) 9.x
  * [Netflix Spring Cloud Feign](https://github.com/spring-cloud/spring-cloud-netflix/tree/master/spring-cloud-starter-feign) 1.1.x, 1.2.x, 1.3.x
  * [Okhttp](https://github.com/square/okhttp) 3.x
22
  * [Apache httpcomponent HttpClient](http://hc.apache.org/) 2.0 -> 3.1, 4.2, 4.3
wu-sheng's avatar
wu-sheng 已提交
23 24
  * [Spring RestTemplete](https://github.com/spring-projects/spring-framework) 4.x
  * [Jetty Client](http://www.eclipse.org/jetty/) 9
A
ascrutae 已提交
25
  * [Apache httpcomponent AsyncClient](https://hc.apache.org/httpcomponents-asyncclient-dev/) 4.x
26 27
* HTTP Gateway
  * [Spring Cloud Gateway](https://spring.io/projects/spring-cloud-gateway) 2.1.x.RELEASE (Optional²)
wu-sheng's avatar
wu-sheng 已提交
28
* JDBC
wu-sheng's avatar
wu-sheng 已提交
29
  * Mysql Driver 5.x, 6.x, 8.x
30
  * Oracle Driver (Optional¹)
A
ascrutae 已提交
31
  * H2 Driver 1.3.x -> 1.4.x
32
  * [Sharding-JDBC](https://github.com/shardingjdbc/sharding-jdbc) 1.5.x
33
  * [ShardingSphere](https://github.com/apache/incubator-shardingsphere) 3.0.0, 4.0.0-RC1
wu-sheng's avatar
wu-sheng 已提交
34 35
  * PostgreSQL Driver 8.x, 9.x, 42.x
* RPC Frameworks
A
ascrutae 已提交
36
  * [Dubbo](https://github.com/alibaba/dubbo) 2.5.4 -> 2.6.0
wu-sheng's avatar
wu-sheng 已提交
37
  * [Dubbox](https://github.com/dangdangdotcom/dubbox) 2.8.4
38
  * [Apache Dubbo](https://github.com/apache/incubator-dubbo) 2.7.0
A
ascrutae 已提交
39
  * [Motan](https://github.com/weibocom/motan) 0.2.x -> 1.1.0
A
ascrutae 已提交
40
  * [gRPC](https://github.com/grpc/grpc-java) 1.x
41
  * [Apache ServiceComb Java Chassis](https://github.com/apache/servicecomb-java-chassis) 0.1 -> 0.5,1.0.x
42
  * [SOFARPC](https://github.com/alipay/sofa-rpc) 5.4.0
K
kezhenxu94 已提交
43
  * [Armeria](https://github.com/line/armeria) 0.63.0 -> 0.97.0
wu-sheng's avatar
wu-sheng 已提交
44 45
* MQ
  * [RocketMQ](https://github.com/apache/rocketmq) 4.x
wu-sheng's avatar
wu-sheng 已提交
46
  * [Kafka](http://kafka.apache.org) 0.11.0.0 -> 1.0
X
XiaoFu 已提交
47
  * [ActiveMQ](https://github.com/apache/activemq) 5.x
X
XiaoFu 已提交
48
  * [RabbitMQ](https://www.rabbitmq.com/) 5.x
L
lipenghui 已提交
49
  * [Pulsar](http://pulsar.apache.org) 2.2.x -> 2.4.x
wu-sheng's avatar
wu-sheng 已提交
50 51
* NoSQL
  * Redis
A
ascrutae 已提交
52
    * [Jedis](https://github.com/xetorthio/jedis) 2.x
于玉桔 已提交
53
    * [Redisson](https://github.com/redisson/redisson) Easy Java Redis client 3.5.2+
于玉桔 已提交
54
    * [Lettuce](https://github.com/lettuce-io/lettuce-core) 5.x (Optional²)
55
  * [MongoDB Java Driver](https://github.com/mongodb/mongo-java-driver) 2.13-2.14, 3.4.0-3.5.0, 3.7.x-3.11.1
wu-sheng's avatar
wu-sheng 已提交
56 57 58
  * Memcached Client
    * [Spymemcached](https://github.com/couchbase/spymemcached) 2.x
    * [Xmemcached](https://github.com/killme2008/xmemcached) 2.x
59 60
  * [Elasticsearch](https://github.com/elastic/elasticsearch)
    * [transport-client](https://github.com/elastic/elasticsearch/tree/master/client/transport) 5.2.x-5.6.x
61
    * [rest-high-level-client](https://www.elastic.co/guide/en/elasticsearch/client/java-rest/6.7/index.html) 6.7.1-6.8.4
62
    * [rest-high-level-client](https://www.elastic.co/guide/en/elasticsearch/client/java-rest/7.0/java-rest-high.html) 7.0.0-7.5.0
D
daming 已提交
63 64
  * [Solr](https://github.com/apache/lucene-solr/)
    * [SolrJ](https://github.com/apache/lucene-solr/tree/master/solr/solrj) 7.x
65
  * [Cassandra](https://github.com/apache/cassandra) 3.x
66
    * [cassandra-java-driver](https://github.com/datastax/java-driver) 3.7.0-3.7.2
wu-sheng's avatar
wu-sheng 已提交
67
* Service Discovery
68
  * [Netflix Eureka](https://github.com/Netflix/eureka)
于玉桔 已提交
69
* Distributed Coordination
70
  * [Zookeeper](https://github.com/apache/zookeeper) 3.4.0+ (Optional² & Except 3.4.4)
wu-sheng's avatar
wu-sheng 已提交
71
* Spring Ecosystem
wu-sheng's avatar
wu-sheng 已提交
72
  * Spring Bean annotations(@Bean, @Service, @Component, @Repository) 3.x and 4.x (Optional²)
wu-sheng's avatar
wu-sheng 已提交
73
  * Spring Core Async SuccessCallback/FailureCallback/ListenableFutureCallback 4.x
74
  * Spring Transaction 4.x and 5.x (Optional²)
wu-sheng's avatar
wu-sheng 已提交
75
* [Hystrix: Latency and Fault Tolerance for Distributed Systems](https://github.com/Netflix/Hystrix) 1.4.20 -> 1.5.12
76 77
* Scheduler
  * [Elastic Job](https://github.com/elasticjob/elastic-job) 2.x
wu-sheng's avatar
wu-sheng 已提交
78
* OpenTracing community supported
X
XiaoFu 已提交
79
* [Canal: Alibaba mysql database binlog incremental subscription & consumer components](https://github.com/alibaba/canal) 1.0.25 -> 1.1.2
X
XiaoFu 已提交
80 81
* JSON
  * [GSON](https://github.com/google/gson) 2.8.x (Optional²)
82 83 84
* Vert.x Ecosystem
  * Vert.x Eventbus 3.2+
  * Vert.x Web 3.x
85 86
* Thread Schedule Framework
  * [Spring @Async](https://github.com/spring-projects/spring-framework) 4.x and 5.x
87 88
* Cache
  * [Ehcache](https://www.ehcache.org/) 2.x
89

90

91
¹Due to license incompatibilities/restrictions these plugins are hosted and released in 3rd part repository, 
92
 go to [SkyAPM java plugin extension repository](https://github.com/SkyAPM/java-plugin-extensions) to get these.
wu-sheng's avatar
wu-sheng 已提交
93

wu-sheng's avatar
wu-sheng 已提交
94
²These plugins affect the performance or must be used under some conditions, from experiences. So only released in `/optional-plugins`, copy to `/plugins` in order to make them work.