Skip to content

Conversation

denyskonakhevych
Copy link

No description provided.

@denyskonakhevych denyskonakhevych requested a review from a team as a code owner October 24, 2023 18:53
@denyskonakhevych
Copy link
Author

@SteKoe formatted code in PR

Copy link
Member

@erikpetzold erikpetzold left a comment

Choose a reason for hiding this comment

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

Thanks for providing the fix :)

Can you please add tests showing the new code works. Ideally they should succeed with your changes and fail when running against the original code.

<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty-http</artifactId>
<optional>true</optional>
Copy link
Member

Choose a reason for hiding this comment

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

I'm not sure how to define the dependency here correctly.

webflux is optional and you only need the reactor-netty-http in webflux case, so this is optional, too.

But when webflux is used, this is now required, right? So the users would need to include this dependency additionally? How do they know this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants