Hi, Just for curiosity, I tried tomee with jdk14 (upgrading xbean). I found that the java.security.acl package is removed from jdk14 (https://bugs.openjdk.java.net/browse/JDK-8191138 ) and java.security.acl.Group is referenced in AbstractSecurityService (I don't know if it is used somewhere else).
I've tried to patch it making AbstractSecurityService implement Principal instead of java.security.acl.Group and everything works, at least in my environment, but I don't know about other setups. Is it ok? Care for a PR with this patch? Best regards, Vicente. -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html
