Skip to content

Default value of CommonsPool2TargetSource#maxWait is incorrect [SPR-13350] #17934

@spring-projects-issues

Description

@spring-projects-issues

Kazuki Shimizu opened SPR-13350 and commented

Current implementation is as follow:

private long maxWait = GenericObjectPoolConfig.DEFAULT_MAX_TOTAL;

It should be modified as follow:

private long maxWait = GenericObjectPoolConfig.DEFAULT_MAX_WAIT_MILLIS;

Affects: 4.2 GA

Referenced from: pull request #856, and commits bad57f7, 9524f96

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions