Skip to content

Update ojdbc8 to 23.26.3.0.0 - #581

Open
scala-steward wants to merge 1 commit into
apache:mainfrom
scala-steward:update/ojdbc8-23.26.3.0.0
Open

Update ojdbc8 to 23.26.3.0.0#581
scala-steward wants to merge 1 commit into
apache:mainfrom
scala-steward:update/ojdbc8-23.26.3.0.0

Conversation

@scala-steward

@scala-steward scala-steward commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

About this PR

📦 Updates com.oracle.database.jdbc:ojdbc8 from 23.26.2.0.0 to 23.26.3.0.0

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "com.oracle.database.jdbc", artifactId = "ojdbc8" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.oracle.database.jdbc", artifactId = "ojdbc8" }
}]
labels: library-update, commit-count:1

@pjfanning pjfanning left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Breaks Oracle system tests with issues like:

2026-07-28 20:22:36,742 - org.apache.pekko.persistence.jdbc.query.QueryTestSpec$TestActor -> ERROR[migrator-test-pekko.actor.default-dispatcher-8] [ migrator-test QueryTestSpec$TestActor - Failed to persist event type [org.apache.pekko.persistence.journal.Tagged] with sequence number [1] for persistenceId [my-1].
java.sql.SQLSyntaxErrorException: ORA-04043: object "SYSTEM" does not exist
https://docs.oracle.com/error-help/db/ora-04043/
	at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:719)

@pjfanning

Copy link
Copy Markdown
Member

The ojdbc8 23.26.3.0.0 upgrade introduces a regression in the AutoKeyInfo metadata retrieval that breaks all Oracle tests using RETURNING clauses (auto-increment columns). At least, this is the best guess that Claude AI has. Oracle bug tracker is not public.

@scala-steward
scala-steward force-pushed the update/ojdbc8-23.26.3.0.0 branch 3 times, most recently from b3c03ae to 0aa8454 Compare August 5, 2026 14:28
@scala-steward
scala-steward force-pushed the update/ojdbc8-23.26.3.0.0 branch 3 times, most recently from 609327c to 49a54ad Compare August 13, 2026 15:20
@scala-steward
scala-steward force-pushed the update/ojdbc8-23.26.3.0.0 branch 2 times, most recently from cd11f72 to eac9166 Compare August 23, 2026 14:22
@Philippus

Copy link
Copy Markdown
Member

Apparently there is a post on the oracle forum about a regression affecting queries using quoted schema and table names. I can't go that forum post, but I could ask Google AI about it 🤷 : https://forums.oracle.com/ords/apexds/post/regression-in-23-26-3-0-0-when-using-quoted-schema-table-na-0722.
Probably just wait for the next version to show up.

@scala-steward
scala-steward force-pushed the update/ojdbc8-23.26.3.0.0 branch from eac9166 to 9bfe0d8 Compare August 29, 2026 14:50
@scala-steward
scala-steward force-pushed the update/ojdbc8-23.26.3.0.0 branch from 9bfe0d8 to 6be4cf3 Compare August 31, 2026 14:19
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.

3 participants