Return-Path: X-Original-To: apmail-xmlgraphics-general-archive@www.apache.org Delivered-To: apmail-xmlgraphics-general-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A7E93182B0 for ; Thu, 17 Mar 2016 14:00:21 +0000 (UTC) Received: (qmail 20508 invoked by uid 500); 17 Mar 2016 14:00:21 -0000 Mailing-List: contact general-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@xmlgraphics.apache.org Delivered-To: mailing list general@xmlgraphics.apache.org Received: (qmail 20497 invoked by uid 99); 17 Mar 2016 14:00:21 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Mar 2016 14:00:21 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 7D9B21804AF for ; Thu, 17 Mar 2016 14:00:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.722 X-Spam-Level: X-Spam-Status: No, score=-0.722 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id xYFYpP7J7Iwi for ; Thu, 17 Mar 2016 14:00:15 +0000 (UTC) Received: from BLU004-OMC4S26.hotmail.com (blu004-omc4s26.hotmail.com [65.55.111.165]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTPS id 7E53C5F19B for ; Thu, 17 Mar 2016 14:00:15 +0000 (UTC) Received: from BLU436-SMTP211 ([65.55.111.137]) by BLU004-OMC4S26.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Thu, 17 Mar 2016 07:00:09 -0700 X-TMN: [Acs40a2U+IJlRmmOxCJhofghS5kLBa33] X-Originating-Email: [bowditch_chris@hotmail.com] Message-ID: Subject: Re: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk To: general@xmlgraphics.apache.org References: From: Chris Bowditch Date: Thu, 17 Mar 2016 14:00:04 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 17 Mar 2016 14:00:06.0621 (UTC) FILETIME=[4F9538D0:01D18055] Thanks Glenn. I'm not worried about this as I just changed the maven runner to use 1.7 and left the project language level as 1.6, which also worked. +1 for the merge Chris On 17/03/2016 12:08, Glenn Adams wrote: > This problem is apparently caused by a higher security level for SSL on > repository.apache.com that is normally handled by JDK 1.6 (unlimited > security), which turns out to not really by unlimited. See [1] as pointed > out by Simon. > > [1] https://issues.apache.org/jira/browse/INFRA-10298 > > I fixed this on my local machine by installing bouncy castle as described > in [2], except I used: > > Here are the steps I took using Java 1.6.0_65-b14-462 on Mac OSC 10.7.5 >> 1) Download these jars: >> bcprov-jdk15on-152.jar >> >> bcprov-ext-jdk15on-152.jar >> 2) move >> these jars to $JAVA_HOME/lib/ext >> 3) edit $JAVA_HOME/lib/security/java.security as follows: >> security.provider.1=org.bouncycastle.jce.provider.BouncyCastleProvider >> > For this last line, you may have to tweak the order. I used > security.provider.3. > > [2] > http://stackoverflow.com/questions/6851461/java-why-does-ssl-handshake-give-could-not-generate-dh-keypair-exception > > > > On Thu, Mar 17, 2016 at 5:15 AM, Chris Bowditch > wrote: > >> Sorry been a bit busy, but I get the following error on fresh checkout and >> running install: >> >> Could not transfer artifact >> org.apache.xmlgraphics:fop-util:pom:2.2.0-SNAPSHOT from/to >> apache.snapshots.https ( >> https://repository.apache.org/content/repositories/snapshots): >> java.lang.RuntimeException: Could not generate DH keypair: Prime size must >> be multiple of 64, and can only range from 512 to 1024 (inclusive) -> [Help >> 1] >> >> Simon mentioned I need to change to Java 7 to resolve, but we have not yet >> agreed to upgrade the minimum version. >> >> On 16/03/2016 17:03, Glenn Adams wrote: >> >>> Voting was a bit thin, but there were no objections. Therefore, I will >>> proceed with the merge. >>> >>> On Sat, Mar 12, 2016 at 8:13 PM, Glenn Adams wrote: >>> >>> I would like to start a vote on merging from >>>> xmlgraphics/fop/branches/maven >>>> [1] to trunk [2]. Please respond by Wednesday, 03/16, 1700Z. Lack of a >>>> response will be interpreted as +0. >>>> >>>> [1] http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven/ >>>> [2] http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/ >>>> >>>> The following run without error (on my platform) using both JDK 1.6 and >>>> 1.7: >>>> >>>> - ant -f fop/build.xml clean all checkstyle findbugs >>>> - mvn clean install checkstyle:check findbugs:check -U >>>> >>>> I am using the following tool versions (with JDK 1.6 enabled): >>>> >>>> bash-3.2$ mvn -v >>>> Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; >>>> 2014-12-14T10:29:23-07:00) >>>> Maven home: /opt/local/share/java/maven32 >>>> Java version: 1.6.0_65, vendor: Apple Inc. >>>> Java home: /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home >>>> Default locale: en_US, platform encoding: MacRoman >>>> OS name: "mac os x", version: "10.11.3", arch: "x86_64", family: "mac" >>>> >>>> bash-3.2$ ant -version >>>> Apache Ant(TM) version 1.9.6 compiled on June 29 2015 >>>> >>>> A Jenkins build project is running (without error) at [3], wherein both >>>> checkstyle and findbugs analyses are enabled by default. >>>> >>>> [3] https://builds.apache.org/job/xmlgraphics-fop-maven/ >>>> >>>> Notes: >>>> >>>> >>>> 1. the ant build is run from the fop subdirectory of [1]; >>>> 2. all build artifacts (fop, fop-sandbox, fop-servlet, >>>> fop-transcoder, >>>> fop-transcoder-allinone) have been verified for content; >>>> 3. source code is now distributed between fop-util, fop-events, and >>>> fop-core modules; this was needed to eliminate a circular dependency >>>> between fop and the generation of event infrastructure; i expect some >>>> further fine-tuning to occur here over time; >>>> >>>> >>>> >>>> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org >> For additional commands, e-mail: general-help@xmlgraphics.apache.org >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: general-help@xmlgraphics.apache.org