This Week in Spring - May 12, 2015
Welcome to another installment of This Week in Spring! This week, I'm in Chicago, IL, for the spectacular GOTO conference, Chicago edition. If you're in the Chicago area, ping me on Twitter (@starbuxman). Cloud Foundry Summit just wrapped today as 1500 people came together to talk about the community and the technology. Spring made a strong showing, even getting a general session shoutout from James Watters for Spring Boot passing 1 Million downloads in April.
Now, without further ado..
- Spring Tool Suite ninja Kris De Volder just announced the new support for editing
.yml
files in STS - this is particularly awesome if you're using Spring Boot! - Spring IO lead and all-around mad-scientist Andy Wilkinson just released the Gradle dependency management plugin 0.5.1.RELEASE. This plugin brings the power of Maven's
dependencyManagement
mechanism to Gradle and makes it easy to create consistent builds. - Spring Integration lead Gary Russell just released Spring AMQP 1.4.5 and 1.5.0-M1. The 1.5 series introduces class-level
@RabbitListener
annotations (not just method-level ones), auto-declared queues and bindings, configurable exchange/routing Key for replies, aRabbitManagementTemplate
…