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
JIRA: https://jira.spring.io/browse/AMQP-805Fixes#722
The `AmqpAppender.postProcessMessageBeforeSend()` is `public`
and uses a `protected` `Event` API.
This combination is useless when we use it from outside call and
also it is clashes with Kotlin
* Make `postProcessMessageBeforeSend()` as `protected` because
it's never been designed for public usage.
**Cherry-pick to 2.0.x, master**
0 commit comments