Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[issue-15271] upgrade postgres driver #15272

Merged
merged 1 commit into from
Feb 7, 2022
Merged

Conversation

pjfanning
Copy link
Contributor

Fixes #15271

Changes proposed in this pull request:

  • pom change

@codecov-commenter
Copy link

Codecov Report

Merging #15272 (748ddcd) into master (5957e6c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #15272   +/-   ##
=========================================
  Coverage     60.21%   60.21%           
  Complexity     1933     1933           
=========================================
  Files          3187     3187           
  Lines         47656    47656           
  Branches       8099     8099           
=========================================
  Hits          28694    28694           
  Misses        16643    16643           
  Partials       2319     2319           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5957e6c...748ddcd. Read the comment docs.

@terrymanu terrymanu added this to the 5.1.1 milestone Feb 7, 2022
@terrymanu terrymanu added the type: dependencies Pull requests that update a dependency file label Feb 7, 2022
@terrymanu terrymanu merged commit b4b84ab into apache:master Feb 7, 2022
@pjfanning pjfanning deleted the patch-2 branch February 7, 2022 02:28
@menghaoranss menghaoranss modified the milestones: 5.1.1, 5.1.0 Feb 8, 2022
@TeslaCN
Copy link
Member

TeslaCN commented Feb 11, 2022

The driver 42.3.2 has concurrent performance issue, which impacted performance of ShardingSphere. pgjdbc/pgjdbc#2450

@pjfanning
Copy link
Contributor Author

@TeslaCN thanks for investigating and raising the issue. The postgresql jar could be set to 42.2.25 instead of 42.3.2 - that has the security fix too - GHSA-v7wg-cpwc-24m4 - do you know if 42.2.25 has the perf issue?

@terrymanu do you think it is best to change jar version again?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

upgrade postgres driver due to security issue
5 participants