Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Feb 13, 2024
1 parent 416514a commit 213e9b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 31 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ jobs:
strategy:
matrix:
java:
- '8'
- '11'
- '17'
- '21'

name: Java ${{ matrix.java }}
steps:
Expand Down
32 changes: 3 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,19 @@
### [Atmosphere Framework](https://github.com/Atmosphere/atmosphere) Extensions and Plugin

You need Atmosphere Runtime version 2.4.0 and higher to use those extension. To install, just do
You need Atmosphere Runtime version 3.0.0 and higher to use those extension. To install, just do

```java
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-{atmosphere-module}</artifactId>
<version>2.6.5</version>
<version>3.0.0</version>
</dependency>
```
Where module can be one of the listed directory above. Client on the module's pom.xml to get the exact artifact name.

![jdk8](https://github.com/Atmosphere/atmosphere-extensions/workflows/jdk8/badge.svg)
![JDK11](https://github.com/Atmosphere/atmosphere-extensions/workflows/JDK11/badge.svg)
![JDK13](https://github.com/Atmosphere/atmosphere-extensions/workflows/JDK13/badge.svg)

For GWT 2.7

```java
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-{atmosphere-module}</artifactId>
<version>2.3.0-GWT27</version>
</dependency>
```

Easiest way to use extensions is by looking at our [Samples](https://github.com/Atmosphere/atmosphere-samples)
or jump directly into the [code](https://github.com/Atmosphere/atmosphere-samplesi/extensions-samples) of the extensions you want to use.

[Javadocs](http://atmosphere.github.io/atmosphere-extensions/apidocs/) and [Getting Started](https://github.com/Atmosphere/atmosphere-extensions/wiki)

If you are an Atmosphere GWT 1.0.x users, The GWT module is deprecated and the final version that can be used with Atmosphere 2.0.x is
```java
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-{gwt-module}</artifactId>
<version>1.1.0.RC5</version>
</dependency>
```
It is strongly recommended to upgrade to the GWT2.0 module.
Easiest way to use extensions is by looking at our [Samples](https://github.com/Atmosphere/atmosphere-samples) or use ChatGPT!

If you are interested, subscribe to our [mailing list](http://groups.google.com/group/atmosphere-framework) for more info! We are on irc.freenode.net under #atmosphere-comet

[![Analytics](https://ga-beacon.appspot.com/UA-31990725-2/Atmosphere/atmosphere-extensions)]

0 comments on commit 213e9b4

Please sign in to comment.