Christopher Tate
Christopher Tate
I found a bug that did not exist in 4.2.*, but was introduced in vertx-web-openapi version 4.3.*. If I send a PATCH request to an API defined with openapi for...
The optimisticCast method is problematic when inserting Date values into a text or char field in the database, converting a parameter like '2019-08-16' to '2019-08-16 -06' with the timezone offset....
Adding an `openshift: true` boolean field to the operator to remove the default Solr `fsGroup: 8983` securityContext used in Kubernetes. ```yaml apiVersion: solr.apache.org/v1beta1 kind: SolrCloud spec: customSolrKubeOptions: podOptions: openshift: true...