Andreas Tschabuschnig

Results 5 issues of Andreas Tschabuschnig

With overwrite set to the default value of 'false', the error message in S3 Upload task complains about matching md5 check, eventhough the md5 get's never checked. https://github.com/classmethod/gradle-aws-plugin/blob/develop/src/main/java/jp/classmethod/aws/gradle/s3/AmazonS3FileUploadTask.java#L67 Furthermore this...

This plugin is exactly what I was looking for ... but I might not be able to use it company internal because of the license set in the pom file...

Looking at location and session service implementations, we currently only validate the from/to dates if both are set. Specification allows for none, either or both to be defined. Instead of...

bug
module: location
module: sessions

We currently disallow trailing commas, even though this might be one of the more useful Kotlin features, and is in line with trends in other modern languages like golang. Having...

enhancement

As far as I can see, all generated Partials, use Partials as field values. For example `SessionPartial.charging_periods` is of type `List?`, but the expectation is that we provide a valid...

help wanted
module: all