◐ Shell
clean mode source ↗

Update java version and library dependencies by jgebal · Pull Request #106 · utPLSQL/utPLSQL-java-api

added 3 commits

April 22, 2026 15:10
Update of java version
Removal of test libraries from released artifact of utPLSQL-java-api

Jacek Gębal added 6 commits

April 22, 2026 16:22
Oracle JDBC 23.x no longer supports { ? = call ?.method() } escape syntax for object method calls — it emits ":2.method()" which PL/SQL rejects on a bind variable.
…d of UT_REPORTER_BASE.

 Oracle JDBC 23.x sends the reporter STRUCT typed as UT_OUTPUT_REPORTER_BASE.
 Assigning UT_OUTPUT_REPORTER_BASE to a concrete subtype variable fails with
 PLS-00382
…d of UT_REPORTER_BASE.

 Oracle JDBC 23.x sends the reporter STRUCT typed as UT_OUTPUT_REPORTER_BASE.
 Assigning UT_OUTPUT_REPORTER_BASE to a concrete subtype variable fails with
 PLS-00382
…d of UT_REPORTER_BASE.

 Oracle JDBC 23.x sends the reporter STRUCT typed as UT_OUTPUT_REPORTER_BASE.
 Assigning UT_OUTPUT_REPORTER_BASE to a concrete subtype variable fails with
 PLS-00382

@jgebal jgebal deleted the feature/update_dependencies branch

April 22, 2026 16:30