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

Fix driver loading #35

Closed
wants to merge 2 commits into from

Conversation

robbavey
Copy link
Contributor

Making the same fix to driver loading that was applied to the JDBC
input in logstash-plugins/logstash-input-jdbc#356

This commit also reworks the test to force driver loading in the
integration tests by removing the postgres gem as a dependency and
doing all the database setup work in an external sql script)

This fixes #34 (the fix previously applied in #31 did not work correctly)

Making the same fix to driver loading that was applied to the JDBC
input in logstash-plugins/logstash-input-jdbc#356

This commit also reworks the test to force driver loading in the
integration tests by removing the postgres gem as a dependency and
doing all the database setup work in an external sql script)

This fixes logstash-plugins#34 (the fix previously applied in logstash-plugins#31 did not work correctly)
@andsel
Copy link

andsel commented Oct 29, 2019

LGTM

@elasticsearch-bot
Copy link

Robert Bavey merged this into the following branches!

Branch Commits
master 21ebb04, 0e22d31

elasticsearch-bot pushed a commit that referenced this pull request Oct 29, 2019
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.

TypeError: failed to coerce jdk.internal.loader.ClassLoaders$AppClassLoader to java.net.URLClassLoader
3 participants