[pgpool-committers: 9766] 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_3_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=6a7c09608cfd877400c1caabcb89c1dca95817bc
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