Ionut Baranga

Results 5 comments of Ionut Baranga

> please review the errors reported by the CI when you've time. Thanks again, @wing328, I've just updated the PR!

@wing328, @davidkarlsen, the existing `spring-http-interface` generator is using internally the `HttpServiceProxyFactory#builder(HttpClientAdapter)` factory method. This `HttpClientAdapter` interface / `HttpServiceProxyFactory#builder(HttpClientAdapter)` factory method: - were **deprecated** in Spring Boot 3.2 in favor of...

> Hi @ibaranga, thanks for the PR! Could you please resolve the merge conflicts and have a look at the review comments below? Also, please provide an example configuration and...

> I analyzed your gradle/`@Parameter` issue and found the problem: Instead of specifying `configOptions = [library : 'spring-http-interface']` you should specify `library = 'spring-http-interface'`. This is the intended way, and...