Joost den Boer
Joost den Boer
I have been playing with several Scala Exercises (stdlib, cats, shapeless, fpinscala) and I notice that some of the exercises are not very much 'fun' or educational since the required...
Java 8 does not properly support the ISO8601 standard. It does not support the zone formats 'HHMM' or 'HH'. This has been raised in [this JDK Issue](https://bugs.openjdk.java.net/browse/JDK-8032051), but it has...
Just deployed the exporter on our cluster and I get these kind of error message for every event which is send to ES. Googled a bit around and it seems...
Json4 has no good support for (de)serialising Java Pojos even though json4s-jackson is used. When serialising to json, this limitation can be overcome by implementing a CustomSerializer. However, when deserialising...
**Problem** SonarScanner throws an error when Scala code contains a numeric literal. E.g. `150_000L`. This problem seems to be caused by Scalariform not allowing an underscore in a numeric literal...
Could you please add a function to ScalarAlias which allows overriding the description just like _rename_ overrides the name? When creating simple aliases like PositiveInt or NotBlankString I would also...
**DESCRIPTION:** Currently when using a column with a default value, like a 'timestamp' column which gets the current timestamp by the database on insert, the 'timestamp' column must be omitted...
It seems the latest version enforces to use the 'v3' tag, failing even when the master commit tag. For more info, read e.g. https://julienrenaux.fr/2019/12/20/github-actions-security-risk/ So please allow using commit hashes...
Fixes issue of duplicate 'envFrom' entry when using both `envFromConfigMapRefs` and `envFromSecretRefs`.
To allow using environment variables in the name since HOCON does not support substitutions in a quoted string.