Skip to content

Update java version and library dependencies - #106

Merged
jgebal merged 9 commits into
developfrom
feature/update_dependencies
Apr 22, 2026
Merged

Update java version and library dependencies#106
jgebal merged 9 commits into
developfrom
feature/update_dependencies

Conversation

@jgebal

Copy link
Copy Markdown
Member

No description provided.

Update of java version
Removal of test libraries from released artifact of utPLSQL-java-api
@github-actions

github-actionsBot commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

Test Results

23 files 23 suites 18s ⏱️
72 tests 70 ✅ 2 💤 0 ❌
84 runs 81 ✅ 3 💤 0 ❌

Results for commit 571d95c.

♻️ This comment has been updated with latest results.

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
@sonarqubecloud

sonarqubecloudBot commented Apr 22, 2026

Copy link
Copy Markdown

Quality Gate FailedQuality Gate failed

Failed conditions
E Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@jgebal
jgebal merged commit 5b4a592 into developApr 22, 2026
4 of 5 checks passed
@jgebal
jgebal deleted the feature/update_dependencies branch April 22, 2026 16:30
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@jgebal