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

Bump ebean-datasource dependency to 9.0 with automatic Lambda mode detection #3430

Merged
merged 2 commits into from
Jun 26, 2024

Conversation

rbygrave
Copy link
Member

ebean-datasource 9.0 automatically detects when it is running in AWS Lambda and will set validateOnHeartbeat to false. In Lambda we don't want to validate connections in background threads that can suspend in Lambda.

…tection

ebean-datasource 9.0 automatically detects when it is running in AWS Lambda
and will set validateOnHeartbeat to false. In Lambda we don't want to validate
connections in background threads that can suspend in Lambda.
@rbygrave rbygrave added this to the 14.4.0 milestone Jun 26, 2024
@rbygrave rbygrave self-assigned this Jun 26, 2024
…tection

ebean-datasource 9.0 automatically detects when it is running in AWS Lambda
and will set validateOnHeartbeat to false. In Lambda we don't want to validate
connections in background threads that can suspend in Lambda.
@rbygrave rbygrave merged commit bfbbb7e into master Jun 26, 2024
1 check passed
@rbygrave rbygrave deleted the feature/bump-datasource-90 branch June 26, 2024 08: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.

1 participant