Move from javax to jakarta with Apache TomEE 9 (Part 3): dockerize it by Romain Manni-Bucau, 2021-01-12

In two previous posts, we migrated an application from javax to jakarta namespace. Now let see how to package it.

Move from javax to jakarta (Part 2): customize your dependencies by Romain Manni-Bucau, 2021-01-07

Moving from jakarta to javax is not always trivial. The most common blocker is a javax 3rd party library. Let see how to solve it.

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++.

Upload a website over FTP using Maven by Romain Manni-Bucau, 2020-12-24

Documentation website are generally static and generated at build time - living doc friendly ;). Let see how to upload such a website on a FTP server using maven.

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.