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

allow overriding registration client in blocking or reactive env #2004

Merged

Conversation

Fuud
Copy link
Contributor

@Fuud Fuud commented Mar 10, 2022

No description provided.

Copy link
Contributor

@SteKoe SteKoe left a comment

Choose a reason for hiding this comment

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

Hi @Fuud,

thanks for your contribution. Could you add another test that checks whether a CustomBlockingClient in a blocking environment still works, please?

@Fuud Fuud force-pushed the allow-overriding-registration-client branch from 73dff1c to dd848d2 Compare March 12, 2022 04:36
@Fuud
Copy link
Contributor Author

Fuud commented Mar 12, 2022

Hi @Fuud,

thanks for your contribution. Could you add another test that checks whether a CustomBlockingClient in a blocking environment still works, please?

Done

@Fuud Fuud requested a review from SteKoe March 12, 2022 04:39
@Fuud Fuud force-pushed the allow-overriding-registration-client branch from dd848d2 to b14a296 Compare March 14, 2022 05:56

@Test
public void customBlockingClientInBlockingEnvironment() {
ReactiveWebApplicationContextRunner reactiveContextRunner = new ReactiveWebApplicationContextRunner()
Copy link
Member

Choose a reason for hiding this comment

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

This is still reactive environment ;)

Is working anyways, so we will merge and fix the test to prevent another one-week-roundtrip :)

@SteKoe SteKoe merged commit 81eb97b into codecentric:master Mar 18, 2022
SteKoe added a commit that referenced this pull request Mar 21, 2022
* origin/master:
  Switch to WebApplicationContextRunner in customBlockingClientInBlockingEnvironment.
  Allow overriding registration client in blocking or reactive env (#2004)
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.

None yet

3 participants