-
Notifications
You must be signed in to change notification settings - Fork 155
EventListener in DelegatingEventExternalizer could not be created - Similar To Issue 973 #1170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I am attaching the project workspace in this issue which is maven based |
both the zip files are the same |
I can't start any of the projects contained in the zip. Please reduce the content of the ZIP as much as possible. And make sure that any simple Maven command ( The exception looks like something is enabling JDK proxying of the |
@odrotbohm thanks for your revert. mvn spring-boot:run does reproduce the error. Please find the attached snapshot of the powershell. I have reduced the file size now. Hope you would be able to extract the file at your end |
I am attaching my workspace over here |
I had the same issue as You mentioned. Try to add
to Your dependencies it works for me. But i didn't find solution. @odrotbohm maybe it will help You with debugging. |
When using Spring Modulith 1.3.3 (starter + events-core + NATS Event) with Spring Boot 3.4.3, the auto-configured DelegatingEventExternalizer instance 'natsEventExternalizer' , continuously receiving EventListenerMethodProcessor can not find the @ApplicationModuleListener annotated method on, resulting in the following stacktrace:
Process finished with exit code 1
The text was updated successfully, but these errors were encountered: