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
> The newly introduced BDK version 3.0 relies on Java 17 and SpringBoot 3. This is a major change that allows Symphony to continue to propose the latest security fixes following the end of support of Spring Boot 2 and also to keep up with the latest evolutions of Java.
13
+
>
14
+
> For the next 6 months Symphony will provide critical security fixes for BDK 2.0 where possible (since Spring gives no guarantees for their packages).
15
+
>
16
+
> Please consider migrating your Bots in the coming months to benefit from the latest features and support.
17
+
18
+
> [!IMPORTANT]
19
+
> As detailed above, the BDK version 2.0 will stop being supported by Symphony on August 15.
20
+
8
21
The **official** Symphony BDK for Java helps you to create production-grade Chat Bots and Extension Applications on
9
22
top of the [Symphony REST APIs](https://developers.symphony.com/restapi/reference).
Copy file name to clipboardexpand all lines: docs/index.md
+12-15
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,18 @@ nav_order: 1
6
6
7
7
# Symphony BDK Reference Documentation
8
8
9
-
{% hint style="info" %}
10
-
11
-
### BDK version 3.0: Major change !
12
-
13
-
The newly introduced BDK version 3.0 relies on Java 17 and SpringBoot 3. This is a major change that allows Symphony to continue to propose the latest security fixes following the end of support of Spring Boot 2 and also to keep up with the latest evolutions of Java.
14
-
15
-
For the next 6 months Symphony will provide critical security fixes for BDK 2.0 where possible (since Spring gives no guarantees for their packages).
16
-
17
-
Please consider migrating your Bots in the coming months to benefit from the latest features and support.
18
-
19
-
{% endhint %}
20
-
21
-
{% hint style="warning" %}
22
-
As detailed above, the BDK version 2.0 will stop being supported by Symphony on August 15.
23
-
{% endhint %}
9
+
>
10
+
> ### BDK version 3.0: Major change !
11
+
>
12
+
> The newly introduced BDK version 3.0 relies on Java 17 and SpringBoot 3. This is a major change that allows Symphony to continue to propose the latest security fixes following the end of support of Spring Boot 2 and also to keep up with the latest evolutions of Java.
13
+
>
14
+
> For the next 6 months Symphony will provide critical security fixes for BDK 2.0 where possible (since Spring gives no guarantees for their packages).
15
+
>
16
+
> Please consider migrating your Bots in the coming months to benefit from the latest features and support.
17
+
>
18
+
>> ### Note !
19
+
>> As detailed above, the BDK version 2.0 will stop being supported by Symphony on August 15.
20
+
>>
24
21
25
22
This reference guide provides detailed information about the Symphony BDK. It provides a comprehensive documentation
26
23
for all features and abstractions made on top of the [Symphony REST API](https://developers.symphony.com/restapi/reference/introduction).
0 commit comments