Re: @Transactional annotation in dropwizard-hibernate bundle

2018-04-11 Thread Artem Prigoda
Hi, You can use UnitOfWorkAwareProxyFactory . It's designed to work outside of Jersey, and uses AspectJ to generate a proxy around a method with a

Re: Problem with SSL certificate TLS_RSA_WITH_AES_128_CBC_SHA

2018-04-11 Thread Artem Prigoda
Hi Aaron, I believe if supportedCipherSuites is not empty, then excludedCipherSuites filters the listed suites. If it's empty, excludedCipherSuites filters out all the available suites in the JVM. Please enable debug logging in your app and check the logs for lines "Selected Protocols ... " and