• [ ] Add AOT instrumentation
  • [ ] Add tests
  • [x] Add javadocs
  • [ ] Add documentation

Related sample repo: https://github.com/OlgaMaciaszek/demo-interfaceclients-autoconfig

Fixes gh-31337

Comment From: OlgaMaciaszek

Possible integrations to consider adding in other projects later on: - Spring Cloud - resolve serviceId from qualifier - Spring Cloud LoadBalancer - create load-balanced client beans - Spring Cloud LoadBalancer - use RestTemplate.Builder as well - Spring Cloud CircuitBreaker - create client beans with ciruit-breaking set up - IntelliJ (and other IDEs - resolve annotated clients as visible for autowiring)

Comment From: OlgaMaciaszek

Setting 3.4.1 in Javadoc @since entries, as I assume that's the earliest we can get it in.

Comment From: wilkinsona

We still have 3.4.0-M3 in September an RC1 in October so 3.4.0 remains a possibility. If we don't manage that, it'd have to wait until a 3.5 milestone as we really try not to ship enhancements in maintenance releases.