Aaron Asch
Aaron Asch
Simply adding support for the Snowflake driver. I hope I added the dependency correectly.
https://github.com/spring-projects/spring-modulith/blob/c5f73e675d74c7a40d68957ca56be35d4d2c8ea3/spring-modulith-events/spring-modulith-events-core/src/main/java/org/springframework/modulith/events/core/DefaultEventPublicationRegistry.java#L104-L105 The markCompleted method of DefaultEventPublicationRegistry is invoked in a MethodInterceptor defined in CompletionRegisteringAdvisor, which intercepts the event handler method, invokes it, then calls the EventPublicationRegistry's markCompleted method to mark...