Spring Modulith 1.4 M3, 1.3.4, and 1.2.10 released
I am happy to announce the availability of Spring Modulith 1.4 M3, 1.3.4, and 1.2.10. While the latter contain a few bug fixes and the usual dependency upgrades to the latest Spring Boot releases, the milestone also includes a few new features:
- Integration tests using
@ApplicationModuleTest
can now consume bean instances of classes declared in test sources. (GH-202) - The global
PublishedEvents
instance registered in anApplicationContext
will now be anAssertablePublishedEvents
if AssertJ is on the classpath. (GH-1110) - We fixed a performance regression in
JavaPackage
the erroneously repeatedly recomputed all sub packages. (also fixed in 1.3.4 and 1.2.10, GH-1098) …