Skip to content

Commit 30b1f3d

Browse files
authored
Add supported jax-rs and jax-ws frameworks (#2921)
1 parent 6b687c4 commit 30b1f3d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/supported-libraries.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ These are the supported libraries and frameworks:
2222
| Library/Framework | Versions |
2323
|---------------------------------------------------------------------------------------------------------------------------------------|--------------------------------|
2424
| [Akka HTTP](https://doc.akka.io/docs/akka-http/current/index.html) | 10.0+ |
25+
| [Apache Axis2](https://axis.apache.org/axis2/java/core/) | 1.6+ |
26+
| [Apache CXF JAX-RS](https://cxf.apache.org/) | 3.2+ |
27+
| [Apache CXF JAX-RS Client](https://cxf.apache.org/) | 3.0+ |
28+
| [Apache CXF JAX-WS](https://cxf.apache.org/) | 3.0+ |
2529
| [Apache Dubbo](https://github.com/apache/dubbo/) | 2.7+ (not including 3.x yet) |
2630
| [Apache HttpAsyncClient](https://hc.apache.org/index.html) | 4.1+ |
2731
| [Apache HttpClient](https://hc.apache.org/index.html) | 2.0+ |
@@ -53,6 +57,7 @@ These are the supported libraries and frameworks:
5357
| [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) |
5458
| [JDBC](https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/java/sql/package-summary.html) | Java 7+ |
5559
| [Jedis](https://github.com/xetorthio/jedis) | 1.4+ |
60+
| [Jersey](https://eclipse-ee4j.github.io/jersey/) | 2.0+ (not including 3.x yet) |
5661
| [JMS](https://javaee.github.io/javaee-spec/javadocs/javax/jms/package-summary.html) | 1.1+ |
5762
| [JSP](https://javaee.github.io/javaee-spec/javadocs/javax/servlet/jsp/package-summary.html) | 2.3+ |
5863
| [Kafka](https://kafka.apache.org/20/javadoc/overview-summary.html) | 0.11+ |
@@ -62,6 +67,7 @@ These are the supported libraries and frameworks:
6267
| [Log4j 1](https://logging.apache.org/log4j/1.2/) | 1.2+ |
6368
| [Log4j 2](https://logging.apache.org/log4j/2.x/) | 2.7+ |
6469
| [Logback](http://logback.qos.ch/) | 1.0+ |
70+
| [Metro](https://projects.eclipse.org/projects/ee4j.metro) | 2.2+ (not including 3.x yet) |
6571
| [Mojarra](https://projects.eclipse.org/projects/ee4j.mojarra) | 1.2+ (not including 3.x yet) |
6672
| [MongoDB Drivers](https://mongodb.github.io/mongo-java-driver/) | 3.3+ |
6773
| [MyFaces](https://myfaces.apache.org/) | 1.2+ (not including 3.x yet) |
@@ -75,6 +81,7 @@ These are the supported libraries and frameworks:
7581
| [Reactor Netty](https://github.com/reactor/reactor-netty) | 0.9+ |
7682
| [Rediscala](https://github.com/etaty/rediscala) | 1.8+ |
7783
| [Redisson](https://github.com/redisson/redisson) | 3.0+ |
84+
| [RESTEasy](https://resteasy.github.io/) | 3.0+ |
7885
| [RMI](https://docs.oracle.com/en/java/javase/11/docs/api/java.rmi/java/rmi/package-summary.html) | Java 7+ |
7986
| [RxJava](https://github.com/ReactiveX/RxJava) | 1.0+ |
8087
| [Servlet](https://javaee.github.io/javaee-spec/javadocs/javax/servlet/package-summary.html) | 2.2+ |

0 commit comments

Comments
 (0)