Cutting a new release with the ability to create GraphQLWebClientImpl instances
sdoxsee opened this issue · 9 comments
Is your feature request related to a problem? Please describe.
I don't want to use the autoconfiguration or starter but only the library for now (as I'll provide my own WebClient bean that is configured to do OAuth2 token relay from the SecurityContext's JWT). However, I can't create my own a GraphQLWebClient instance due to #2 (comment).
Describe the solution you'd like
Release 0.2.0 or something with that includes the following commit: 9987fee
Describe alternatives you've considered
I could create my own copied implementation of the library's Impl but that defeats the purpose of using this library
Additional context
N/A
Yes, we are planning to make a release soon.
Great. Thanks!
Any update on this? Thanks
I'm also needing this. Thanks
Will try to look into this as soon as possible.
You could have used the Snapshot release in the meantime, but noticed that wasn't documented in the README, so added a section there. Releasing version 0.2.0 today.
Version 0.2.0 is syncing to Maven Central now
Amazing. Thanks so much @oliemansm
Thank you!