Skip to content

Conversation

RanVaknin
Copy link
Contributor

Reverting the PR since slf4j implementation for MDC.get() is not provided by the SDK or by the Lambda runtime by default. This will only work if users provide their own implementation and it defeats the purpose of this working on Lambda by default.

@RanVaknin RanVaknin requested a review from a team as a code owner August 22, 2025 01:33
<exclude>*.internal.*</exclude>
<exclude>software.amazon.awssdk.thirdparty.*</exclude>
<exclude>software.amazon.awssdk.regions.*</exclude>
<!-- TODO remove after release -->
<exclude>software.amazon.awssdk.awscore.interceptor.TraceIdExecutionInterceptor</exclude>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

japicmp is flagging this as a breaking change, however this is an SdkProtectedApi class, and the removal is of override methods whose implementation was not supported server side.

Copy link

@RanVaknin RanVaknin enabled auto-merge August 22, 2025 16:19
@RanVaknin RanVaknin added changelog-not-required Indicate changelog entry is not required for a specific PR no-api-surface-area-change Indicate there is no API surface area change and thus API surface area review is not required labels Aug 22, 2025
@RanVaknin RanVaknin added this pull request to the merge queue Aug 22, 2025
Merged via the queue into master with commit ea348e3 Aug 22, 2025
42 of 44 checks passed
Copy link

This pull request has been closed and the conversation has been locked. Comments on closed PRs are hard for our team to see. If you need more assistance, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
changelog-not-required Indicate changelog entry is not required for a specific PR no-api-surface-area-change Indicate there is no API surface area change and thus API surface area review is not required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants