Return-Path: Delivered-To: apmail-mina-dev-archive@www.apache.org Received: (qmail 51636 invoked from network); 13 Nov 2006 19:32:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Nov 2006 19:32:36 -0000 Received: (qmail 26719 invoked by uid 500); 13 Nov 2006 19:32:44 -0000 Delivered-To: apmail-mina-dev-archive@mina.apache.org Received: (qmail 26675 invoked by uid 500); 13 Nov 2006 19:32:44 -0000 Mailing-List: contact dev-help@mina.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mina.apache.org Delivered-To: mailing list dev@mina.apache.org Received: (qmail 26659 invoked by uid 500); 13 Nov 2006 19:32:44 -0000 Delivered-To: apmail-directory-mina-dev@directory.apache.org Received: (qmail 26654 invoked by uid 99); 13 Nov 2006 19:32:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Nov 2006 11:32:44 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [207.190.94.33] (HELO gadget.mwt.net) (207.190.94.33) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Nov 2006 11:32:30 -0800 Received: from 192.168.1.8 (dsl-67-41.westby.mwt.net [207.190.67.41]) by gadget.mwt.net (8.13.6/8.12.11) with ESMTP id kADJW4Hx024879; Mon, 13 Nov 2006 13:32:08 -0600 Subject: netty 2, Mina, & OSGi From: "John E. Conlon" Reply-To: jconlon@verticon.com To: dev@mina.apache.org Cc: mina-dev@directory.apache.org In-Reply-To: <768dcb2e0611062210p614659d4hbdb54de3816c9d67@mail.gmail.com> References: <9f066ee90611061719p3edd5b7bt906ce8917e602bfc@mail.gmail.com> <768dcb2e0611062210p614659d4hbdb54de3816c9d67@mail.gmail.com> Content-Type: text/plain Organization: Verticon, Inc. Date: Mon, 13 Nov 2006 13:32:04 -0600 Message-Id: <1163446324.5440.38.camel@trout> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 (2.0.2-27.rhel4.6) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Am working on an integration-osgi project for mina. It's simply a pom.xml that wraps classes from mina into a OSGi jar/bundle. While analyzing the created bundle I noticed a problem where there were unresolved references to a deprecated package [org.apache.mina.protocol] by classes within transient dependent jars. One of the jars I was wrapping was the mina-filter-codec-netty-1.1.0- SNAPSHOT.jar. While I have not looked at the net.gleamynode source code the analysis tool is showing that these references are coming from a transient dep and its package net.gleamynode.netty2.mina. One way to solve the problem is to just not wrap the mina-filter-codec- netty-1.1.0-SNAPSHOT.jar. Is this an acceptable solution? thanks for the feedback, I hope to commit this project to my sandbox latter today. (sorry if you receive two copies of this message but sent it earlier to dev@mina.apache.org it did get resent to me. Now cced to mina-dev@directory.apache.org) John On Tue, 2006-11-07 at 15:10 +0900, Trustin Lee wrote: > On 11/7/06, Mark Webb wrote: > > > > 2 questions > > > > 1. I read on different sites/forums that Netty2 is/being deprecated. > > If this is the case, I wonder why it is still part of Mina. I have > > only read the history of Netty and have not been involved with its > > development, so I hope I am not offending people by asking this. > > > Netty is not a part of MINA. MINA just provides a bridge for Netty codecs. > That's all. > > 2. If it will remain a necessary library requirement for Mina, where > > can I download Netty from? > > > You don't need to download it if you have any existing Netty codec. It's > absolutely optional. > > Trustin