[pgpool-committers: 9767] 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_2_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=65fc6c75328ebb71916b771db28b30d60bd661c2
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