Skip to content

fix: remove stale PathTranslator reference from DefaultModelBuilderTest - #13018

Merged
gnodet merged 1 commit into
masterfrom
fix/mng-8765-build
Sep 2, 2026
Merged

fix: remove stale PathTranslator reference from DefaultModelBuilderTest#13018
gnodet merged 1 commit into
masterfrom
fix/mng-8765-build

Conversation

@gnodet

@gnodet gnodet commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

The MNG-8749 commit (589c1eb) removed PathTranslator from the public API and from the DefaultProfileActivationContext constructor, but DefaultModelBuilderTest.parentActivationContext() still passed it as a constructor argument, causing a compilation error on master.

One-line fix: remove the stale lookup.lookup(PathTranslator.class) argument.

The MNG-8749 commit removed PathTranslator from the public API and
from the DefaultProfileActivationContext constructor, but the test
still passed it as a constructor argument, causing a compilation error.
@gnodet gnodet added the bug Something isn't working label Sep 2, 2026
@gnodet gnodet self-assigned this Sep 2, 2026
@gnodet gnodet added this to the 4.1.0 milestone Sep 2, 2026
@gnodet
gnodet merged commit 845b8b0 into master Sep 2, 2026
3 checks passed
@gnodet
gnodet deleted the fix/mng-8765-build branch September 2, 2026 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant