Tim Sparg
Tim Sparg
Adding `spring-boot-starter-data-jpa` dependency stops `@ApplicationModuleListener` receiving events
when I add `@Transactional` then it works. ``` @Transactional @Scheduled(timeUnit = TimeUnit.SECONDS, fixedRate = 5) public void fireEvents() { System.out.println("firing event"); publisher.publishEvent(new CustomEvent()); } ``` In hindsight when I look...
Adding `spring-boot-starter-data-jpa` dependency stops `@ApplicationModuleListener` receiving events
Hi Oliver, Apologies for the delayed response, I was on holiday 🙂 I've created the a repo where I replicated the above. https://github.com/timothysparg/sm-477 If you run that app without any...
Adding `spring-boot-starter-data-jpa` dependency stops `@ApplicationModuleListener` receiving events
> As far as I understood it, as long as you don't add a database starter to your Modulith project, Modulith won't try to persist your events and thus no...
Just tried to send an email to [email protected] and it now bounces back as undeliverable
@eliasds your clientid and secret are exposed here - you probably want to invalidate those
neat - thanks for the tip, worked perfectly 🙂 Yep, I definitely get that that there are instances where the Iterable variants are sensible. I can see this type of...