Upgrade LocalStack to 3.7.0 and switch CI to Temurin JDK#202
Merged
ninhomilton merged 3 commits intomainfrom Apr 21, 2026
Merged
Upgrade LocalStack to 3.7.0 and switch CI to Temurin JDK#202ninhomilton merged 3 commits intomainfrom
ninhomilton merged 3 commits intomainfrom
Conversation
- Update ContainerTestUtils to use localstack/localstack:3.7.0 (3.0.0 had an 14s startup timeout that caused flaky failures on Docker Desktop) - Switch GitHub Actions workflows from corretto to temurin distribution, which is more appropriate for an open-source project Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
githubjianli
approved these changes
Apr 21, 2026
Remove redundant @ExtendWith(MockitoExtension.class) from both beekeeper-metadata-cleanup and beekeeper-path-cleanup scheduler tests. All mocks use @MockBean (Spring-managed), so MockitoExtension was unnecessary and caused UnfinishedStubbing errors due to the scheduler firing concurrently during Mockito stub recording. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
57eb284 to
9897253
Compare
githubjianli
approved these changes
Apr 21, 2026
haroldjimenez
approved these changes
Apr 21, 2026
darmandovargas
approved these changes
Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ContainerTestUtils: version 3.0.0 had ahardcoded 14s startup timeout for the hypercorn edge server, which regularly
exceeded on Docker Desktop (actual startup ~18s), causing flaky integration
test failures. 3.7.0 raises that timeout to 30s.
(
build.yml,main.yml,release.yml). As an open-source project, Temurin(Eclipse Adoptium) is the more appropriate default — it is vendor-neutral,
TCK-certified, and widely used in OSS CI.
Please verify that:
mainbranch.