Test: fixed regression test 005.jdbc to avoid Java 21 deprecation warnings.
authorBo Peng <pengbo@sraoss.co.jp>
Fri, 15 Mar 2024 04:54:59 +0000 (13:54 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Fri, 15 Mar 2024 04:54:59 +0000 (13:54 +0900)
commitbfee798e5045a309af2e297baed3d8544e68d4c2
tree73abc81b1c6b8f31cd149c2f412a3c39372dee16
parent658792a4d28ac849b4f0162313b589b318c0a25e
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.
src/test/regression/tests/005.jdbc/PgpoolTest.java
src/test/regression/tests/005.jdbc/RunTest.java