You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While reviewing #26326, I've noticied the following sentence in the documentation:
By default, if commons-pool2 is on the classpath, you get a pooled connection factory.
That's actually wrong at the moment. You need both that and setting at least one property of the .pool namespace (which is a bit confusing). When merging #26326 we can put that sentence back but we should rephrase things for the time being.
The text was updated successfully, but these errors were encountered:
While reviewing #26326, I've noticied the following sentence in the documentation:
That's actually wrong at the moment. You need both that and setting at least one property of the
.pool
namespace (which is a bit confusing). When merging #26326 we can put that sentence back but we should rephrase things for the time being.The text was updated successfully, but these errors were encountered: