Skip to content

fix(deps): update dependency com.oracle.database.jdbc:ojdbc11 to v23#234

Merged
saurabhpro merged 5 commits intomasterfrom
renovate/major-com.oracle.database.jdbc-ojdbc11-23.x
May 2, 2026
Merged

fix(deps): update dependency com.oracle.database.jdbc:ojdbc11 to v23#234
saurabhpro merged 5 commits intomasterfrom
renovate/major-com.oracle.database.jdbc-ojdbc11-23.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 29, 2025

This PR contains the following updates:

Package Change Age Confidence
com.oracle.database.jdbc:ojdbc11 (source) 21.21.0.023.26.1.0.0 age confidence

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/major-com.oracle.database.jdbc-ojdbc11-23.x branch from 1e22679 to 7579b40 Compare December 29, 2025 08:27
@renovate renovate Bot force-pushed the renovate/major-com.oracle.database.jdbc-ojdbc11-23.x branch 2 times, most recently from 6cc7d58 to 2ad3e6c Compare February 4, 2026 21:00
@renovate renovate Bot force-pushed the renovate/major-com.oracle.database.jdbc-ojdbc11-23.x branch from 2ad3e6c to 54704ca Compare April 5, 2026 23:51
@renovate renovate Bot force-pushed the renovate/major-com.oracle.database.jdbc-ojdbc11-23.x branch from 54704ca to c67bf79 Compare May 2, 2026 23:15
saurabhpro added 4 commits May 3, 2026 00:24
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]
@saurabhpro saurabhpro merged commit bab57a0 into master May 2, 2026
3 checks passed
@renovate renovate Bot deleted the renovate/major-com.oracle.database.jdbc-ojdbc11-23.x branch May 2, 2026 23:45
Sign up for free to 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