Commit 65cbef0
fix(core): handle overloaded typical Java methods in annotation scan (#1524)
* fix(core): handle overloaded typical Java methods in annotation scan
* refactor(core): use ReflectionsUtils from Spring to find user declared methods when scanning a class for methods
Co-authored-by: Timon Back <timonback@users.noreply.github.com>
---------
Co-authored-by: David Müller <david.mueller@codecentric.de>
Co-authored-by: Timon Back <timonback@users.noreply.github.com>1 parent 56adb40 commit 65cbef0
File tree
2 files changed
+40
-16
lines changed- springwolf-core/src
- main/java/io/github/springwolf/core/asyncapi/scanners/common/annotation
- test/java/io/github/springwolf/core/asyncapi/scanners/common/annotation
2 files changed
+40
-16
lines changedLines changed: 1 addition & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| |||
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | 74 | | |
83 | 75 | | |
84 | 76 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | 77 | | |
Lines changed: 39 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
158 | 182 | | |
159 | 183 | | |
160 | 184 | | |
| |||
165 | 189 | | |
166 | 190 | | |
167 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
168 | 207 | | |
169 | 208 | | |
170 | 209 | | |
| |||
0 commit comments