+1, the only difference between MicroProfile 1.x and 2.x are the few baseline specs inherited from EE7 vs EE8: JAX-RS upgrade, CDI-1.2 vs 2.0, JSON-P 1.0 vs 1.1 and of course JSON-B is new in mp-2.0. All the rest of the microprofile' _own_ specs are identical *right now*. That might change later if we need some EE8 feature in one of the mp spec APIs though.
LieGrue, strub > Am 08.08.2018 um 23:22 schrieb David Blevins <[email protected]>: > >> On Aug 8, 2018, at 1:45 PM, Jonathan Gallimore >> <[email protected]> wrote: >> >> 7.1.x -> EE7, Java 8, MP (not sure what level / specs) >> 8.0.x (Master) -> EE8, Java 8, MP (not sure what level / specs) > > My understanding with the MP version numbers: > > - 7.1.x -> EE7, Java 8, MP 1.x > - 8.0.x (Master) -> EE8, Java 8, MP 2.x > > On MicroProfile itself: currently MicroProfile 1.4 and 2.0 are the same, but > they will likely diverge with some things being 2.0-only due to dependencies > on Java EE 8. The MicroProfile community has chosen to still maintain a 1.x > stream for people on Java EE 7. > > > -David >
