Actually I’m a bit confused now how is TomEE 8.0.0-M3 the only version listed on start.microprofile.io <http://start.microprofile.io/>? How can that be? As far as I know TomEE 8 was never Java EE 8 certified. Also did TomEE 9.x never claim MP 5.0 compatibility?
On a second look this website even looks a bit abandoned to me, the copyright notice says 2019 and it does not list any Microprofile versions newer than 5.0 > On 21. Oct 2024, at 19:13, David Blevins <dblev...@tomitribe.com> wrote: > > Going to 7 would make the most sense. Note, though, we won't be able to > claim Microprofile 7 compliance and be listed in on microprofile.io > <http://start.microprofile.io/> as we're not Jakarta EE 10 Core profile > certified. Unfortunately that's a requirement. > > > -David > > >> On Oct 21, 2024, at 12:27 AM, Markus Jung <ju...@apache.org> wrote: >> >> 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 >> >