GitHub user mach10 opened a pull request:
https://github.com/apache/camel/pull/63
CAMEL-6934 enabling dns addresses to not get cached
CAMEL-6934 camel-mina2 change. Enables a new SocketAddress to be created if
the new config value of cachedAddress is set to false everytime openConnection
is called. This allows DNS changes to be picked up without having to restart.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mach10/camel CAMEL-6934
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/63.patch
----
commit 3c3f4f03d3b04102c6fbab88e713136bd444a186
Author: Rob Shield <[email protected]>
Date: 2013-12-01T13:30:44Z
CAMEL-6934 enabling dns addresses to not get cached
----