From d350bc5a8a46663fd54d82ba545dcfa5854f66b0 Mon Sep 17 00:00:00 2001 From: Jeanfrancois Arcand Date: Mon, 9 Sep 2024 14:21:15 -0400 Subject: [PATCH] Update README.md --- README.md | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 0aa5ec3c29..18baf34580 100644 --- a/README.md +++ b/README.md @@ -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 org.atmosphere - atmosphere-runtime - 3.0.10 + atmosphere-{atmosphere-module} + 2.7.14 ``` - -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 org.atmosphere - atmosphere-{atmosphere-module} - 2.7.14 + atmosphere-runtime + 3.0.10 ``` - + 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 @@ -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.