[BUG] Azure Service Bus Spring Cloud Stream isolated-object-mapper property #41932
Closed
3 tasks done
Labels
azure-spring
All azure-spring related issues
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Describe the bug
Azure Service Bus for Spring Cloud Stream offers the property
isolated-object-mapper
see here which, at least from what I gather from the property description and available tests regarding this property, should enable a consumer of the library to define their ownObjectMapper
to be used for the ServiceBusMessageConverter in place of a default one.Exception or Stack Trace
To Reproduce
Minimal setup to reproduce
Just run the application and it should fail with the error listed above.
Expected behavior
My expectation would be that when I set
isolated-object-mapper
to false - denoting that I do not want the isolated default to be used - but will instead provide my own ObjectMapper as Bean - this custom ObjectMapper is actually used.Setup (please complete the following information):
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
The text was updated successfully, but these errors were encountered: