Test failure for roller-5.2.3 using Java 7

2019-06-08 Thread sebb
mvn clean install fails with: Tests in error: RomeFeedFetcherTest.testFetchFeed:56 » Fetcher Error fetching subscription - h... RomeFeedFetcherTest.testFetchFeedConditionally:76 » Fetcher Error fetching sub... SingleThreadedFeedUpdaterTest.testUpdateSubscription:67 » Updater Error fetchi...

Re: Test failure for roller-5.2.3 using Java 7

2019-06-08 Thread Dave
Thanks for the report Sebb. It appears that the problem is that the test is attempting to fetch an RSS feed from a website that uses TLS 1.2 and older versions of Java 1.7 do not support TLS 1.2. That's why this error appears in roller.log: javax.net.ssl.SSLException: Received fatal alert: pro

Re: Test failure for roller-5.2.3 using Java 7

2019-06-09 Thread sebb
On Sat, 8 Jun 2019 at 19:12, Dave wrote: > > Thanks for the report Sebb. > > It appears that the problem is that the test is attempting to fetch an RSS > feed from a website that uses TLS 1.2 and older versions of Java 1.7 do not > support TLS 1.2. That's why this error appears in roller.log: > >

Re: Test failure for roller-5.2.3 using Java 7

2019-06-09 Thread Dave
I just pushed a fix that skips these tests on Java 1.7. Dave On Sun, Jun 9, 2019 at 4:22 AM sebb wrote: > On Sat, 8 Jun 2019 at 19:12, Dave wrote: > > > > Thanks for the report Sebb. > > > > It appears that the problem is that the test is attempting to fetch an > RSS > > feed from a website th