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/CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,18 @@ This section includes changes in `spring-cloud-azure-autoconfigure` module.
8
8
#### Bugs Fixed
9
9
- Fix the issue that prevented the `disableChallengeResourceVerification` property of the AKV `SecretClient` to be configured [#36628](https://github.com/Azure/azure-sdk-for-java/pull/36628).
10
10
11
+
### Spring Integration Azure Event Hubs
12
+
This section includes changes in the `spring-integration-azure-eventhubs` module.
13
+
14
+
#### Bugs Fixed
15
+
- Fix NPE in the error handler of `EventHubsInboundChannelAdapter` when `instrumentationManager` or `instrumentationId` is null [#36927](https://github.com/Azure/azure-sdk-for-java/pull/36927).
16
+
17
+
### Spring Integration Azure Service Bus
18
+
This section includes changes in the `spring-integration-azure-servicebus` module.
19
+
20
+
#### Bugs Fixed
21
+
- Fix NPE in the error handler of `ServiceBusInboundChannelAdapter` when `instrumentationManager` or `instrumentationId` is null [#36927](https://github.com/Azure/azure-sdk-for-java/pull/36927).
22
+
11
23
## 5.5.0 (2023-08-28)
12
24
- This release is compatible with Spring Boot 3.0.0-3.1.2. (Note: 3.1.x (x>2) should be supported, but they aren't tested with this release.)
13
25
- This release is compatible with Spring Cloud 2022.0.0-2022.0.4. (Note: 2022.0.x (x>4) should be supported, but they aren't tested with this release.)
Copy file name to clipboardExpand all lines: sdk/spring/spring-integration-azure-eventhubs/src/main/java/com/azure/spring/integration/eventhubs/inbound/EventHubsInboundChannelAdapter.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -209,7 +209,8 @@ public void accept(ErrorContext errorContext) {
Copy file name to clipboardExpand all lines: sdk/spring/spring-integration-azure-servicebus/src/main/java/com/azure/spring/integration/servicebus/inbound/ServiceBusInboundChannelAdapter.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,8 @@ public void accept(ServiceBusErrorContext errorContext) {
0 commit comments