Andreas Gudian

Results 7 issues of Andreas Gudian

AWS has announced to deprecate pathStyleAccess in the foreseeable future. The S3 mock server could support that when running in Docker, with properly configured Docker network and alias settings, and...

feature
help wanted

The S3 API allows for special characters in the object keys. We don't yet support all special chars and the character `/` is interpreted as a directory delimiter (S3 doesn't...

feature

We're taking great pride in the readability of our generated code, and that includes a proper formatting. Currently, we're tweaking the ftl templates where we can until the result looks...

enhancement

Follow-up to #574. The following doesn't work, because we currently don't resolve the real property-types against the generic declarations of top-level source or target types. ``` java public class IdHoldingTo...

enhancement

I want to create native images for both amd64 and arm64, and when I attempt that on my x86 machine (Mac), I start the image `ghcr.io/graalvm/native-image:21.3` with `--platform=linux/arm64`. Out of...

Sjaak mentioned that idea, but I think we didn't have an issue for this, so here it comes: It would be great if we could use regular expressions for `source`...

feature

It's a little bit more than adding a built-in conversion: - For `Optional prop` source property: - add check for `prop.isPresent()` in addition to the null-check (in every spot where...

feature