Tag

Java 19

1 views collected around this technical thread.

Java Architecture Diary
Java Architecture Diary
Jul 21, 2023 · Backend Development

What’s New in Spring Boot 3.1.2? Key Features, Improvements & Fixes

Spring Boot 3.1.2, released on July 20, 2023, upgrades to Spring Framework 6.0.6, adds Java 19 support, enhances Devtools, Micrometer metrics, REST Docs, and fixes several bugs including MongoDB test failures and Actuator metrics issues, requiring Java 17+.

Java 19MicrometerRelease Notes
0 likes · 2 min read
What’s New in Spring Boot 3.1.2? Key Features, Improvements & Fixes
JD Tech
JD Tech
May 11, 2023 · Fundamentals

Evolution of Java Multithreading: From Manual Gear to Virtual Threads

This article systematically traces the evolution of Java multithreading from the early native Thread model through the introduction of java.util.concurrent and synchronized optimizations to the modern virtual thread era, highlighting key concepts, milestones, and performance impacts.

ConcurrencyJDKJava
0 likes · 19 min read
Evolution of Java Multithreading: From Manual Gear to Virtual Threads