[pgpool-committers: 9768] pgpool: Test: fixed regression test 005.jdbc to avoid Java 21 deprecati

Bo Peng pengbo at sraoss.co.jp
Fri Mar 15 14:00:09 JST 2024


Test: fixed regression test 005.jdbc to avoid Java 21 deprecation warnings.

Replace Runtime.exec(String) with Runtime.exec(String[]) to avoid Java 21 deprecation warnings.
Patch is created by Vladimir Petko and modified by Bo Peng.

Branch
------
V4_1_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=5fc84199b1eb77b893bf245b5e79870131b26408

Modified Files
--------------
src/test/regression/tests/005.jdbc/PgpoolTest.java | 9 ++++++---
src/test/regression/tests/005.jdbc/RunTest.java    | 9 +++++----
2 files changed, 11 insertions(+), 7 deletions(-)



More information about the pgpool-committers mailing list