Max Hovens

Results 8 comments of Max Hovens
trafficstars

> One possible way to solve it could be setting custom `queryExecutionStrategy` on `GraphQL` object, (as described here https://sigmoid.at/post/2021/05/03/graphql_java_spring_transactions/), but as far as I can see there's currently no way...

I see that the build fails on a missing `@since` in the Javadoc. Which version should I use here? Is it probable that it will make it into 3.3.0 still?

@bclozel I chose this approach because it is also used for `GraphQlSourceBuilder` via `GraphQlSourceBuilderCustomizer` and it seemed sensible to take the same approach.

@bclozel I am not sure I understand. Registering either `HandlerMethodArgumentResolver` or `AnnotatedControllerConfigurerCustomizer` beans both need to be explicitely ordered via `@Order`/`Ordered` at the bean declaration, so which bean is defined...

> @maxhov Yes please! Let us know if you have some time for this or we will take care of it. @bclozel I updated the implementation as such.

I've created a PR in https://github.com/faanskit/ha-esolar (https://github.com/faanskit/ha-esolar/pull/19). I reverse engineered the authentication logic and refactored some of the APIs to work again. I think most of it can be applied...

In its current form it also assumes that the content is next to the embeddings. Does it make sense to separate these two out? One could keep the actual data...

> > In its current form it also assumes that the content is next to the embeddings. Does it make sense to separate these two out? One could keep the...