Aaron Stainback

Results 51 issues of Aaron Stainback

I have not seen an update in 2 years.

any plans on supporting scala 2.13?

ideally this would use Statefulset and/or the operator pattern.

enhancement

I would have thought the following would work: ``` { "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "additionalProperties": false, "definitions": { "MessageAttribute": { "type": "object", "additionalProperties": true, "properties": { "Type": { "type": "string"...

I'm using a Scope of Dictionary and I have keys like Foo.Bar and that's getting converted to Foo/Bar in elastic search. How can I fix this.

enhancement

The last nuget package I see is from 2 years ago

It says: https://github.com/FasterXML/jackson-modules-java8/tree/master/datetime For string representation default formats for deserialization are: | Java type | Format | |------------|---------| |[`ZonedDateTime`](https://docs.oracle.com/javase/8/docs/api/java/time/ZonedDateTime.html)|[`DateTimeFormatter.ISO_ZONED_DATE_TIME`](https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html#ISO_ZONED_DATE_TIME)| But in the code I see: https://github.com/FasterXML/jackson-modules-java8/blob/1534c557d4ea997b7a80a9bcba4c98cd558e4493/datetime/src/main/java/com/fasterxml/jackson/datatype/jsr310/ser/ZonedDateTimeSerializer.java#L22-L23

documentation
hacktoberfest

I would like to be able to pass a cancellation token to SendAsync

enhancement

Azure public IPs have idle timeouts, ours is 4 minutes. We would like to set the TCP keepalive to 3 minutes and 30 seconds. This is causing many issues for...

enhancement