[discovery] including commons-net

2014-02-05 Thread Stefan Egli
Hi all, For implementing SLING-3001 I'd like to include apache's commons-net (3.3) as it contains a nice utility for doing CIDR and mask calculations (SubnetUtils). Any objects? Cheers, Stefan

Re: [discovery] including commons-net

2014-02-05 Thread Stefan Egli
Yes, I'm only using that one atm. So inlining sounds like a good idea! Cheers, Stefan On 2/5/14 12:26 PM, Chetan Mehrotra chetan.mehro...@gmail.com wrote: If you are only going to use SubnetUtils [1] then we can possibly inline it in the bundle as it appears to be not depending on any other

Re: [discovery] including commons-net

2014-02-05 Thread Bertrand Delacretaz
On Wed, Feb 5, 2014 at 1:22 PM, Stefan Egli e...@adobe.com wrote: Yes, I'm only using that one atm. So inlining sounds like a good idea!... I agree, if it's just one class that might be easier. Otherwise from the details that you supplied I'd be ok with adding that bundle. -Bertrand

Re: [discovery] including commons-net

2014-02-05 Thread Stefan Egli
On 2/5/14 2:28 PM, Bertrand Delacretaz bdelacre...@apache.org wrote: On Wed, Feb 5, 2014 at 1:22 PM, Stefan Egli e...@adobe.com wrote: Yes, I'm only using that one atm. So inlining sounds like a good idea!... I agree, if it's just one class that might be easier. I embedded that one class for