Commit 1bcbeb3
committed
Remove listenerScope field override in annotation processors
This commit fixes the case where SpEL expressions using the `__listener.`
bean ref were failing due to the concrete impls of the
`AbstractPulsarAnnotationsBeanPostProcessor` hiding/overriding their
parent's `listenerScope` field by removing the `listenerScope` field from
the following concrete impls:
- PulsarListenerAnnotationBeanPostProcessor
- ReactivePulsarListenerAnnotationBeanPostProcessor
Fixes #1169
Signed-off-by: Chris Bono <[email protected]>1 parent b45b9eb commit 1bcbeb3
File tree
2 files changed
+0
-4
lines changed- spring-pulsar-reactive/src/main/java/org/springframework/pulsar/reactive/config/annotation
- spring-pulsar/src/main/java/org/springframework/pulsar/annotation
2 files changed
+0
-4
lines changedLines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
113 | 111 | | |
114 | 112 | | |
115 | 113 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
110 | 108 | | |
111 | 109 | | |
112 | 110 | | |
| |||
0 commit comments