-
Notifications
You must be signed in to change notification settings - Fork 636
Remove HOP Dependency (2.4.x) #1419
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
Comments
|
garyrussell
added a commit
to garyrussell/spring-amqp
that referenced
this issue
Oct 10, 2022
Resolves spring-projects#1419 Use Spring WebFlux instead, while allowing the user to choose some other technology in the `LocalizedQueueConnectionFactory`..
garyrussell
added a commit
to garyrussell/spring-amqp
that referenced
this issue
Oct 10, 2022
Resolves spring-projects#1419 Use Spring WebFlux instead, while allowing the user to choose some other technology in the `LocalizedQueueConnectionFactory`..
garyrussell
added a commit
to garyrussell/spring-amqp
that referenced
this issue
Oct 10, 2022
Resolves spring-projects#1419 Use Spring WebFlux instead, while allowing the user to choose some other technology in the `LocalizedQueueConnectionFactory`.
artembilan
pushed a commit
that referenced
this issue
Oct 11, 2022
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.
garyrussell
added a commit
to garyrussell/spring-amqp
that referenced
this issue
Oct 11, 2022
- also remove hard dependency on `spring-webflux` from `spring-rabbit-junit`.
artembilan
pushed a commit
that referenced
this issue
Oct 11, 2022
- also remove hard dependency on `spring-webflux` from `spring-rabbit-junit`. * Use reactor-netty-http. * Fix Javadoc.
garyrussell
added a commit
to garyrussell/spring-amqp
that referenced
this issue
Oct 11, 2022
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.
garyrussell
added a commit
to garyrussell/spring-amqp
that referenced
this issue
Oct 11, 2022
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
pushed a commit
that referenced
this issue
Oct 11, 2022
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.
garyrussell
added a commit
to garyrussell/spring-amqp
that referenced
this issue
Oct 12, 2022
If a node was returned by the REST call and the node was not in the map of nodes to addreses, the loop exited early. The incorrect variable was being tested (never null). Also add a more sophisticated integration test - using 2 brokers, ensure that the correct broker is located for the queue.
garyrussell
added a commit
to garyrussell/spring-amqp
that referenced
this issue
Oct 12, 2022
If a node was returned by the REST call and the node was not in the map of nodes to addreses, the loop exited early. The incorrect variable was being tested (never null). Also add a more sophisticated integration test - using 2 brokers, ensure that the correct broker is located for the queue.
artembilan
pushed a commit
that referenced
this issue
Oct 12, 2022
If a node was returned by the REST call and the node was not in the map of nodes to addreses, the loop exited early. The incorrect variable was being tested (never null). Also add a more sophisticated integration test - using 2 brokers, ensure that the correct broker is located for the queue.
garyrussell
added a commit
that referenced
this issue
Oct 13, 2022
If a node was returned by the REST call and the node was not in the map of nodes to addreses, the loop exited early. The incorrect variable was being tested (never null).
garyrussell
added a commit
to garyrussell/spring-amqp
that referenced
this issue
Oct 14, 2022
garyrussell
added a commit
that referenced
this issue
Oct 14, 2022
Local node not always `rabbit@localhost`; can be `rabbit@realHostName`.
garyrussell
added a commit
that referenced
this issue
Oct 14, 2022
Local node not always `rabbit@localhost`; can be `rabbit@realHostName`.
garyrussell
added a commit
that referenced
this issue
Oct 14, 2022
garyrussell
added a commit
that referenced
this issue
Oct 14, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hop will no longer support JDK 8 before the end of life of 2.4.x; there is only one hard dependency on Hop (in
LocalizedQueueConnectionFactory
to determine the hosting node of a classic mirrored queue).The text was updated successfully, but these errors were encountered: