Commit fdd98d5
AMQP-805: protected postProcessMessageBeforeSend
JIRA: https://jira.spring.io/browse/AMQP-805
Fixes #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**
(cherry picked from commit 8e3ec02)1 parent f8de68e commit fdd98d5
File tree
2 files changed
+2
-2
lines changed- spring-rabbit/src/main/java/org/springframework/amqp/rabbit
- log4j2
- logback
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
| 273 | + | |
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
758 | 758 | | |
759 | 759 | | |
760 | 760 | | |
761 | | - | |
| 761 | + | |
762 | 762 | | |
763 | 763 | | |
764 | 764 | | |
| |||
0 commit comments