resthub / resthub-spring-stack

RESThub Spring stack
http://resthub.org/spring-stack.html
Other
121 stars 66 forks source link

Allow choice in connection pool #235

Closed bmeurant closed 10 years ago

bmeurant commented 10 years ago

Today resthub comes with BoneCP connection pool. As described in #222, we plan to move to HikariCP.

But Hikari relies on Java7 and we do not want to force users to move to Java7.

Instead, a good idea could be to provide BoneCP as default connection pool but providing also a working HikariCP configuration. Users could then switch between pools if needed.

We must check before how to manage maven dependencies to not embed both pool libs.

bmeurant commented 10 years ago

fixed by #243