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
I'm currently facing a problem where the RestTemplate isn't being initialized properly when performing a Spring Cloud Task. I’ve tried searching for possible causes but haven't been able to pinpoint the root of the issue.
In CoreApplication, there is an implementation of CommandLineRunner that seems to be causing a conflict. When I remove the CommandLineRunner from CoreApplication, it functions correctly.
Could the conflict have arisen because the ObservationCommandLineRunner is importing CoreApplication, leading to the clash?
I'm currently facing a problem where the RestTemplate isn't being initialized properly when performing a Spring Cloud Task. I’ve tried searching for possible causes but haven't been able to pinpoint the root of the issue.
stacktrace
I'm using the following versions in my setup:
The text was updated successfully, but these errors were encountered: