Steven Aerts

Results 16 issues of Steven Aerts

`DefaultAttributeConvererProvider` of dynamodb retrieves its matched types incorrectly. This causes it to create a wrong converter for some generic types. ## Describe the bug The minimal reproduction scenario is: ```...

bug
dynamodb-enhanced
p2

Update the compiler to generate the implementation of the `.equals()` and `.hashCode() function, instead of relying on the implementation of GenericData. This improves the performance of those functions significantly. The...

Java
build

When evolving a union over time allow to merge multiple records into one using aliases. So a writer with the following schema: ``` [ { "type" : "record", "name" :...

Java

Sometimes our code reaches a state where the only way out is to go back to the last successful checkpoint and re-calculate. It is currently not possible in KCL to...

In the latest version of the kaizen openapi parser, a new dependency was added to `guava-15.0-cd1.0.jar`. However guice 4.1.0 is [already depending on](https://mvnrepository.com/artifact/com.google.inject/guice/4.1.0) guava 19.0. Projects which depend on kaizen...

Add the capability to write complex unions, next to reading them. Complex unions map to struct types where field names are member0, member1, etc. This is consistent with the behavior...

SQL
AVRO

And replace some custom logic with generic logic, like ec2 meta data retrieval. This commit removes the logAwsErrors option as this is handled totally different in aws sdk v2 and...

So it can be used from newer JDK versions.

Use internal classes to resolve instance meta data. So it also works when IMDSv2 is enforced.