doanduyhai / Achilles

An advanced Java Object Mapper/Query DSL generator for Cassandra
http://achilles.archinnov.info
Apache License 2.0
241 stars 92 forks source link

PortFinder#findFirstAvailableBetween method added. #345

Closed AndreasMager closed 6 years ago

AndreasMager commented 6 years ago

The new method tries to find the first free Port in given range. In combination with the changes in SeverStarter the default port will be used if possible. So the debugging with cqlsh is more easy.

doanduyhai commented 6 years ago

Thanks, merged

AndreasMager commented 6 years ago

Thank you.