Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand authored Sep 9, 2024
1 parent 1529409 commit d350bc5
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,34 @@ The Atmosphere Framework works on all Servlet based servers, [Spring Boot](https

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

Atmosphere 3.0.x on JDK 17 and 21

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

Atmosphere 2.7.x on JDK 8 up to 21

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

### Commercial support

Commercial Support is available via [Async-IO.org](http://async-io.org)
Atmosphere 3.0.x on JDK 17 and 21

### To use Atmosphere, add the following dependency:
[![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)

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

### To use Atmosphere, add the following dependency:
```xml
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-runtime</artifactId>
<version>3.0.10</version>
<artifactId>atmosphere-{atmosphere-module}</artifactId>
<version>2.7.14</version>
</dependency>
```

For Java EE (`javax.*`), use Atmosphere 2.7.x (requires JDK 8 or newer):

Support for Jakarta EE (`jakarta.*`) is available with Atmosphere 3.0.0
```xml
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-{atmosphere-module}</artifactId>
<version>2.7.14</version>
<artifactId>atmosphere-runtime</artifactId>
<version>3.0.10</version>
</dependency>
```

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).

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

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.

Z
#### Supported Atmosphere Versions

Atmosphere 2.7.x requires JDK 8 or 11. Atmosphere 3.0.x requires JDK 11.
Expand Down

0 comments on commit d350bc5

Please sign in to comment.