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

normalize loading of JDBC driver classes #86

Merged
merged 4 commits into from Oct 28, 2021

Conversation

jsvd
Copy link
Contributor

@jsvd jsvd commented Oct 27, 2021

Normalizing the class name to always have a Java:: prefix
is helpful since JRuby is only able to directly load class names
whose top-level package is com, org, java, javax, while there are
many jdbc drivers that use cc, io, net, and others.

fixes #31

Normalizing the class name to always have a Java:: prefix
is helpful since JRuby is only able to directly load class names
whose top-level package is com, org, java, javax, while there are
many jdbc drivers that use cc, io, net, and others.
Co-authored-by: Karol Bucek <kares@users.noreply.github.com>
Copy link
Contributor

@kares kares left a comment

Choose a reason for hiding this comment

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

LGTM, CI 🔴 seems unrelated

jsvd and others added 2 commits October 28, 2021 13:46
Co-authored-by: Ry Biesemeyer <yaauie@users.noreply.github.com>
@jsvd jsvd merged commit 8ebdfd3 into logstash-plugins:master Oct 28, 2021
@jsvd jsvd deleted the normalize_jdbc_driver_class branch October 28, 2021 12:50
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.

JDBC driver cannot be loaded well when the top namespace isn't ordinary
4 participants