Skip to content

Use Provided ContextSource in PoolingContextSource Constructor#1569

Open
MacAlsandair wants to merge 1 commit into
spring-projects:mainfrom
MacAlsandair:fix/gh-1545-pooling-contextsource-ignored
Open

Use Provided ContextSource in PoolingContextSource Constructor#1569
MacAlsandair wants to merge 1 commit into
spring-projects:mainfrom
MacAlsandair:fix/gh-1545-pooling-contextsource-ignored

Conversation

@MacAlsandair

Copy link
Copy Markdown

The ContextSource constructor argument was ignored and a NullContextSource was passed to the pool factory instead, so borrowing a context always failed.

Closes gh-1545

The ContextSource constructor argument was ignored and a NullContextSource
was passed to the pool factory instead, so borrowing a context always failed.

Closes spring-projectsgh-1545

Signed-off-by: Alexander Makarov <alexander.makarov@nightsong.li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Constructor of PoolingContextSource ignores given contextSource

1 participant