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

Temporarily limit instrumentation to exclude Spring 6 #7202

Merged
merged 1 commit into from
Nov 16, 2022
Merged

Temporarily limit instrumentation to exclude Spring 6 #7202

merged 1 commit into from
Nov 16, 2022

Conversation

trask
Copy link
Member

@trask trask commented Nov 16, 2022

Tracking issue to support Spring 6 #7203

@trask trask requested a review from a team November 16, 2022 19:08
@trask trask changed the title Temporarily suppress Spring 6 muzzle Temporarily limit instrumentation to exclude Spring 6 Nov 16, 2022
@trask trask mentioned this pull request Nov 16, 2022
@trask trask enabled auto-merge (squash) November 16, 2022 22:01
@trask trask merged commit 51f0e17 into open-telemetry:main Nov 16, 2022
@trask trask deleted the temporarily-suppress-spring-6 branch November 16, 2022 22:36
trask added a commit that referenced this pull request Jan 12, 2023
Related to #7107 and #7202

Support WebFlux 6. 

Supporting reactor 3.5 seems pretty straightforward, the
`subscriberContext()` was deprecated in 3.4 in favor of
`contextWrite()`. In 3.5, `subscriberContext()` was removed.

This PR doesn't bump `latestDepTestLibrary` to 3.5 yet because there are
a couple of tests that succeed in 3.4 using `contextWrite()` but fail in
3.5 using `contextWrite()`.

My proposal is to review/merge this PR, and then I can ping our resident
reactor experts to see if they have thoughts on the failing tests in
3.5.
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