Welcome to another installment of This Week in Spring! This week I'm in Shanghai, China and Hangzhou, China where I spoke at the ginormous Huawei Connect conference in Shanghai and where I'll be working with Alibaba and Huawei for a week or so. I'll also be speaking at the Hangzhou Java User Group, too.
(Can you believe we're already in September?? Seriously blown away! 2017 is just around the corner!)
I'm also, technically, on vacation, so I'll keep this post to a minimum! :)
- Spring REST Docs lead Andy Wilkinson has just announced Spring REST Docs 1.1.2
- Spring Security ninja Joe Grandja just announced a very important fix for Spring Security OAuth 2
- Spring ninja Stéphane Nicoll put together a very interesting article on how to write a custom spring Boot test slice
- our buddy Eugene is back at it again, with updates to his guide on using Spring Cloud's Netflix Hystrix support
- learn more about Spring Cloud's Config Server in this nice post from Ian Collington.
- I love this Forbes.com interview with Paul Maritz (Pivotal's founding CEO, current-chairman, former top Microsoft executive, and former VMWare CEO on his dreams
- I'm honored to be included on a TechBeacon roundup of Java folks in the Twitterverse you might like to follow. The list is pretty good. About half of those people are definitely worth a follow, so check it out!
- I did a Chinese-language interview with InfoQ on microservices and cloud-native applications
- this isn't a Pivotal project, per se, but I thought it interesting; Netflix's just announced a new tool called NDBench Runner that helps to benchmark data stores
- This is interesting: a thin JavaScript library called Hybind to bind to Spring Data REST / HATEOAS hypermedia resources
- The Baeldung blog has a nice post on setting up Swagger with a Spring REST API
- There are multiple ways to acheive CORS in a Spring MVC application. If you're using an older variant of Spring MVC, before Spring Framework 4.2, then this post on creating a
javax.servlet.Filter
will work ideally. Otherwise, check out this Spring guide on CORS and this Spring announcement blog
- wow! this is an exhaustive look at Spring Boot's Actuator on the Dinesh on Java blog.