-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Closed
Copy link
Labels
ideal-for-user-contributionAn issue that would ideal for a user to get started with contributing.An issue that would ideal for a user to get started with contributing.in: coretype: bug
Milestone
Description
In what version(s) of Spring Integration are you seeing this issue?
5.5.14
Describe the bug
In IntegrationObjectSupport
, most of the properties have public setters (for external configuration) and protected getters. However, the conversionService
property has this reversed: The setter is protected but the getter is public. I am wanting to externally set the conversionService
on a channel adapter (specifically SNS, because I want to customize the JSON formatting but after the adapter has evaluated expressions against the payload POJO), but the property isn't visible unless I subclass it. Based on the other dependency properties, this appears to be a typo in the declarations.
Metadata
Metadata
Assignees
Labels
ideal-for-user-contributionAn issue that would ideal for a user to get started with contributing.An issue that would ideal for a user to get started with contributing.in: coretype: bug