public inbox for [email protected]
help / color / mirror / Atom feedFrom: Rob Bygrave <[email protected]>
To: [email protected]
Subject: [pgjdbc/pgjdbc] 266827: refactor:(loom) replace the usages of synchronized...
Date: Wed, 01 Feb 2023 05:59:46 -0800
Message-ID: <pgjdbc/pgjdbc/push/refs/heads/master/[email protected]> (raw)
Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 2668273df5a7113fa9371af24595f3138b317610
https://github.com/pgjdbc/pgjdbc/commit/2668273df5a7113fa9371af24595f3138b317610
Author: Rob Bygrave <[email protected]>
Date: 2023-02-01 (Wed, 01 Feb 2023)
Changed paths:
M config/forbidden-apis/forbidden-apis.txt
M pgjdbc/src/main/java/org/postgresql/Driver.java
M pgjdbc/src/main/java/org/postgresql/core/QueryExecutorBase.java
M pgjdbc/src/main/java/org/postgresql/core/v3/CopyOperationImpl.java
M pgjdbc/src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java
M pgjdbc/src/main/java/org/postgresql/ds/PGPoolingDataSource.java
M pgjdbc/src/main/java/org/postgresql/hostchooser/GlobalHostStatusTracker.java
M pgjdbc/src/main/java/org/postgresql/jdbc/AbstractBlobClob.java
M pgjdbc/src/main/java/org/postgresql/jdbc/PgArray.java
M pgjdbc/src/main/java/org/postgresql/jdbc/PgBlob.java
M pgjdbc/src/main/java/org/postgresql/jdbc/PgCallableStatement.java
M pgjdbc/src/main/java/org/postgresql/jdbc/PgClob.java
M pgjdbc/src/main/java/org/postgresql/jdbc/PgConnection.java
M pgjdbc/src/main/java/org/postgresql/jdbc/PgPreparedStatement.java
M pgjdbc/src/main/java/org/postgresql/jdbc/PgResultSet.java
M pgjdbc/src/main/java/org/postgresql/jdbc/PgSQLXML.java
M pgjdbc/src/main/java/org/postgresql/jdbc/PgStatement.java
A pgjdbc/src/main/java/org/postgresql/jdbc/ResourceLock.java
M pgjdbc/src/main/java/org/postgresql/jdbc/TimestampUtils.java
M pgjdbc/src/main/java/org/postgresql/jdbc/TypeInfoCache.java
M pgjdbc/src/main/java/org/postgresql/largeobject/BlobInputStream.java
M pgjdbc/src/main/java/org/postgresql/ssl/PKCS12KeyManager.java
M pgjdbc/src/main/java/org/postgresql/util/LogWriterHandler.java
M pgjdbc/src/main/java/org/postgresql/util/LruCache.java
M pgjdbc/src/main/java/org/postgresql/util/SharedTimer.java
A pgjdbc/src/test/java/org/postgresql/jdbc/ResourceLockTest.java
M pgjdbc/src/test/java/org/postgresql/test/TestUtil.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc2/CopyLargeFileTest.java
Log Message:
-----------
refactor:(loom) replace the usages of synchronized with ReentrantLock (#2635)
Fixes https://github.com/pgjdbc/pgjdbc/issues/1951
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: [pgjdbc/pgjdbc] 266827: refactor:(loom) replace the usages of synchronized...
In-Reply-To: <pgjdbc/pgjdbc/push/refs/heads/master/[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox