Skip to content

Commit

Permalink
Merge pull request quarkusio#17425 from Sanne/RemovingThreadLocalPgPool
Browse files Browse the repository at this point in the history
Remove the ThreadLocalPgPool implementation: vertx 4 has a Pool which doesn't need wrapping
  • Loading branch information
Sanne committed May 24, 2021
2 parents d9dc83f + 0cc0a84 commit 2c4c3b2
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 643 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public class DataSourceReactiveRuntimeConfig {

/**
* The datasource pool maximum size.
* Note that a separate pool instance is started for each thread using it: the size limits each individual pool instance.
*/
@ConfigItem
public OptionalInt maxSize = OptionalInt.empty();
Expand Down Expand Up @@ -88,8 +87,7 @@ public class DataSourceReactiveRuntimeConfig {
public PfxConfiguration keyCertificatePfx = new PfxConfiguration();

/**
* Deprecated: this will be removed with no replacement.
* We always return a threadsafe pool now, using a separate Pool instance for each Thread.
* Deprecated: this was removed and is no longer available.
*
* @Deprecated
*/
Expand Down
Loading

0 comments on commit 2c4c3b2

Please sign in to comment.