1. Spring and Java
>> JEP 401: Primitive Objects (Preview) [openjdk.java.net]
Efficiency or abstraction? Pick two! – the proposal for user-defined primitive objects for Java and JVM. Good stuff coming.
>> What’s new in JDK 16 for ZGC [malloc.se]
Squeezing the last bit of performance for ZGC in Java 16 – introducing sub-millisecond max pause times and in-place relocations.
>> Kicking Spring Native’s tires [blog.frankel.ch]
And the first look at native images for Spring Boot – using a non-trivial application to demonstrate the great Spring-GraalVM integration.
Also worth reading:
- >> Always Name Your Thread Pools [techblog.bozho.net]
- >> JDK 16 Security Enhancements [seanjmullan.org]
- >> Coroutine based Spring boot webflux application [allandsundry.com]
- >> Project reactor and Caching with Caffeine [allandsundry.com]
Webinars and presentations:
- >> A Bootiful Podcast: fellow Java champion and legend Angie Jones [spring.io]
- >> Enabling Java: Windows on Arm64 – A Success Story! [infoq.com]
- >> Bootiful Cassandra with DataStax’s Patrick McFadin, Cedrick Lunven, and Spring’s Josh Long [spring.io]
Time to upgrade:
- >> Spring Boot 2.5.0-M3 and 2.4.4 are available now [spring.io]
- >> Hibernate ORM 5.4.30.Final released [in.relation.to]
- >> Spring Cloud 2020.0.2 (aka Ilford) Is Available [spring.io]
- >> Spring Batch 4.3.2 and 4.2.6 available now [spring.io]
- >> Spring Integration 5.5 M3 & 5.4.5 Available [spring.io]
- >> Spring Cloud AWS 2.3 is now available [spring.io]
- >> Spring Tools 4.10.0 released [spring.io]
2. Technical
>> Optimistic vs. Pessimistic Locking [vladmihalcea.com]
Evaluating the optimistic and pessimistic concurrency models from the perspective of different anomalies!
Also worth reading:
- >> Thinking in Questions with SQL [benjiweber.co.uk]
- >> 11 Years Prime Factors Kata [blog.code-cop.org]
- >> Rewriting the Technical Interview [aphyr.com]
3. Musings
>> Happy 15th Birthday Amazon S3 [allthingsdistributed.com]
The service that started AWS – Amazon’s CTO reflects on the challenges that triggered the creation of S3.
Also worth reading:
- >> Agile Toolbox: 10-minute story time [blog.codecentric.de]
- >> Scaling Revenue & Growth Tooling [netflixtechblog.com]
4. Comics
And my favorite Dilberts of the week:
>> Tina Asks For Help [dilbert.com]
>> Because Of The Pandemic [dilbert.com]
>> Mask During Zoom [dilbert.com]
5. Pick of the Week
Spring has been the way to go to build a web application in the Java ecosystem for almost two decades at this point. Adding Kotlin into the mix, along with Java, can be quite powerful.
The interoperability between Kotlin and Java is a no-brainer – making incremental, small steps very easy to do.
Here’s a great starting point to explore the language:
>> Getting Started with Kotlin
And, for a deep dive into Kotlin with Spring, definitely have a look at the official (and ongoing) ‘Spring time in Kotlin‘ video series here.
Enjoy.