Skip to content

Commit e6e4307

Browse files
authoredApr 9, 2024
Update README.md
both 1.x and 2.x are ready for use in production
1 parent 08c5069 commit e6e4307

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ 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 (stable) | [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 (under development) | [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 (jakarta.*) | 6.x (Boot 3.x) | 3.x | :x: | :x: |
1212

1313
Follow the quick start guides in [our wiki](https://github.com/aws/serverless-java-container/wiki) to integrate Serverless Java Container with your project:
1414
* [Spring quick start](https://github.com/aws/serverless-java-container/wiki/Quick-start---Spring)
@@ -58,4 +58,4 @@ public class StreamLambdaHandler implements RequestStreamHandler {
5858

5959
### Java samples with different frameworks
6060

61-
- [Dagger, Micronaut, Quarkus, Spring Boot](https://github.com/aws-samples/serverless-java-frameworks-samples/)
61+
- [Dagger, Micronaut, Quarkus, Spring Boot](https://github.com/aws-samples/serverless-java-frameworks-samples/)

0 commit comments

Comments
 (0)