Skip to content

Commit 36bdfb8

Browse files
committed
doc: add 3.x version (#1207)
1 parent 53beaa1 commit 36bdfb8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ Serverless Java Container natively supports API Gateway's proxy integration mode
55

66
Currently the following versions are maintained:
77

8-
| Version | Branch | Java Enterprise support | Spring versions | JAX-RS/ Jersey version | Struts support | Spark support |
9-
|---------|--------|-------------------------|-----------------|------------------------|----------------|---------------|
10-
| 1.x | [1.x](https://github.com/aws/serverless-java-container/tree/1.x) | Java EE (javax.*) | 5.x (Boot 2.x) | 2.x | :white_check_mark: | :white_check_mark: |
11-
| 2.x | [main](https://github.com/aws/serverless-java-container/tree/main) | Jakarta EE (jakarta.*) | 6.x (Boot 3.x) | 3.x | :x: | :x: |
8+
| Version | Branch | Java Enterprise support | Spring versions | JAX-RS/ Jersey version | Struts support | Spark support |
9+
|---------|--------|-----------------------------|-----------------|------------------------|----------------|---------------|
10+
| 1.x | [1.x](https://github.com/aws/serverless-java-container/tree/1.x) | Java EE (javax.*) | 5.x (Boot 2.x) | 2.x | :white_check_mark: | :white_check_mark: |
11+
| 2.x | [main](https://github.com/aws/serverless-java-container/tree/main) | Jakarta EE 9-10 (jakarta.*) | 6.x (Boot 3.x) | 3.x | :x: | :x: |
12+
| 3.x | | Jakarta EE 11 (jakarta.*) | 7.x (Boot 4.x) | 4.x | :x: | :x: |
1213

1314
Follow the quick start guides in [our wiki](https://github.com/aws/serverless-java-container/wiki) to integrate Serverless Java Container with your project:
1415
* [Spring quick start](https://github.com/aws/serverless-java-container/wiki/Quick-start---Spring)

0 commit comments

Comments
 (0)