citrusframework / citrus

Framework for automated integration tests with focus on messaging integration
https://citrusframework.org
Apache License 2.0
445 stars 135 forks source link

json message validator access #1154

Closed bbortt closed 2 months ago

bbortt commented 2 months ago

we have a custom JSON validator and want to construct the error message in the same format as the original: https://github.com/citrusframework/citrus/pull/1154/files#diff-f9be5af8b22ec2ff3b7b516d047768e9d3bdbfaea29748310aaa76ff125b6600R89.

bbortt commented 2 months ago

Many people still use Spring XML bean definitions that use the public setters when adding property settings. I have no strong opinion but this would break peoples XML bean config then in case we change the setters to private visibility

good point!