Skip to content

Commit a5799f5

Browse files
authored
Update README.md
1 parent c66129f commit a5799f5

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

README.md

+15-14
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ 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 23
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+
913
Atmosphere 2.7.x on JDK 8 up to 23
1014

1115
[![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)
1216

13-
Atmosphere 3.0.x on JDK 17 and 23
14-
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)
1617

1718
### Commercial support
1819
Commercial Support is available via [Async-IO.org](http://async-io.org)
@@ -21,21 +22,26 @@ Commercial Support is available via [Async-IO.org](http://async-io.org)
2122
```xml
2223
<dependency>
2324
<groupId>org.atmosphere</groupId>
24-
<artifactId>atmosphere-{atmosphere-module}</artifactId>
25-
<version>2.7.15</version>
25+
<artifactId>atmosphere-runtime</artifactId>
26+
<version>3.0.12</version>
2627
</dependency>
2728
```
28-
Support for Jakarta EE (`jakarta.*`) is available with Atmosphere 3.0.0
29+
or
2930
```xml
3031
<dependency>
3132
<groupId>org.atmosphere</groupId>
32-
<artifactId>atmosphere-runtime</artifactId>
33-
<version>3.0.11</version>
33+
<artifactId>atmosphere-{atmosphere-module}</artifactId>
34+
<version>2.7.15</version>
3435
</dependency>
3536
```
3637
3738
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).
3839

40+
### Official Documentation
41+
Complete repository of samples [sample](https://github.com/Atmosphere/atmosphere-samples/).
42+
43+
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.
44+
3945
### Getting started
4046
Here's how to get your first Atmosphere project off the ground.
4147

@@ -59,12 +65,7 @@ Your web client will need to establish a connection to your server. You can crea
5965
Once you've got the basics down, explore the full range of Atmosphere's capabilities to create more sophisticated real-time applications.
6066

6167
For detailed instructions, examples, and advanced configurations, refer to the [official Atmosphere tutorial](https://www.async-io.org/tutorial.html).
62-
63-
### Official Documentation
64-
Complete repository of samples [sample](https://github.com/Atmosphere/atmosphere-samples/).
65-
66-
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.
67-
Z
68+
Z
6869
#### Supported Atmosphere Versions
6970

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

0 commit comments

Comments
 (0)