Peter Dolukhanov
Peter Dolukhanov
I narrowed down the problem to the project having a dependencies on: ``` org.apache.httpcomponents.client5 httpclient5 5.3.1 org.apache.httpcomponents.client5 httpclient5-fluent 5.3.1 ``` Once these are removed, the code functions as expected. Leaving...
[Pull request](https://github.com/spring-projects/spring-ai/pull/2864) added.
Moving @EnableJpaRepositories to another class with @Configuration worked for me as a workaround using 24.4.10 - but would be nice for there to be a proper fix for this given...