> 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
