This Week in Spring - June 14th, 2016
Welcome to another installment of This Week in Spring! This week I'm in London and Amsterdam (for the epic GOTO Amsterdam conference as well as the JDriven meetup and the Dutch Spring User Group). We've got a lot to cover, as usual, so let's get to it!
- Spring framework 4.3, packed with all sorts of niceties, is now available. This release provides all sorts of cool updates to various libraries (Hibernate ORM, Jackson, Netty, Undertow, Tomcat) and supports two features I'm quite excited about: auto-injection in constructors of Spring managed components whose parameters are unambiguously resolved by other types in the application context and the ability to inject types into a
@Configuration
-class's constructor. - Marius Bogoevici just announced a critical update to Spring Cloud Stream, 1.0.2.RELEASE, is now available for immediate use
- the good Dr. David Syer posted the second in a series of posts looking at the reactive programming landscape…