When switching from Java 17 to Java 21 we noticed a big increase in CPU usage on our Google Cloud instances. <img width="1015" alt="Image" src="https://github.com/user-attachments/assets/fd91bb80-3acc-45fa-8663-f09df5c699a2" /> <img width="1015" alt="Image" src="https://github.com/user-attachments/assets/93b8b714-608d-4102-a0bb-4fe1f606bc77" /> The increased usage disappeared again when we disabled the Kubernetes Kit. Apparently, the serialization process of the Kubernetes Kit uses much more computing power with Java 21 than with Java 17. The versions we are using: spring-boot: 3.4.4 vaadin: 24.6.7 kubernetes-kit-starter: 2.4.1 kubernetes: 1.31