You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Andrea Tarocchi (Jira)" <ji...@apache.org> on 2020/05/20 09:19:00 UTC

[jira] [Created] (CAMEL-15091) AvailablePortFinder.getNextAvailable(int fromPort, int toPort) stops at the first port in use

Andrea Tarocchi created CAMEL-15091:
---------------------------------------

             Summary: AvailablePortFinder.getNextAvailable(int fromPort, int toPort) stops at the first port in use  
                 Key: CAMEL-15091
                 URL: https://issues.apache.org/jira/browse/CAMEL-15091
             Project: Camel
          Issue Type: Improvement
            Reporter: Andrea Tarocchi


If the first port tried is in use an exception is thrown https://github.com/apache/camel/blob/master/components/camel-test/src/main/java/org/apache/camel/test/AvailablePortFinder.java#L75 and no other port in the provided range is tested.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)