Lucas

Results 23 comments of Lucas

Thanks for the quick response. That's reasonable. I'll set the height to a pre-defined height again. I just was hoping that the view would shrink accordingly to it's actual height...

We recently adopted [Spring for GraphQL](https://docs.spring.io/spring-graphql/docs/current/reference/html/) and set up _graphql-java-codegen_ today. Thanks to the comment of @msl-at-fcb we've got up and running relatively easy. In addition to using _customAnnotationsMapping_ for...

Very nice, thanks for adding this @kobylynskyi! We'll migrate as soon as it's available. Any chance for adding `@BatchMapping` support somehow? That would complete the fundamental Spring support from my...

> @EndzeitBegins the problem with supporting `@BatchMapping` is that the method signature is completely off from the field resolver that we already generate today: > > ```java > FieldType field(Type...

Thanks for your contribution @grishick. Instead of one property overruling the other and `SECRET_NAME_PATTERN` remaining required even though it may not have any effect, what are your thoughts on introducing...

Sadly `nifi-web-frontend` failed. I'm not quite sure why that is but I'm certain that's not due to the changes in the PR. 🤷🏻‍♂️ Would you be so kind to start...

Thank you @ChrisSamo632. 👍🏻

I've added a commit that: 1. upon success, emits a provenance event of type `REMOTE_INVOCATION` 2. upon failure, adds failure details to the FlowFile's attributes I'd appreciate another review.

The frontend build failed again without related changes. :( Would you be so kind to kick off the CI process once more @ChrisSamo632?

Thank you for your feedback @exceptionfactory. As there has been quite some work on `main` since I've opened the PR, I've rebased the PR on the latest commits of `main`....