Skip to content

Commit d350bc5

Browse files
authored
Update README.md
1 parent 1529409 commit d350bc5

File tree

1 file changed

+12
-18
lines changed

1 file changed

+12
-18
lines changed

README.md

+12-18
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,34 @@ The Atmosphere Framework works on all Servlet based servers, [Spring Boot](https
66

77
Atmosphere's Java/Scala/Android Client is called [wAsync](https://github.com/Atmosphere/wasync).
88

9-
Atmosphere 3.0.x on JDK 17 and 21
10-
11-
[![Atmopshere 3.0.x](https://github.com/Atmosphere/atmosphere/actions/workflows/maven.yml/badge.svg?branch=main)](https://github.com/Atmosphere/atmosphere/actions/workflows/maven.yml)
12-
139
Atmosphere 2.7.x on JDK 8 up to 21
1410

1511
[![Atmopshere 2.7.x](https://github.com/Atmosphere/atmosphere/actions/workflows/maven.yml/badge.svg?branch=atmosphere-2.7.x)](https://github.com/Atmosphere/atmosphere/actions/workflows/maven.yml)
1612

17-
### Commercial support
18-
19-
Commercial Support is available via [Async-IO.org](http://async-io.org)
13+
Atmosphere 3.0.x on JDK 17 and 21
2014

21-
### To use Atmosphere, add the following dependency:
15+
[![Atmopshere 3.0.x](https://github.com/Atmosphere/atmosphere/actions/workflows/maven.yml/badge.svg?branch=main)](https://github.com/Atmosphere/atmosphere/actions/workflows/maven.yml)
2216

23-
Support for Jakarta EE (`jakarta.*`) is available with Atmosphere 3.0.0 (requires JDK 11 or newer):
17+
### Commercial support
18+
Commercial Support is available via [Async-IO.org](http://async-io.org)
2419

20+
### To use Atmosphere, add the following dependency:
2521
```xml
2622
<dependency>
2723
<groupId>org.atmosphere</groupId>
28-
<artifactId>atmosphere-runtime</artifactId>
29-
<version>3.0.10</version>
24+
<artifactId>atmosphere-{atmosphere-module}</artifactId>
25+
<version>2.7.14</version>
3026
</dependency>
3127
```
32-
33-
For Java EE (`javax.*`), use Atmosphere 2.7.x (requires JDK 8 or newer):
34-
28+
Support for Jakarta EE (`jakarta.*`) is available with Atmosphere 3.0.0
3529
```xml
3630
<dependency>
3731
<groupId>org.atmosphere</groupId>
38-
<artifactId>atmosphere-{atmosphere-module}</artifactId>
39-
<version>2.7.14</version>
32+
<artifactId>atmosphere-runtime</artifactId>
33+
<version>3.0.10</version>
4034
</dependency>
4135
```
42-
36+
4337
atmosphere-module can be: runtime (main module), jersey, spring, kafka, guice, redis, hazelcast, jms, rabbitmq, jgroups etc. Our official releases are available from Maven Central [download](http://search.maven.org/#search|ga|1|atmosphere).
4438

4539
### Getting started
@@ -70,7 +64,7 @@ For detailed instructions, examples, and advanced configurations, refer to the [
7064
Complete repository of samples [sample](https://github.com/Atmosphere/atmosphere-samples/).
7165

7266
Our Wiki contains [several tutorials](https://github.com/Atmosphere/atmosphere/wiki) for getting started as well as [FAQ](https://github.com/Atmosphere/atmosphere/wiki/Frequently-Asked-Questions). You can also browse the framework's [Javadoc](http://atmosphere.github.io/atmosphere/apidocs/) for Server Components, and [atmosphere.js](https://github.com/Atmosphere/atmosphere/wiki/atmosphere.js-API) for Client Components.
73-
67+
Z
7468
#### Supported Atmosphere Versions
7569

7670
Atmosphere 2.7.x requires JDK 8 or 11. Atmosphere 3.0.x requires JDK 11.

0 commit comments

Comments
 (0)