The short answer is yes - TomEE 8.0.0 should work fine on Java 11. We definitely want to know about your issue and dig into it.
Can you provide your boot output? I did just double check with a vanilla TomEE 8.0.0 Plus and OpenJDK 11 from AdoptOpenJDK on my Mac here - its booted fine. Output is here: https://gist.github.com/jgallimore/27997af50014229b702cf8b5710563ec I have actually successfully booted TomEE 8 on a self-built JDK 13 as well. I wouldn't expect it to work with apps whose classes are compiled with Java 13 as a target as I suspect that will need an ASM update, but it did boot and run an application. Jon On Tue, Sep 24, 2019 at 9:44 PM Paul Carter-Brown <[email protected]> wrote: > Hi, > > Does tomEE 8.0.0 support OpenJDK 11? I've tried and get errors upon boot. > Will elaborate if it is supposed to support java 11. > > Paul >
