MicroShed / boost

Boost Maven and Gradle plugins for MicroProfile development
Eclipse Public License 1.0
27 stars 13 forks source link

Allow for Liberty connectionManager config #391

Open scottkurz opened 5 years ago

scottkurz commented 5 years ago

Looking at this issue: https://github.com/OpenLiberty/demo-devex/issues/18 we see the impact of stale connections in the connection pool.

If we could configure the conn manager to aggressively close connections, say after 5s, we could allow this test to pass.

Let's use this as an excuse to look into the issue more.