You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,9 +94,9 @@ The `adapters.xml` file for the *Authentication and Authorization Demo*, should
94
94
```
95
95
96
96
<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>
98
98
<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.
100
100
101
101
## Install
102
102
@@ -105,7 +105,7 @@ If you want to install this Demo in your local Lightstreamer Server, follow thes
105
105
* Download Lightstreamer Server (Lightstreamer Server comes with a free non-expiring demo license for 20 connected users) from Lightstreamer Download page,
106
106
and install it, as explained in the `GETTING_STARTED.TXT` file in the installation home directory.
107
107
* 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`
109
109
folder of your Lightstreamer Server installation.
110
110
* Launch Lightstreamer Server.
111
111
@@ -136,5 +136,5 @@ Assuming Maven is installed and available in your path you can build the demo by
136
136
137
137
## Lightstreamer Compatibility Notes
138
138
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.
140
140
- 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