You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported in #34962, a java.lang.NoClassDefFoundError: org/apache/hc/core5/reactive/ReactiveResponseConsumer can occur when an incomplete set of Http Client 5 modules is on the classpath. We need to tighten up the classpath checks to ensure that ReactiveResponseConsumer is on the classpath before auto-configuring HttpComponentsClientHttpConnector.
The text was updated successfully, but these errors were encountered:
As reported in #34962, a
java.lang.NoClassDefFoundError: org/apache/hc/core5/reactive/ReactiveResponseConsumer
can occur when an incomplete set of Http Client 5 modules is on the classpath. We need to tighten up the classpath checks to ensure thatReactiveResponseConsumer
is on the classpath before auto-configuringHttpComponentsClientHttpConnector
.The text was updated successfully, but these errors were encountered: