rorueda

Results 5 issues of rorueda

https://issues.apache.org/jira/browse/CALCITE-6226

### Expected Behavior Introspection for an abstract class doesn't override the instantiation methods trying to instantiate the abstract class. ### Actual Behaviour For Java and Kotlin, the introspection for abstract...

lang: groovy

### Feature description The `AWSLambdaFunctionExecutor` class currently uses `io.micronaut.jackson.codec.JsonMediaTypeCodec` that in turn uses the jackson databind `ObjectMapper`. It would be nice if it had the same behavior as the http...

- Always use the right number type when serializing, so formats that support the type info can deserialize to the correct type. Currently, if you serialize an `int JsonNumber`, when...

## What was changed Support for generics on workflow methods, both in parameters and return types. The aim is to support use cases like the following: 1. Use of a...