gbif / embl-adapter

Contains adapters for connecting EMBL content into GBIF
Apache License 2.0
4 stars 2 forks source link

Update dependency org.postgresql:postgresql to v42.6.0 #27

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.postgresql:postgresql (source) 42.5.1 -> 42.6.0 age adoption passing confidence

Release Notes

pgjdbc/pgjdbc (org.postgresql:postgresql) ### [`v42.6.0`](https://togithub.com/pgjdbc/pgjdbc/blob/HEAD/CHANGELOG.md#4260-2023-03-17-153434--0400) ##### Changed fix: use PhantomReferences instead of `Obejct.finalize()` to track Connection leaks [PR #​2847](https://togithub.com/pgjdbc/pgjdbc/pull/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](https://togithub.com/pgjdbc/pgjdbc/pull/2635) Fixes [Issue #​1951](https://togithub.com/pgjdbc/pgjdbc/issues/1951) ### [`v42.5.4`](https://togithub.com/pgjdbc/pgjdbc/blob/HEAD/CHANGELOG.md#4254-2023-02-15-102104--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](https://togithub.com/pgjdbc/pgjdbc/issues/2810)]\([https://github.com/pgjdbc/pgjdbc/pull/2810](https://togithub.com/pgjdbc/pgjdbc/pull/2810)0). fixes [Issue #​2804](https://togithub.com/pgjdbc/pgjdbc/issues/2804). fix: Make sure that github CI runs tests on all(https://togithub.com/pgjdbc/pgjdbc/pull/2809)dbc/pgjdbc/pull/2809\)). ### [`v42.5.3`](https://togithub.com/pgjdbc/pgjdbc/blob/HEAD/CHANGELOG.md#4253-2023-02-03-082450--0500) ##### Fixed fix: Add box to TypeInfoCache, fixes [Issue #​2746](https://togithub.com/pgjdbc/pgjdbc/issues/2746) [PR #​2747](https://togithub.com/pgjdbc/pgjdbc/pull/2747) fix: regression in PgResultSet LONG_MIN copy and paste error fixes [Issue #​2748](https://togithub.com/pgjdbc/pgjdbc/issues/2748) [PR#2749](https://togithub.com/pgjdbc/pgjdbc/pull/2749) ### [`v42.5.2`](https://togithub.com/pgjdbc/pgjdbc/blob/HEAD/CHANGELOG.md#4252-2023-01-31-143046--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](https://togithub.com/pgjdbc/pgjdbc/issues/2671) [PR #​2686](https://togithub.com/pgjdbc/pgjdbc/pull/2686) docs: clarify binaryTransfer and add it to README [PR# 2698](https://togithub.com/pgjdbc/pgjdbc/pull/2698) docs: Document the need to encode reserved characters in the connection URL [PR #​2700](https://togithub.com/pgjdbc/pgjdbc/pull/2700) feat: Define binary transfer for custom types dynamically/automatically fixes [Issue #​2554](https://togithub.com/pgjdbc/pgjdbc/issues/2554) [PR #​2556](https://togithub.com/pgjdbc/pgjdbc/pull/2556) ##### Added fix: added gssResponseTimeout as part of [PR #​2687](https://togithub.com/pgjdbc/pgjdbc/pull/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](https://togithub.com/pgjdbc/pgjdbc/pull/2682) fix: Make sure socket is closed if an exception is thrown in createSocket fixes [Issue #​2684](https://togithub.com/pgjdbc/pgjdbc/issues/2684) [PR #​2685](https://togithub.com/pgjdbc/pgjdbc/pull/2685) fix: Apply patch from [Issue #​2683](https://togithub.com/pgjdbc/pgjdbc/issues/2683) to fix hanging ssl connections [PR #​2687](https://togithub.com/pgjdbc/pgjdbc/pull/2687) fix - binary conversion of (very) long numeric values (longer than 4 \* 2^15 digits) [PR #​2697](https://togithub.com/pgjdbc/pgjdbc/pull/2697) fixes [Issue #​2695](https://togithub.com/pgjdbc/pgjdbc/issues/2695) minor: enhance readability connection of startup params [PR #​2705](https://togithub.com/pgjdbc/pgjdbc/pull/2785)

Configuration

📅 Schedule: Branch creation - "after 11pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.