Containerizing Spring Boot apps with Docker
We continue our series on building Java microservices. In this part, you will find out the easiest way of dockerizing Spring Boot applications without the need for Dockerfile.
JEP 425: Virtual Threads (Preview) in JDK 19
Virtual threads are introduced into the JDK under the auspices of Project Loom. They are aimed at enhancing the performance of concurrent applications while preserving the clarity and simplicity of code writing, debugging, and monitoring....
The value of Linux Server and Linux Cloud support
Open-source nature of Linux enables you to use cutting-edge technologies free-of-charge. But what happens if there is a problem with an OS distribution?
Unveiling Project Leyden
Project Leyden is a new OpenJDK initiative whose goal is to introduce static images to the Java platform. Find out more about its setup and prospects!
Advantages of containers for software development
More and more companies are adopting containerization. Discover 11 reasons you should start using containers right now!
New JEP 428 for structured concurrency
The OpenJDK constantly works on improving the Java language. The new JEP 428: Structured Concurrency, which is now an incubating API, is aimed at simplifying multithreaded programming.