A Java 17 and Jakarta EE 9 baseline for Spring Framework 6

<p>As announced at SpringOne yesterday, Spring Framework 6 and Spring Boot 3 are planned towards a high-end baseline for their general availability in Q4 2022:</p>
<ul>
<li><strong>Java 17+</strong> (from Java 8-17 in… Read more

Similar

Analyzing Java memory usage in a Docker container

A few weeks ago I faced an interesting problem trying to analyze a memory consumption in my Java application (Spring Boot + Infinispan) running under Docker. The Xmx parameter was set to 256m, but the Docker monitoring tool displayed almost two...

Read more »