ramakrishnach04 / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

ldaptive: connection strategy enum not extensible #215

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The connection strategy is currently defined as an enum.
This does not afford deployers any flexibility in controlling how connections 
are created, particularly for pooling.

Refactor the ConnectionStrategy enum to an interface.

Original issue reported on code.google.com by dfis...@gmail.com on 18 Apr 2014 at 8:44

GoogleCodeExporter commented 8 years ago
Added ConnectionFactoryMetadata interface to decouple implementation from the 
ConnectionFactory and the ConnectionStrategy.

Fixed in r2973 and r2974.

Original comment by dfis...@gmail.com on 1 Jul 2014 at 3:09