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: sdk/spring/azure-spring-integration-core/src/main/java/com/azure/spring/integration/core/AzureCheckpointer.java
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,8 @@
12
12
/**
13
13
* Azure implementation for check point callback.
14
14
*
15
-
* @deprecated {@link CompletableFuture} API will be dropped in version 4.0.0, please migrate to reactor API in
16
-
* {@link com.azure.spring.integration.core.api.reactor.AzureCheckpointer}. From version 4.0.0, the reactor API support
17
-
* will be moved to com.azure.spring.messaging.core.checkpoint.AzureCheckpointer.
15
+
* @deprecated {@link CompletableFuture} API will be dropped in version 4.x, please migrate to reactor API in 4.x.
16
+
* The reactor API support will be moved to com.azure.spring.messaging.checkpoint.AzureCheckpointer.
Copy file name to clipboardExpand all lines: sdk/spring/azure-spring-integration-core/src/main/java/com/azure/spring/integration/core/DefaultMessageHandler.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,9 @@
37
37
* It delegates real operation to {@link SendOperation} which supports synchronous and asynchronous sending.
38
38
*
39
39
* @author Warren Zhu
40
-
* @deprecated {@link CompletableFuture} API will be dropped in version 4.0.0, please migrate to reactor API in
40
+
* @deprecated {@link CompletableFuture} API will be dropped in version 4.x, please migrate to reactor API in
41
41
* {@link com.azure.spring.integration.core.api.reactor.DefaultMessageHandler}. From version 4.0.0, the reactor API support
42
-
* will be moved to com.azure.spring.messaging.core.DefaultMessageHandler.
42
+
* will be moved to com.azure.spring.integration.handler.DefaultMessageHandler.
Copy file name to clipboardExpand all lines: sdk/spring/azure-spring-integration-core/src/main/java/com/azure/spring/integration/core/api/BatchSendOperation.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
*
15
15
* @author Warren Zhu
16
16
*
17
-
* @deprecated {@link CompletableFuture} API will be dropped in version 4.0.0, please migrate to reactor API in
17
+
* @deprecated {@link CompletableFuture} API will be dropped in version 4.x, please migrate to reactor API in
18
18
* {@link com.azure.spring.integration.core.api.reactor.BatchSendOperation}. From version 4.0.0, the reactor API support
19
19
* will be moved to com.azure.spring.messaging.core.BatchSendOperation.
Copy file name to clipboardExpand all lines: sdk/spring/azure-spring-integration-core/src/main/java/com/azure/spring/integration/core/api/Checkpointer.java
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,8 @@
9
9
* A callback to perform checkpoint.
10
10
*
11
11
* @author Warren Zhu
12
-
* @deprecated {@link CompletableFuture} API will be dropped in version 4.0.0, please migrate to reactor API in
13
-
* {@link com.azure.spring.integration.core.api.reactor.Checkpointer}. From version 4.0.0, the reactor PAI support will
14
-
* be move to com.azure.spring.messaging.core.checkpoint.Checkpointer.
12
+
* @deprecated {@link CompletableFuture} API will be dropped in version 4.x, please migrate to reactor API in 4.x.
13
+
* The reactor PAI support will be move to com.azure.spring.messaging.checkpoint.Checkpointer.
Copy file name to clipboardExpand all lines: sdk/spring/azure-spring-integration-core/src/main/java/com/azure/spring/integration/core/api/RxSendOperation.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
*
12
12
* @author Warren Zhu
13
13
*
14
-
* @deprecated {@link rx} API will be dropped in version 4.0.0, please migrate to reactor API in
14
+
* @deprecated {@link rx} API will be dropped in version 4.x, please migrate to reactor API in
15
15
* {@link com.azure.spring.integration.core.api.reactor.SendOperation}. From version 4.0.0, the reactor API support will
16
16
* be moved to com.azure.spring.messaging.core.SendOperation.
Copy file name to clipboardExpand all lines: sdk/spring/azure-spring-integration-core/src/main/java/com/azure/spring/integration/core/api/RxSubscribeByGroupOperation.java
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,8 @@
10
10
* Operations for subscribing to a destination with a consumer group in a reactive way.
11
11
*
12
12
* @author Warren Zhu
13
-
* @deprecated {@link rx} API will be dropped in version 4.0.0, please migrate to reactor API in
14
-
* {@link SubscribeByGroupOperation}. From version 4.0.0, the reactor API support will be moved to
Copy file name to clipboardExpand all lines: sdk/spring/azure-spring-integration-core/src/main/java/com/azure/spring/integration/core/api/RxSubscribeOperation.java
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,7 @@
10
10
* Operations for subscribing to a destination in reactive way.
11
11
*
12
12
* @author Warren Zhu
13
-
* @deprecated {@link rx} API will be dropped in version 4.0.0, please migrate to reactor API in
14
-
* {@link SubscribeOperation}. From version 4.0.0, the reactor API support will be moved to
Copy file name to clipboardExpand all lines: sdk/spring/azure-spring-integration-eventhubs/src/main/java/com/azure/spring/integration/eventhub/api/EventHubRxOperation.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@
12
12
*
13
13
* @author Warren Zhu
14
14
*
15
-
* @deprecated {@link rx} API will be dropped in version 4.0.0, please migrate to reactor API in
16
-
* {@link EventHubOperation}. From version 4.0.0, the reactor API support will be moved to
Copy file name to clipboardExpand all lines: sdk/spring/azure-spring-integration-eventhubs/src/main/java/com/azure/spring/integration/eventhub/impl/EventHubRxTemplate.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
* @author Warren Zhu
21
21
* @author Xiaolu Dai
22
22
*
23
-
* @deprecated {@link rx} API will be dropped in version 4.0.0, please migrate to reactor API in
23
+
* @deprecated {@link rx} API will be dropped in version 4.x, please migrate to reactor API in
24
24
* {@link EventHubTemplate}. From version 4.0.0, the reactor API support will be moved to
0 commit comments