Skip to content

Commit a419cb6

Browse files
committed
Restore references to latest versions.
1 parent 4484d77 commit a419cb6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ The `adapters.xml` file for the *RSS News Demo*, should look like:
6262
```
6363

6464
<i>NOTE: not all configuration options of an Adapter Set are exposed by the file suggested above.
65-
You can easily expand your configurations using the generic template, see the [Java In-Process Adapter Interface Project](https://github.com/Lightstreamer/Lightstreamer-lib-adapter-java-inprocess/tree/v7.4.1#configuration) for details.</i><br>
65+
You can easily expand your configurations using the generic template, see the [Java In-Process Adapter Interface Project](https://github.com/Lightstreamer/Lightstreamer-lib-adapter-java-inprocess#configuration) for details.</i><br>
6666
<br>
67-
Please refer [here](https://lightstreamer.com/docs/ls-server/latest_7_3/General%20Concepts.pdf) for more details about Lightstreamer Adapters.
67+
Please refer [here](https://lightstreamer.com/docs/ls-server/latest/General%20Concepts.pdf) for more details about Lightstreamer Adapters.
6868

6969
#### RSS Reader Configuration
7070

@@ -82,7 +82,7 @@ minNumRunningThreads = 3
8282
#proxyPort = 3128
8383
```
8484

85-
Please refer [here](https://lightstreamer.com/docs/ls-server/latest_7_3/General%20Concepts.pdf) for more details about Lightstreamer Adapters.<br>
85+
Please refer [here](https://lightstreamer.com/docs/ls-server/latest/General%20Concepts.pdf) for more details about Lightstreamer Adapters.<br>
8686

8787

8888
## Install
@@ -91,7 +91,7 @@ If you want to install a version of the *RSS News Demo* in your local Lightstrea
9191

9292
* Download *Lightstreamer Server* (Lightstreamer Server comes with a free non-expiring demo license for 20 connected users) from [Lightstreamer Download page](https://lightstreamer.com/download/), and install it, as explained in the `GETTING_STARTED.TXT` file in the installation home directory.
9393
* Make sure that Lightstreamer Server is not running.
94-
* Get the `deploy.zip` file of the ["Release for Lightstreamer 7.3" release](https://github.com/Lightstreamer/Lightstreamer-example-RSS-adapter-java/releases), unzip it, and copy the `RSSDemo` folder into the `adapters` folder of your Lightstreamer Server installation.
94+
* Get the `deploy.zip` file of the [latest release](https://github.com/Lightstreamer/Lightstreamer-example-RSS-adapter-java/releases), unzip it, and copy the `RSSDemo` folder into the `adapters` folder of your Lightstreamer Server installation.
9595
* [Optional] Customize the logging settings in log4j configuration file: `RSSDemo/classes/log4j2.xml`.
9696
* Launch Lightstreamer Server.
9797
* Test the Adapter, launching the [Lightstreamer - RSS News Demo - HTML Client](https://github.com/Lightstreamer/Lightstreamer-example-RSS-client-javascript) listed in [Clients Using This Adapter](#client-using-this-adapter).
@@ -126,7 +126,8 @@ Assuming Maven is installed and available in your path you can build the demo by
126126

127127
## Lightstreamer Compatibility Notes
128128

129-
- Compatible with Lightstreamer SDK for Java In-Process Adapters version 7.4.x.
129+
- Compatible with Lightstreamer SDK for Java In-Process Adapters since version 8.0.
130+
- For a version of this example compatible with Lightstreamer SDK for Java Adapters versions 7.4.x, please refer to [this tag](https://github.com/Lightstreamer/Lightstreamer-example-RSS-adapter-java/tree/last_for_interface_7.4.x).
130131
- For a version of this example compatible with Lightstreamer SDK for Java Adapters versions 7.0 to 7.3, please refer to [this tag](https://github.com/Lightstreamer/Lightstreamer-example-RSS-adapter-java/tree/last_for_interface_7.3.x).
131132
- For a version of this example compatible with Lightstreamer SDK for Java Adapters version 6.0, please refer to [this tag](https://github.com/Lightstreamer/Lightstreamer-example-RSS-adapter-java/tree/pre_mvn).
132133
- For a version of this example compatible with Lightstreamer SDK for Java Adapters version 5.1, please refer to [this tag](https://github.com/Lightstreamer/Lightstreamer-example-RSS-adapter-java/tree/for_Lightstreamer_5.1).

0 commit comments

Comments
 (0)