fix(deps): update dependency com.oracle.database.jdbc:ojdbc11 to v23#234
Merged
saurabhpro merged 5 commits intomasterfrom May 2, 2026
Merged
Conversation
1e22679 to
7579b40
Compare
6cc7d58 to
2ad3e6c
Compare
2ad3e6c to
54704ca
Compare
54704ca to
c67bf79
Compare
ojdbc11 23.x dropped the entire `oracle.jdbc.rowset` package (`OracleCachedRowSet`, `OracleJDBCRowSet`, `OracleWebRowSet`, `OracleJoinRowSet`, `OracleFilteredRowSet`). Switch all five demos to the JDK-bundled `javax.sql.rowset.RowSetProvider` factory, which is vendor-neutral and stable. Fixes the Maven build that began failing once the Renovate bump to ojdbc11 23.26.1.0.0 landed. [rev-claude-v3]
Each demo's class Javadoc now records why it switched off `oracle.jdbc.rowset.*` (removed in ojdbc11 23.x) and points readers at the JDK-bundled `RowSetProvider` factory replacement, so the context isn't lost in commit history alone. [rev-claude-v3]
- New README walks through running the rowset demos against a local
Oracle FREE container (Docker) — listener port, schema seed for
emp/person/bank, mvn exec invocation, teardown, and common ORA-* fixes.
- Switch all demo URLs from the legacy SID `:orcl` to the FREE PDB
service `/FREE`, matching the container the README spins up.
- Replace Windows-only file paths in CachedRowSetDemo and WebRowSetDemo
with `System.getProperty("java.io.tmpdir")`-relative paths so the
demos run unchanged on macOS / Linux / Windows.
[rev-claude-v3]
Add a section to the MyRowSet README covering connecting IntelliJ's
Database tool window to the local Oracle FREE container — connection
fields (Service vs SID), driver download, running the seed SQL via
Query Console, and refreshing tables between demo runs. Also adds an
IntelliJ-specific entry to the troubleshooting list ("URL is not
specified" when the SID/Service toggle is wrong).
[rev-claude-v3]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
21.21.0.0→23.26.1.0.0Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.