Skip to content

Commit

Permalink
spring-cloudGH-327: Use TestSocketUtils from spring-test
Browse files Browse the repository at this point in the history
Fixes spring-cloud#327

- Delete local TSU temporary implementations
- Replace local TSU w/ spring-test TSU
  • Loading branch information
onobc committed Jan 11, 2023
1 parent 570a8ec commit ae6a2f9
Show file tree
Hide file tree
Showing 23 changed files with 15 additions and 2,716 deletions.

This file was deleted.

Expand Up @@ -46,6 +46,7 @@
import org.springframework.context.annotation.Primary;
import org.springframework.messaging.Message;
import org.springframework.messaging.support.GenericMessage;
import org.springframework.test.util.TestSocketUtils;

import static org.assertj.core.api.Assertions.assertThat;
import static org.mockserver.matchers.Times.exactly;
Expand Down
Expand Up @@ -29,10 +29,10 @@
import org.springframework.cloud.fn.common.twitter.TwitterConnectionProperties;
import org.springframework.cloud.fn.common.twitter.util.TwitterTestUtils;
import org.springframework.cloud.fn.twitter.trend.TwitterTrendFunctionConfiguration;
import org.springframework.cloud.stream.app.processor.twitter.trend.TestSocketUtils;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Import;
import org.springframework.context.annotation.Primary;
import org.springframework.test.util.TestSocketUtils;

import static org.mockserver.matchers.Times.exactly;
import static org.mockserver.model.HttpResponse.response;
Expand Down

0 comments on commit ae6a2f9

Please sign in to comment.