Re: Finding free ports

2014-06-26 Thread Gary Gregory
Developers List log4j-dev@logging.apache.org /divdivSubject: Re: Finding free ports /divdiv /divI think AvailablePortFinder was a class I copied from Camel. On 24 June 2014 23:24, Gary Gregory garydgreg...@gmail.com wrote: We have two ways of finding free socket ports

Re: Finding free ports

2014-06-26 Thread Matt Sicker
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 ports I think AvailablePortFinder was a class I

Re: Finding free ports

2014-06-26 Thread Ralph Goers
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 from Camel. On 24 June 2014 23:24, Gary Gregory garydgreg

Re: Finding free ports

2014-06-26 Thread Matt Sicker
Subject: Re: Finding free ports I think AvailablePortFinder was a class I copied from Camel. On 24 June 2014 23:24, Gary Gregory garydgreg...@gmail.com wrote: We have two ways of finding free socket ports: - org.apache.logging.log4j.test.AvailablePortFinder has been around for a while

Re: Finding free ports

2014-06-26 Thread Gary Gregory
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 think AvailablePortFinder was a class I copied from Camel. On 24 June 2014 23:24, Gary Gregory

Re: Finding free ports

2014-06-26 Thread Scott Deboy
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 ports I think AvailablePortFinder was a class I

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 garydgreg...@gmail.com wrote: We have two ways of finding free socket ports: - org.apache.logging.log4j.test.AvailablePortFinder has been around for a while, and -

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 boa...@gmail.com wrote: I think AvailablePortFinder was a class I copied from Camel. On 24 June 2014 23:24, Gary Gregory garydgreg...@gmail.com wrote: We have two ways of finding free socket ports: -

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