Re: [ANN] First call for 3.5.4 release

2018-05-20 Thread Michael Osipov
Am 2018-05-19 um 23:41 schrieb Stephen Connolly: MNG-6401 if somebody merges before wagon, +1 I have pushed two branches for it now. It passes all ITs locally. Jenkins fails for the TLS issue. Are we good to merge this one? On 19 May 2018 at 17:43, Robert Scholte wrote: What about [MNG-

Re: Build failed in Jenkins: Maven TLP » maven » master #14

2018-05-20 Thread Michael Osipov
Am 2018-05-20 um 22:28 schrieb Sylwester Lachiewicz: Hi, Difference between repo1.maven.org and maven.apache.org is that out site accepts only tlsv1.2 ( https://www.ssllabs.com/ssltest/analyze.html?d=maven.apache.org) where Central now accepts tls 1.0, 1.1, 1.2 https://www.ssllabs.com/ssltest/ana

Re: Build failed in Jenkins: Maven TLP » maven » master #14

2018-05-20 Thread Sylwester Lachiewicz
Hi, Difference between repo1.maven.org and maven.apache.org is that out site accepts only tlsv1.2 ( https://www.ssllabs.com/ssltest/analyze.html?d=maven.apache.org) where Central now accepts tls 1.0, 1.1, 1.2 https://www.ssllabs.com/ssltest/analyze.html?d=repo1.maven.org I think TLSv1.2 can be ena

Re: Build failed in Jenkins: Maven TLP » maven » master #14

2018-05-20 Thread Tibor Digana
Is it build problem or Git problem? My Git 1.9.5 was failing with problem of TLS version too. I upgraded the Git and do not have any problem. Cheers Tibor On Sun, May 20, 2018 at 4:53 PM, Hervé BOUTEMY wrote: > Le dimanche 20 mai 2018, 11:41:18 CEST Michael Osipov a écrit : > > Am 2018-05-19 um

Re: Build failed in Jenkins: Maven TLP » maven » master #14

2018-05-20 Thread Hervé BOUTEMY
Le dimanche 20 mai 2018, 11:41:18 CEST Michael Osipov a écrit : > Am 2018-05-19 um 11:41 schrieb Hervé Boutemy: > > Maven master branch build is failing on ASF Jenkins for one week > > > > looks related to TLS 1.2 only support on https://www.apache.org/, when the > > build is currently done with J

[VOTE] Release Apache Maven Plugin Tools version 3.5.2

2018-05-20 Thread Hervé BOUTEMY
Hi, We solved 4 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317820&version=12342545&styleName=Text There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPLUGIN%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DE

Re: Build failed in Jenkins: Maven TLP » maven » master #14

2018-05-20 Thread Michael Osipov
Am 2018-05-19 um 11:41 schrieb Hervé Boutemy: Maven master branch build is failing on ASF Jenkins for one week looks related to TLS 1.2 only support on https://www.apache.org/, when the build is currently done with JDK 7u80 which has TLS 1.2 disabled by default I tried to enable TLS 1.2 adding

Re: Maven Doxia and minimum Java versions

2018-05-20 Thread Michael Osipov
Am 2018-05-19 um 09:08 schrieb Sylwester Lachiewicz: Hi, i checked doxia-sitetools code and looks it will be possible to replace httpunit with JSoup. We already use Jsoup in other places and only require Java 7. This sounds really promising. I love JSoup, used it already several times. How muc