Christophe Bornet
Christophe Bornet
### Motivation The exception occurs because `KeySharedPolicy` can't be deserialized. This change also adds unit tests for `loadConf` ### Modifications Add `JsonIgnore` on `ConsumerBuilder`'s `keySharedPolicy` field. ### Verifying this change...
Spring Data now has [argument resolvers for Pageable and Sort for Webflux](https://github.com/spring-projects/spring-data-commons/pull/264). It would be great to have these autoconfigured if spring-data-commons is detected on the classpath like what is...
It would be great to have type casting of formats 'string/date-time' and 'string/date' to python datetime.datetime and datetime.date. I guess this would need custom flask converters to be added to...
Currently our support of ZonedDatetime in SQL is minimal : we store the instant represented by this ZD and assume UTC timezone. We have something a little better on Cassandra...
See https://github.com/grpc/grpc-java/pull/3119 for an example of manual flow control of gRPC. It would be great to use it to implement backpressure instead of buffering. There are also some [existing wrappers](https://github.com/salesforce/reactive-grpc/tree/master/reactive-grpc-common/src/main/java/com/salesforce/reactivegrpccommon)...
When doing a liquibase:diff, the join column of `@OneToOne` relationships that is added should also have a unique constraint. ┆Issue is synchronized with this [Jira Bug](https://datical.atlassian.net/browse/LB-438) by [Unito](https://www.unito.io/learn-more)
Currently yodoctor does a `npm --version` to get npm's version but that crashes if npm is not on the PATH. It should instead only give a warning that npm was...