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
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:
>
>
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
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...