-
Notifications
You must be signed in to change notification settings - Fork 32
Home
Here is the place where detailed notes are kept to help you get from the book (based on Spring Boot 2.0.0.M5) to the current state of things (Spring Boot 2.0.0.RC1).
The code base was initial published against Spring Boot 2.0.0.M5. It was upgraded to 2.0.0.RC1. For the changes to make to your own applications, check out the following sections.
-
Spring Cloud - Finchley M6
-
Spring Cloud Stream - Elmhurt M4
In Chapter 10, Take Your App To Production with Spring Boot, Spring Cloud Gateway is introduced. As a lingering side effect of Spring Session being lazy in saving session updates, I wrote a custom Spring Cloud Gateway filter to force the current WebSession
(holder of security context details) before making a remote call (where these security context details MUST exist). Since publication, that bit of code was added to Spring Cloud Gateway, making it unnecessary in the book.
Order your copy now! Also signup for the Learning Spring Boot newsletter and get a FREE E-BOOK.