TomEE builds running with JDK7

2018-11-06 Thread exabrial12
I'm guessing Maven Central probably recently started requiring vTLS1.2+. Is there a way to add -Dhttps.protocols=TLSv1.2 to the MAVEN_OPTS on the builder? Caused by: javax.net.ssl.SSLException: Received fatal alert: protocol_version at sun.security.ssl.Alerts.getSSLException(Alerts.java:2

Re: TomEE 8 M1 - MP

2018-11-06 Thread Roberto Cortez
In the current state it is a bug. It should be enabled by default, but the app should deploy properly and you should keep access to all the usual stuff: console, docs, etc. I’ll open up an issue. Thank you! Cheers, Roberto > On 5 Nov 2018, at 12:30, j4fm wrote: > > That works. Is this som