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

Allowing faster graceful shutdown and startup #179

Merged
merged 14 commits into from
May 15, 2023
Merged

Conversation

onukristo
Copy link
Contributor

@onukristo onukristo commented May 3, 2023

Context

Added

  • Support for Spring Boot 3.0.

Changed

  • Replaced @Validated annotation with custom call to validator.
    @Validated annotation based approach made services startup slow.
  • Improved the graceful shutdown speed to be less than medium delay interval (by default 5s).
  • Changed MySqlTaskDao to JdbcTaskDao, because some Postgres users got confused/spooked having "mysql" in their stack trace.

Removed

  • Support for Spring Boot 2.5.

Checklist

Allowing faster services startup.
@onukristo onukristo requested a review from a team as a code owner May 3, 2023 10:21
@onukristo onukristo enabled auto-merge (squash) May 3, 2023 11:05
@onukristo onukristo merged commit 5b4777d into master May 15, 2023
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.

2 participants