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

GH-1419: Remove RabbitMQ http-client Usage #1513

Merged
merged 1 commit into from Oct 11, 2022

Conversation

garyrussell
Copy link
Contributor

Resolves #1419

Use Spring WebFlux instead, while allowing the user to choose some other technology in the LocalizedQueueConnectionFactory.

  • Rename DefaultNodeLocator; add generics.
  • Remove unnecessary dependencies.

GH-1419: Add RestTemplateNodeLocator

  • also remove hard dependency on spring-webflux from spring-rabbit-junit.

Fix Javadoc.

Use RestTemplate for aliveness test; JVM HttpClient not available in Java 8.

Restore spring-rabbit-junit jackson dependency.

2.8.x - Essentially the same as main PR, but uses RestTemplate in broker available support.

Resolves spring-projects#1419

Use Spring WebFlux instead, while allowing the user to choose some other technology
in the `LocalizedQueueConnectionFactory`.

* Rename DefaultNodeLocator; add generics.
* Remove unnecessary dependencies.

spring-projectsGH-1419: Add RestTemplateNodeLocator

- also remove hard dependency on `spring-webflux` from `spring-rabbit-junit`.

Fix Javadoc.

Use RestTemplate for aliveness test; JVM HttpClient not available in Java 8.

Restore spring-rabbit-junit jackson dependency.
@artembilan artembilan merged commit 6e3e246 into spring-projects:2.4.x Oct 11, 2022
@garyrussell garyrussell deleted the GH-1419-24x branch October 11, 2022 21:31
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

2 participants