Modernising the Experiments Project - Containerisation and Code Coverage Improvements
Wow, it’s been over 4 years since the last post in this series. At that point I had hit all the key features that I thought I needed to learn for an upcoming project, and then moved on to other things. Now I’m coming up to some work where I may need this sample application for looking into aspects of OpenTelemetry - so it is time for some updates.
The microprofile-experiments project was really out of date. This PR brings the project up to the latest versions of most dependencies, but also includes some notable improvements.
The PR looks bigger than the changes really are however, mostly due to a combination of the javax
to jakarta
namespace change and the code formatter setup altering the expected import order.