Re: Finding free ports

2014-06-26 Thread Scott Deboy
, Gary Gregory wrote: >> >>> I got rid of the new finder class in favor of the existing one. If I >>> reuse the one from Mina it does not work due to port range issues. >>> >>> Gary >>> >>> Gary >>> >>> >

Re: Finding free ports

2014-06-26 Thread Gary Gregory
rom Mina it does not work due to port range issues. >> >> Gary >> >> Gary >> >> >> Original message >> From: Matt Sicker >> Date:06/25/2014 11:02 (GMT-05:00) >> To: Log4J Developers List >> Subject: Re: Finding free p

Re: Finding free ports

2014-06-26 Thread Matt Sicker
ssage ---- >> From: Matt Sicker >> Date:06/25/2014 11:02 (GMT-05:00) >> To: Log4J Developers List >> Subject: Re: Finding free ports >> >> I think AvailablePortFinder was a class I copied from Camel. >> >> >> On 24 June 2014 23:24, G

Re: Finding free ports

2014-06-26 Thread Ralph Goers
o port range issues. > > Gary > > Gary > > > Original message > From: Matt Sicker > Date:06/25/2014 11:02 (GMT-05:00) > To: Log4J Developers List > Subject: Re: Finding free ports > > I think AvailablePortFinder was a class I copied fr

Re: Finding free ports

2014-06-26 Thread Matt Sicker
ne. If I reuse > the one from Mina it does not work due to port range issues. > > Gary > > Gary > > > Original message > From: Matt Sicker > Date:06/25/2014 11:02 (GMT-05:00) > To: Log4J Developers List > Subject: Re: Finding free ports > > I t

Re: Finding free ports

2014-06-26 Thread Gary Gregory
I got rid of the new finder class in favor of the existing one. If I reuse the one from Mina it does not work due to port range issues.  Gary Gary Original message From: Matt Sicker Date:06/25/2014 11:02 (GMT-05:00) To: Log4J Developers List Subject: Re: Finding free

Re: Finding free ports

2014-06-25 Thread Gary Gregory
There is one just like it in Mina. Gary On Wed, Jun 25, 2014 at 11:02 AM, Matt Sicker wrote: > I think AvailablePortFinder was a class I copied from Camel. > > > On 24 June 2014 23:24, Gary Gregory wrote: > >> We have two ways of finding free socket ports: >> >> - org.apache.logging.log4j.tes

Re: Finding free ports

2014-06-25 Thread Matt Sicker
I think AvailablePortFinder was a class I copied from Camel. On 24 June 2014 23:24, Gary Gregory wrote: > We have two ways of finding free socket ports: > > - org.apache.logging.log4j.test.AvailablePortFinder has been around for a > while, and > - org.apache.logging.log4j.core.net.FreePortFinde

Finding free ports

2014-06-24 Thread Gary Gregory
We have two ways of finding free socket ports: - org.apache.logging.log4j.test.AvailablePortFinder has been around for a while, and - org.apache.logging.log4j.core.net.FreePortFinder which is a new class I refactored out of a bunch of duplicate code in the Flume tests. We need to pick on way of d