Re: [LANG] Travis build is broken

2017-05-17 Thread Pascal Schumacher
Hi everybody, a fast and easy way to run all checks (rat, clirr, javadoc, findbugs, checkstyle) locally is running maven without any goals. Just just run "./mvn" before committing. -Pascal p.s.: @Benedikt: Thank you very much for cutting R2. Am 17.05.2017 um 16:00 schrieb Benedikt Ritter:

Re: [LANG] Travis build is broken

2017-05-17 Thread Gary Gregory
I do not think we have the threading annotations resolved, unless we leave them out for 3.6 which is OK by me. Gary On May 17, 2017 7:00 AM, "Benedikt Ritter" wrote: > Hi everybody, > > This commit [1] broke the Travis build since the Travis build now also > runs windbags and check style (which

[LANG] Travis build is broken

2017-05-17 Thread Benedikt Ritter
Hi everybody, This commit [1] broke the Travis build since the Travis build now also runs windbags and check style (which is a good think, since it means less work for the RM). Please run those reports before committing stuff. I’m going to correct that and then cut RC2 for the 3.6 release. Che