This Week in Spring - March 16th, 2021
Hi, Spring fans! Welcome to another installment of This Week in Spring! As usual, we've got a ton of stuff to get to so let's dive right in!
- Announcing Spring Native Beta!. This is by far the most important bit to come out of the last week! There is SO MUCH good stuff to ponder here. Spring Native is a set of hints that help GraalVM's
native-image
facility turn your dynamic Java code into a lightning fast, super lightweight, machine architecture-specific binary that you'll definitely want to invite to your next Docker container party. Tons of stuff just works out of the box. Native compilation is even supported on the Spring Initializr - just addNative
to the selections! You can use@NativeHint
…