Rüdiger zu Dohna
Rüdiger zu Dohna
I didn't know about the Jersey `LoggingFeature`; nice addition to my tool-belt ;-) Can you expand a little on how the logging interceptor could add value to the `LoggingFeature`?
Nice idea... probably also applies to return values. Do you have a suggestion as to what limits to use or how to configure it?
MP Config is uber-cool! I hadn't thought of using it here, as everything else is configured statically in the code. Only the loggers are configured externally, and the interceptor doesn't...
There's `Thread#setUncaughtExceptionHandler` and `Thread#setDefaultUncaughtExceptionHandler` to do that, but in a CDI environment, I think this would already be set up by the container, i.e. by JEE, and while it may...
We may have to produce [oneOf](https://swagger.io/docs/specification/data-models/oneof-anyof-allof-not/) schemas and use the `type` as [discriminator](http://spec.openapis.org/oas/v3.0.2#discriminator-object)
Two options come to my mind (and we could do both): 1) We could add the `ExecutionResult` to the `Context`, so it would be possible to add errors. 2) We...
I'd like to give this another try... this time with just simple reflection using the JSON-B `@JsonbTypeInfo/@JsonbSubtype` annotations. Works pretty well without much code. And it's straight forward to communicate:...
Adding support for GraphQL interfaces was even easier than I had thought!
> InterfaceBehavior.java still contains keyword Union (in class/variable names). Not sure if that is on purpose or not... Yes, that's on purpose. On the GraphQL level, it's still a Union.
The checks are green, now. Thanks! So if you don't have any further suggestions, great! I re-thought about checkmarks I left "open": it's probably best to not implement them. It...