Spring Boot 2.0 New Features: Infrastructure Changes

February 13, 2018 · 5 min read – Last updated on October 26, 2019
In my previous post, Spring Boot 2.0 New Features The 3 Most Important Changes You Must Know About, I pointed out the one of the notable changes coming with Spring Boot 2 will be infrastructure updates.

Spring Boot 2.0 New Features: The 3 Most Important Changes You Must Know

January 31, 2018 · 2 min read – Last updated on March 9, 2019
As a Java Developer, you know that a lot had happened last fall Java 9 got released, Spring 5 went GA, Spring Boot saw another four milestone releases.

How to prevent OutOfMemoryError when you use @Async

January 30, 2018 · 6 min read – Last updated on October 26, 2019
Do you use @Async? You’d better watch out, because you might run into OutOfMemoryError unable to create new native thread error just as I did.

How to consume large SQS messages with JMS and Spring Boot

August 11, 2017 · 13 min read – Last updated on March 9, 2019
Spring Boot became ubiquitous in recent years and provided an opinionated way of integrating various pieces of technology.

Introduction to HTTP/2 support in Java 9

June 26, 2017 · 6 min read – Last updated on January 21, 2020
The IETF streaming group approved the HTTP/2 protocol in 2015, sixteen years after HTTP/1.1 had been released.
← Prev
Page 3 of 6
Next →