Hey all,
during regular dependabot upgrades I noticed we are already on MP Config
3.1 which is MP 6.1 while everything else is targeting MP 6.0 right now.
Turns out, we have 3 Microprofile versions to choose from we can
implement in TomEE 10 - 7.0, 6.1 and 6.0 as all of them share Jakarta EE
10 as a baseline requirement. TomEE is still not GA so we can still do
bigger changes, this makes me seriously consider if we should just make
the jump to 7.0 right now.
As far as I can tell we need to:
- Upgrade to telemetry 2.0 (was stuck until recently because of OWB-1441)
- Remove MP Metrics
- Upgrade OpenAPI, Rest Client and Fault Tolerance to their newest
implementations
WDYT?
Thanks
Markus