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

More type pollution tests + avoid some of the checks #11495

Merged
merged 2 commits into from
Jan 13, 2025
Merged

More type pollution tests + avoid some of the checks #11495

merged 2 commits into from
Jan 13, 2025

Conversation

dstepanov
Copy link
Contributor

Reduced some of the reactive HTTP path type-pollution

@dstepanov dstepanov added the type: improvement A minor improvement to an existing feature label Jan 8, 2025
* @since 4.8
*/
@FunctionalInterface
interface FlatMapFn<I, O> {
Copy link
Member

Choose a reason for hiding this comment

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

I don't think we should add APIs just to avoid type pollution for reactor.

Also this would be a binary incompatible change, and I think ExecutionFlow is used in servlet at this point

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have removed those changes

@dstepanov dstepanov merged commit 7cf4f31 into 4.8.x Jan 13, 2025
22 checks passed
@dstepanov dstepanov deleted the morept branch January 13, 2025 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: improvement A minor improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants