Blog Page 6/44
Move from javax to jakarta with Apache TomEE 9 (Part 1): better jakarta libraries by Romain Manni-Bucau, 2021-01-05
Apache TomEE 9 got released some times ago and enables to code against the new jakarta package. However it comes with some unexpected state regarding its libraries, let’s see how to make it jakarta++.
Why does my Kubernetes HTTP probe fails with a "Broken pipe" exception by Romain Manni-Bucau, 2020-12-08
Kubernetes enables to do rolling updates. For HTTP servers it often relies on HTTP probes but sometimes they fail with a Broken pipe error which is quite unexpected. Let’s see what can be the cause.