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 sequel version to >= 5.74.0 #153

Merged
merged 3 commits into from
Jan 31, 2024

Conversation

edmocosta
Copy link
Contributor

@edmocosta edmocosta commented Jan 30, 2024

Updated the sequel gem version to >= 5.74.0


Closes: #152

@edmocosta edmocosta force-pushed the updrage-sequel-version branch from 0249acd to f1bc24f Compare January 30, 2024 15:49
@edmocosta edmocosta changed the title Updated sequel version to >= 5.76.0 Updated sequel version to >= 5.75.0 Jan 30, 2024
@edmocosta edmocosta marked this pull request as ready for review January 30, 2024 15:52
@edmocosta edmocosta changed the title Updated sequel version to >= 5.75.0 Update sequel version to >= 5.75.0 Jan 30, 2024
@edmocosta edmocosta requested a review from jsvd January 31, 2024 11:00
Comment on lines 32 to 34
# Pinned sequel version to >= 5.75.0 as it fixes the generic jdbc adapter to properly
# handle disconnection errors, and avoid stale connections in the pool.
s.add_runtime_dependency 'sequel', '>= 5.75.0'
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
# Pinned sequel version to >= 5.75.0 as it fixes the generic jdbc adapter to properly
# handle disconnection errors, and avoid stale connections in the pool.
s.add_runtime_dependency 'sequel', '>= 5.75.0'
# Pinned sequel version to >= 5.74.0 as it fixes the generic jdbc adapter to properly
# handle disconnection errors, and avoid stale connections in the pool.
s.add_runtime_dependency 'sequel', '>= 5.74.0'

Given the fix was introduced with jeremyevans/sequel@813db79 and shipped with 5.74.0, maybe we can change this to 5.74.0 instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Agreed, it makes sense! Thanks!

Copy link
Member

@jsvd jsvd left a comment

Choose a reason for hiding this comment

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

LGTM

@edmocosta edmocosta changed the title Update sequel version to >= 5.75.0 Update sequel version to >= 5.74.0 Jan 31, 2024
@edmocosta edmocosta merged commit c9f043e into logstash-plugins:main Jan 31, 2024
2 checks passed
@edmocosta edmocosta deleted the updrage-sequel-version branch January 31, 2024 14:27
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.

Logstash does not reconnect when Oracle "SQLRecoverableException" is raised
3 participants