Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreI 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:
@ApplicationModuleTest
can now consume bean instances of classes declared in test sources. (GH-202)PublishedEvents
instance registered in an ApplicationContext
will now be an AssertablePublishedEvents
if AssertJ is on the classpath. (GH-1110)JavaPackage
the erroneously repeatedly recomputed all sub packages. (also fixed in 1.3.4 and 1.2.10, GH-1098)The bugfix releases can be found on Maven Central, the milestone one is available from http://repo.spring.io/milestone. Find more information about the releases in the official change logs for 1.2.10, 1.3.4, and 1.4 M3.