Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 1767 invoked from network); 27 Feb 2008 09:59:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2008 09:59:51 -0000 Received: (qmail 3984 invoked by uid 500); 27 Feb 2008 09:59:44 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 3935 invoked by uid 500); 27 Feb 2008 09:59:44 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 3924 invoked by uid 99); 27 Feb 2008 09:59:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2008 01:59:44 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of pzfreo@gmail.com designates 72.14.252.154 as permitted sender) Received: from [72.14.252.154] (HELO po-out-1718.google.com) (72.14.252.154) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2008 09:59:08 +0000 Received: by po-out-1718.google.com with SMTP id y22so517997pof.3 for ; Wed, 27 Feb 2008 01:59:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=s1LD+MUBrzH4Iuan5E/iiiukBXqsAsGhJowUG2RWWDA=; b=sTNrI/CfaWmr9uQ7bNEpLcqcw7XwQ9kFgVDmHyBKv7cYCqdSmhENd2qD6zn4WtjvzJP+OBag4Id77TmkAxSfkrTeKAtbMqyh0jZFuqutOh7l+x3ZRVGfJf0Y2YtbnV4aYyoIb3nIsaC2uC4bntzX0miq8jSfIUG+0MCQY5ngNkM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PSVmGZLkVySNoUcZwyRsEuvmLelBgiy0b3fOgq/L5ervQA1j98KpQxLx1etyNviDeS9A1QEfmCbDnY/vou25jVFdBHkaC8AmuPxtIFEZbqQFbO4y/7sTQk0r5vnb2avNqTCnYzuy2EOltKXu1pWLrkx94mGI4eeSM7kV/IJWkx8= Received: by 10.141.154.5 with SMTP id g5mr4306854rvo.290.1204106357938; Wed, 27 Feb 2008 01:59:17 -0800 (PST) Received: by 10.140.133.10 with HTTP; Wed, 27 Feb 2008 01:59:17 -0800 (PST) Message-ID: <88f5d710802270159r5412f249j7c9e7595ad902256@mail.gmail.com> Date: Wed, 27 Feb 2008 09:59:17 +0000 From: "Paul Fremantle" To: axis-user@ws.apache.org Subject: Re: [Axis2] Moving Axis2 code base into JDK 1.5 Cc: "axis-dev@ws.apache.org" In-Reply-To: <47C502FF.8030401@sosnoski.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47C4E3CD.9040006@opensource.lk> <47C502FF.8030401@sosnoski.com> X-Virus-Checked: Checked by ClamAV on apache.org My concern is that I think there has been a lot of work done since the last release and the JDK1.4 users will never get that benefit. So - how about this for a plan. Release 1.4 asap based on JDK 1.4. Then do a 1.5 release *very soon after* based on JDK1.5. That way even the names match :) Axis2 1.4 can be the last major release targeted at JDK1.4. As for 1.5, I think in fact it will need two releases - once we start targeting 1.5 we probably need to do some 1.5 specific stuff like generating code that takes advantage of generics. Paul On Wed, Feb 27, 2008 at 6:28 AM, Dennis Sosnoski wrote: > From my experiences working with companies moving to Axis2 I'd say > about half are still using JDK 1.4. If they can't count on that support > being maintained I think they're likely to reconsider adopting Axis2. > Just having an archived 1.3 version of Axis2 won't be enough to convince > them, unless they're already committed to moving to JDK 1.5 anyway. > > It seems like bad timing to give up one of the major advantages of Axis2 > over the Glassfish code and such. So -0 from me. > > - Dennis > > -- > Dennis M. Sosnoski > SOA and Web Services in Java > Axis2 Training and Consulting > http://www.sosnoski.com - http://www.sosnoski.co.nz > Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117 > > > > > > Deepal Jayasinghe wrote: > > Hi all , > > > > As you might remember few months back Glen asked the list about moving > > to JDK 1.5 and I think we got very positive feedback. So I thought of > > asking again and change the code to work with JDK 1.5 . The main > > reason behind sending this mail is due the dependency we have for > > annogen. As I can see that project is dead one and there is no > > development happening so I do not think it is a good idea to depend on > > such a project. In the meantime we have few issues with annogen as > > well ,first inner class problem (I have locally fixed that both in > > Axis2 and Annogen will commit soon) , second is the final class > > problem. I request a release from annogen after the changes that Dims > > did , but we did not get any reply so far. > > > > We all know that we get better annotation support from JDK 1.5 so if > > we move to JDK 1.5 we can get rid of the annogen dependency and we can > > just use JDK for annotation processing. Other problem is generic > > support , if we move to JDK 1.5 we can have generic support in our > > POJOs. In addition to POJO we can get better concurrent support in > > JDK 1.5 as well. > > > > So if we move to JDK 1.5 we can get better support , and I do not > > think any advantage of staying in 1.4 . If some user want to use Axis2 > > in JDK 1.4 they can happily use Axis2 1.3 , which is very stable > > version and working fine in 1.4 and 1.5. > > > > If any user or developers have any concern on moving to JDK 1.5 please > > come forward and reply to this mail that will be very helpful for all > > of us. > > > > Here is my +1 for moving to JDK 1.5 to and release Axis2 1.4 in JDK 1.5 > > > > Thank you, > > Deepal > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org > > For additional commands, e-mail: axis-user-help@ws.apache.org > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-user-help@ws.apache.org > > -- Paul Fremantle Co-Founder and VP of Technical Sales, WSO2 OASIS WS-RX TC Co-chair blog: http://pzf.fremantle.org paul@wso2.com "Oxygenating the Web Service Platform", www.wso2.com --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org