diff --git a/ci/run_tests_pipeline.yaml b/ci/run_tests_pipeline.yaml
index 69c3653..cc1d618 100644
--- a/ci/run_tests_pipeline.yaml
+++ b/ci/run_tests_pipeline.yaml
@@ -72,8 +72,7 @@ stages:
lfs: false
submodules: false
- template: setup.yaml
- # TODO: remove branch once rd_strip_ilp_sender is merged
- - script: git clone --depth 1 -b rd_strip_ilp_sender https://github.com/questdb/questdb.git ./questdb
+ - script: git clone --depth 1 https://github.com/questdb/questdb.git ./questdb
displayName: git clone questdb
- task: Maven@3
displayName: "Update client version"
diff --git a/examples.manifest.yaml b/examples.manifest.yaml
new file mode 100644
index 0000000..48a9b34
--- /dev/null
+++ b/examples.manifest.yaml
@@ -0,0 +1,133 @@
+- name: ilp-http
+ lang: java
+ path: examples/src/main/java/com/example/sender/HttpExample.java
+ header: |-
+ Java client library [docs](https://questdb.io/docs/reference/clients/java_ilp)
+ and [Maven artifact](https://search.maven.org/artifact/org.questdb/questdb).
+
+ Maven
+ ```
+
+ org.questdb
+ questdb-client
+ 1.0.1
+
+ ```
+
+ Gradle
+ ```
+ compile group: 'org.questdb', name: 'questdb-client', version: '1.0.1'
+ ```
+- name: ilp-http-auth
+ lang: java
+ path: examples/src/main/java/com/example/sender/HttpsAuthExample.java
+ header: |-
+ Java client library [docs](https://questdb.io/docs/reference/clients/java_ilp)
+ and [Maven artifact](https://search.maven.org/artifact/org.questdb/questdb).
+
+ Maven
+ ```
+
+ org.questdb
+ questdb-client
+ 1.0.1
+
+ ```
+
+ Gradle
+ ```
+ compile group: 'org.questdb', name: 'questdb-client', version: '1.0.1'
+ ```
+- name: ilp
+ lang: java
+ path: examples/src/main/java/com/example/sender/BasicExample.java
+ header: |-
+ Java client library [docs](https://questdb.io/docs/reference/clients/java_ilp)
+ and [Maven artifact](https://search.maven.org/artifact/org.questdb/questdb).
+
+ Maven
+ ```
+
+ org.questdb
+ questdb-client
+ 1.0.1
+
+ ```
+
+ Gradle
+ ```
+ compile group: 'org.questdb', name: 'questdb-client', version: '1.0.1'
+ ```
+- name: ilp-auth-tls
+ lang: java
+ path: examples/src/main/java/com/example/sender/AuthTlsExample.java
+ header: |-
+ Java client library [docs](https://questdb.io/docs/reference/clients/java_ilp)
+ and [Maven artifact](https://search.maven.org/artifact/org.questdb/questdb).
+
+ Maven
+ ```
+
+ org.questdb
+ questdb-client
+ 1.0.1
+
+ ```
+
+ Gradle
+ ```
+ compile group: 'org.questdb', name: 'questdb-client', version: '1.0.1'
+ ```
+ auth:
+ kid: admin
+ d: GwBXoGG5c6NoUTLXnzMxw_uNiVa8PKobzx5EiuylMW0
+ addr:
+ host: clever-black-363-c1213c97.ilp.b04c.questdb.net
+ port: 32074
+- name: ilp-auth
+ lang: java
+ path: examples/src/main/java/com/example/sender/AuthExample.java
+ header: |-
+ Java client library [docs](https://questdb.io/docs/reference/clients/java_ilp)
+ and [Maven artifact](https://search.maven.org/artifact/org.questdb/questdb).
+
+ Maven
+ ```
+
+ org.questdb
+ questdb-client
+ 1.0.1
+
+ ```
+
+ Gradle
+ ```
+ compile group: 'org.questdb', name: 'questdb-client', version: '1.0.1'
+ ```
+ auth:
+ kid: testUser1
+ d: GwBXoGG5c6NoUTLXnzMxw_uNiVa8PKobzx5EiuylMW0
+ addr:
+ host: localhost
+ port: 9009
+- name: ilp-from-conf
+ lang: java
+ path: examples/src/main/java/com/example/sender/BasicExample.java
+ header: |-
+ Java client library [docs](https://questdb.io/docs/reference/clients/java_ilp)
+ and [Maven artifact](https://search.maven.org/artifact/org.questdb/questdb).
+
+ Maven
+ ```
+
+ org.questdb
+ questdb-client
+ 1.0.1
+
+ ```
+
+ Gradle
+ ```
+ compile group: 'org.questdb', name: 'questdb-client', version: '1.0.1'
+ ```
+ conf: tcp::addr=localhost:9009;