Migrate removed LocalStack Service enum and getEndpointOverride in Testcontainers 2.x migration - #1014
Merged
Conversation
MBoegers
marked this pull request as draft
June 8, 2026 13:54
MBoegers
force-pushed
the
MBoegers/unresolved-references
branch
from
June 8, 2026 14:01
794f80a to
c9e334a
Compare
MBoegers
marked this pull request as ready for review
June 8, 2026 14:18
steve-aom-elliott
approved these changes
Jun 8, 2026
steve-aom-elliott
left a comment
Contributor
There was a problem hiding this comment.
Approved, probably just bump the year up in the copyright is all
…n Testcontainers 2.x Testcontainers 2.x removed the nested `LocalStackContainer.Service` enum and `getEndpointOverride(...)`. The existing `Testcontainers2Migration` only renamed the type, leaving `LocalStackContainer.Service.SQS` and `getEndpointOverride(...)` as unresolved references (Java and Kotlin alike). Add a `Testcontainers2LocalStack` step (run before the type rename) that replaces `Service` constants with their service-name strings and `getEndpointOverride(service)` with `getEndpoint()`.
MBoegers
force-pushed
the
MBoegers/unresolved-references
branch
from
June 12, 2026 09:19
c9e334a to
d0e59da
Compare
mergify Bot
added a commit
to robfrank/linklift
that referenced
this pull request
Jun 18, 2026
…rom 3.37.0 to 3.38.0 [skip ci] Bumps [org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks) from 3.37.0 to 3.38.0. Release notes *Sourced from [org.openrewrite.recipe:rewrite-testing-frameworks's releases](https://github.com/openrewrite/rewrite-testing-frameworks/releases).* > 3.38.0 > ------ > > What's Changed > -------------- > > * Don't add MockitoExtension during migration when unsafe ([#875](https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/875)) by [`@timtebeek`](https://github.com/timtebeek) in [openrewrite/rewrite-testing-frameworks#1017](https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1017) > * Add junit-platform-launcher testRuntimeOnly dependency for Gradle during JUnit 6 migration by [`@timtebeek`](https://github.com/timtebeek) in [openrewrite/rewrite-testing-frameworks#1018](https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1018) > * Migrate removed LocalStack Service enum and getEndpointOverride in Testcontainers 2.x migration by [`@MBoegers`](https://github.com/MBoegers) in [openrewrite/rewrite-testing-frameworks#1014](https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1014) > * Re-include CloseUnclosedStaticMocks in Mockito1to4Migration by [`@steve-aom-elliott`](https://github.com/steve-aom-elliott) in [openrewrite/rewrite-testing-frameworks#1019](https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1019) > * Update MockWebServer MockResponse test for nested-type render change by [`@steve-aom-elliott`](https://github.com/steve-aom-elliott) in [openrewrite/rewrite-testing-frameworks#1020](https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1020) > * Fix UsesType precondition pattern in KotlinTestMethodsShouldReturnUnit by [`@timtebeek`](https://github.com/timtebeek) in [openrewrite/rewrite-testing-frameworks#1022](https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1022) > * Support 4-arg Whitebox.setInternalState(target, field, value, Class) by [`@MBoegers`](https://github.com/MBoegers) in [openrewrite/rewrite-testing-frameworks#1023](https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1023) > * Refactor `PowerMockWhiteboxToJavaReflection` into per-API recipes by [`@MBoegers`](https://github.com/MBoegers) in [openrewrite/rewrite-testing-frameworks#1021](https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1021) > * Box primitive casts in `Whitebox.getInternalState`/`invokeMethod` reflection by [`@MBoegers`](https://github.com/MBoegers) in [openrewrite/rewrite-testing-frameworks#1024](https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1024) > > **Full Changelog**: <openrewrite/rewrite-testing-frameworks@v3.37.0...v3.38.0> Commits * [`862bd49`](openrewrite/rewrite-testing-frameworks@862bd49) Box primitive casts in Whitebox getInternalState/invokeMethod reflection ([#1024](https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/1024)) * [`9e86af9`](openrewrite/rewrite-testing-frameworks@9e86af9) Refactor `PowerMockWhiteboxToJavaReflection` into per-API recipes ([#1021](https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/1021)) * [`30c392d`](openrewrite/rewrite-testing-frameworks@30c392d) Support 4-arg Whitebox.setInternalState(target, field, value, Class) ([#1023](https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/1023)) * [`c9cd3bd`](openrewrite/rewrite-testing-frameworks@c9cd3bd) Fix UsesType precondition pattern in KotlinTestMethodsShouldReturnUnit ([#1022](https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/1022)) * [`a602b44`](openrewrite/rewrite-testing-frameworks@a602b44) OpenRewrite recipe best practices * [`ff368ff`](openrewrite/rewrite-testing-frameworks@ff368ff) Update UpdateMockWebServerMockResponse test for nested-type render change ([#1](https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/1)... * [`45342dc`](openrewrite/rewrite-testing-frameworks@45342dc) Re-include CloseUnclosedStaticMocks in Mockito1to4Migration ([#1019](https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/1019)) * [`e1cb892`](openrewrite/rewrite-testing-frameworks@e1cb892) Migrate removed LocalStack `Service` enum and `getEndpointOverride` in Testco... * [`3934d1e`](openrewrite/rewrite-testing-frameworks@3934d1e) Add junit-platform-launcher testRuntimeOnly dependency for Gradle during JUni... * [`d5554a9`](openrewrite/rewrite-testing-frameworks@d5554a9) Don't add MockitoExtension during migration when unsafe ([#875](https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/875)) ([#1017](https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/1017)) * Additional commits viewable in [compare view](openrewrite/rewrite-testing-frameworks@v3.37.0...v3.38.0)
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.
Why
Testcontainers2Migrationrenamesorg.testcontainers.containers.localstack.LocalStackContainer→org.testcontainers.localstack.LocalStackContainer, but Testcontainers 2.x removed the nestedServiceenum and thegetEndpointOverride(...)method from the new class. So after the type rename,LocalStackContainer.Service.SQSandgetEndpointOverride(...)become unresolved references, breaking compilation in both Java and Kotlin.What
Adds a
Testcontainers2LocalStackstep toTestcontainers2Migration, run before the type rename (so it matches the old type). Fully declarative, composed from core recipes:ReplaceConstant(one perServiceconstant) — replacesLocalStackContainer.Service.Xwith its LocalStack service-name string (e.g."sqs"), including the non-trivial namesAPI_GATEWAY→apigateway,DYNAMODB_STREAMS→dynamodbstreams,CLOUDWATCHLOGS→logs. This makeswithServices(...)compile against the 2.xwithServices(String...)API.ChangeMethodName+DeleteMethodArgument—getEndpointOverride(service)→getEndpoint().Covered by Java + Kotlin tests, including an end-to-end reproduction through the full
Testcontainers2Migration.Part of moderneinc/customer-requests#2437 (the unresolved-references half; the separate ktlint-comment-removal issue is not addressed here).