-
-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,8 @@ jobs: | |
strategy: | ||
matrix: | ||
java: | ||
- '8' | ||
- '11' | ||
- '17' | ||
- '21' | ||
|
||
name: Java ${{ matrix.java }} | ||
steps: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)] |