Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Oracle JDBC to 23.6.0.24.10 #24073

Closed
wants to merge 6 commits into from
Closed

Conversation

wendigo
Copy link
Contributor

@wendigo wendigo commented Nov 8, 2024

Description

Additional context and related issues

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text:

## Section
* Fix some things. ({issue}`issuenumber`)

@wendigo wendigo force-pushed the serafin/oracle-23.6.0.24.10 branch 2 times, most recently from 4da2ce4 to d4546f7 Compare November 8, 2024 11:26
piotrrzysko and others added 2 commits November 8, 2024 12:52
When a JdbcPlugin is instantiated, creating an instance of a module at
that time causes the instance to be shared by all connectors provided by
the plugin. This is problematic when the module extends
AbstractConfigurationAwareModule, as it holds a reference to the
ConfigurationFactory, which is set dynamically during bootstrap. If
catalogs are loaded concurrently, this can lead to situations where a
connector accesses the configuration of another connector.
@wendigo wendigo closed this Nov 11, 2024
@wendigo wendigo deleted the serafin/oracle-23.6.0.24.10 branch November 11, 2024 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants