Skip to content

Commit d5dd899

Browse files
committed
Limit the scope to Lightstreamer 7.3.
1 parent 42e8fde commit d5dd899

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ The `adapters.xml` file for the *Authentication and Authorization Demo*, should
9494
```
9595

9696
<i>NOTE: not all configuration options of an Adapter Set are exposed by the file suggested above.
97-
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>
97+
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>
9898
<br>
99-
Please refer [here](https://lightstreamer.com/docs/ls-server/latest/General%20Concepts.pdf) for more details about Lightstreamer Adapters.
99+
Please refer [here](https://lightstreamer.com/docs/ls-server/latest_7_3/General%20Concepts.pdf) for more details about Lightstreamer Adapters.
100100

101101
## Install
102102

@@ -105,7 +105,7 @@ If you want to install this Demo in your local Lightstreamer Server, follow thes
105105
* Download Lightstreamer Server (Lightstreamer Server comes with a free non-expiring demo license for 20 connected users) from Lightstreamer Download page,
106106
and install it, as explained in the `GETTING_STARTED.TXT` file in the installation home directory.
107107
* Make sure that Lightstreamer Server is not running.
108-
* Get the `deploy.zip` file from the [latest release](https://github.com/Lightstreamer/Lightstreamer-example-AuthMetadata-adapter-java/releases), unzip it, and copy the `AuthDemo` folder into the `adapters`
108+
* Get the `deploy.zip` file from the ["Release for Lightstreamer 7.3" release](https://github.com/Lightstreamer/Lightstreamer-example-AuthMetadata-adapter-java/releases), unzip it, and copy the `AuthDemo` folder into the `adapters`
109109
folder of your Lightstreamer Server installation.
110110
* Launch Lightstreamer Server.
111111

@@ -136,5 +136,5 @@ Assuming Maven is installed and available in your path you can build the demo by
136136

137137
## Lightstreamer Compatibility Notes
138138

139-
- Compatible with Lightstreamer SDK for Java In-Process Adapters since 7.3.
139+
- Compatible with Lightstreamer SDK for Java In-Process Adapters version 7.3 to 7.4.
140140
- 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-AuthMetadata-adapter-java/tree/first-release).

0 commit comments

Comments
 (0)