[pgpool-committers: 9763] 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
------
master

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

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