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

build(deps): bump postgresql from 42.5.1 to 42.6.0 #1420

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2023

Bumps postgresql from 42.5.1 to 42.6.0.

Release notes

Sourced from postgresql's releases.

v42.5.4

What's Changed

Full Changelog: pgjdbc/pgjdbc@REL42.5.3...REL42.5.4

v42.5.3

What's Changed

Full Changelog: pgjdbc/pgjdbc@REL42.5.2...REL42.5.3

v42.5.2

What's Changed

... (truncated)

Changelog

Sourced from postgresql's changelog.

[42.6.0] (2023-03-17 15:34:34 -0400)

Changed

fix: use PhantomReferences instead of Obejct.finalize() to track Connection leaks [PR #2847](pgjdbc/pgjdbc#2847)

The change replaces all uses of Object.finalize with PhantomReferences.
The leaked resources (Connections) are tracked in a helper thread that is active as long as
there are connections in use. By default, the thread keeps running for 30 seconds after all
the connections are released. The timeout is set with pgjdbc.config.cleanup.thread.ttl system property.

refactor:(loom) replace the usages of synchronized with ReentrantLock [PR #2635](pgjdbc/pgjdbc#2635) Fixes [Issue #1951](pgjdbc/pgjdbc#1951)

[42.5.4] (2023-02-15 10:21:04 -0500)

Fixed

fix: fix testGetSQLTypeQueryCache by searching for xid type. We used to search for box type but it is now cached. xid is not cached, this nuance is required for the test. fix OidValueCorrectnessTest BOX_ARRAY OID, by adding BOX_ARRAY to the oidTypeName map [PR #2810]((pgjdbc/pgjdbc#2810). fixes [Issue #2804](pgjdbc/pgjdbc#2804). fix: Make sure that github CI runs tests on all [PRs #2809]((pgjdbc/pgjdbc#2809)).

[42.5.3] (2023-02-03 08:24:50 -0500)

Fixed

fix: Add box to TypeInfoCache, fixes [Issue #2746](pgjdbc/pgjdbc#2746) [PR #2747](pgjdbc/pgjdbc#2747) fix: regression in PgResultSet LONG_MIN copy and paste error fixes [Issue #2748](pgjdbc/pgjdbc#2748) PR#2749

[42.5.2] (2023-01-31 14:30:46 -0500)

Changed

regression: This release has 2 known regressions which make it unusable see the notes above. We advise people to use 42.5.3 instead. docs: specify that timeouts are in seconds and there is a maximum. Housekeeping on some tests fixes #Issue 2671 [PR #2686](pgjdbc/pgjdbc#2686) docs: clarify binaryTransfer and add it to README PR# 2698 docs: Document the need to encode reserved characters in the connection URL [PR #2700](pgjdbc/pgjdbc#2700) feat: Define binary transfer for custom types dynamically/automatically fixes [Issue #2554](pgjdbc/pgjdbc#2554) [PR #2556](pgjdbc/pgjdbc#2556)

Added

fix: added gssResponseTimeout as part of [PR #2687](pgjdbc/pgjdbc#2687) to make sure we don't wait forever on a GSS RESPONSE

Fixed

fix: Ensure case of XML tags in Maven snippet is correct [PR #2682](pgjdbc/pgjdbc#2682) fix: Make sure socket is closed if an exception is thrown in createSocket fixes [Issue #2684](pgjdbc/pgjdbc#2684) [PR #2685](pgjdbc/pgjdbc#2685) fix: Apply patch from [Issue #2683](pgjdbc/pgjdbc#2683) to fix hanging ssl connections [PR #2687](pgjdbc/pgjdbc#2687) fix - binary conversion of (very) long numeric values (longer than 4 * 2^15 digits) [PR #2697](pgjdbc/pgjdbc#2697) fixes [Issue #2695](pgjdbc/pgjdbc#2695) minor: enhance readability connection of startup params [PR #2705](pgjdbc/pgjdbc#2785)

Commits
  • d6a0cc2 Update CHANGELOG for release (#2851)
  • b656c63 Fix pks12docs (#2857)
  • aade7a0 chore: bump classloader-leak-test-framework to 1.1.2
  • 5873a2c Remove stray whitespace and use code formatting (#2854)
  • 29414ab chore: suppress warnings on implementing deprecated methods in QueryExecutorImpl
  • 3a15db6 chore: suppress deprecation warnings on in BaseDataSource on use of FACTORY...
  • 35431d6 chore: replace deprecated clazz.newInstance() with .getDeclaredConstructor()....
  • ca25d10 chore: suppress deprecations from implementing deprecated ResultSet and State...
  • 4b29078 test: suppress warnings for setUseServerPrepare deprecation
  • 61aee4d chore: run "Unnecessary boxing" inspection in IDEA
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added chore Refactor, rename, cleanup, etc. dependencies Pull requests that update a dependency file safe-to-test labels Mar 20, 2023
@dependabot dependabot bot requested a review from a team March 20, 2023 01:22
@github-actions github-actions bot added the needs-triage Needs thorough attention from code reviewers label Mar 20, 2023
@github-actions
Copy link
Contributor

Test image available:

$ CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat:pr-1420-79fc06831269a1d469083a822ec64a7670f9ec63 sh smoketest.sh

@ebaron
Copy link
Member

ebaron commented Mar 20, 2023

No downstream build

@ebaron ebaron added the blocked label Mar 20, 2023
@ebaron ebaron marked this pull request as draft March 20, 2023 14:07
@dependabot dependabot bot force-pushed the dependabot/maven/org.postgresql-postgresql-42.6.0 branch 5 times, most recently from c916217 to 5a18d42 Compare March 29, 2023 02:25
@dependabot dependabot bot force-pushed the dependabot/maven/org.postgresql-postgresql-42.6.0 branch 3 times, most recently from 5bfbd91 to 4afb76c Compare April 6, 2023 20:57
@dependabot dependabot bot force-pushed the dependabot/maven/org.postgresql-postgresql-42.6.0 branch 4 times, most recently from c5f939f to df1827e Compare April 14, 2023 22:06
@dependabot dependabot bot force-pushed the dependabot/maven/org.postgresql-postgresql-42.6.0 branch from df1827e to 974894d Compare April 18, 2023 21:43
@andrewazores andrewazores marked this pull request as ready for review August 21, 2023 21:54
@andrewazores andrewazores added backport and removed blocked needs-triage Needs thorough attention from code reviewers labels Aug 21, 2023
@github-actions
Copy link
Contributor

Test image available:

$ CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat:pr-1420-974894db3ae5e1a8384f5da237439020a9bafa2d-linux-amd64 sh smoketest.sh

@github-actions
Copy link
Contributor

Test image available:

$ CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat:pr-1420-974894db3ae5e1a8384f5da237439020a9bafa2d-linux-arm64 sh smoketest.sh

@andrewazores
Copy link
Member

@dependabot rebase

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.1 to 42.6.0.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.5.1...REL42.6.0)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/org.postgresql-postgresql-42.6.0 branch from 974894d to 87aaacb Compare August 21, 2023 22:28
@github-actions
Copy link
Contributor

Test image available:

$ CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat:pr-1420-87aaacb1761f8e813c0f8c42b94e2e4591bf08a6-linux-amd64 sh smoketest.sh

@github-actions
Copy link
Contributor

Test image available:

$ CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat:pr-1420-87aaacb1761f8e813c0f8c42b94e2e4591bf08a6-linux-arm64 sh smoketest.sh

@andrewazores andrewazores merged commit cc3ca52 into main Aug 22, 2023
19 of 20 checks passed
@dependabot dependabot bot deleted the dependabot/maven/org.postgresql-postgresql-42.6.0 branch August 22, 2023 12:50
mergify bot pushed a commit that referenced this pull request Aug 22, 2023
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.1 to 42.6.0.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.5.1...REL42.6.0)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit cc3ca52)
andrewazores pushed a commit that referenced this pull request Aug 22, 2023
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.1 to 42.6.0.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.5.1...REL42.6.0)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit cc3ca52)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
andrewazores pushed a commit that referenced this pull request Sep 13, 2023
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.1 to 42.6.0.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.5.1...REL42.6.0)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport chore Refactor, rename, cleanup, etc. dependencies Pull requests that update a dependency file safe-to-test
Projects
No open projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants