Francesco MDE
Francesco MDE
see commit 2a559f5
We use the operationId as the method name in the controller, that's why it must be present.
Thanks. Indeed we could better respect the specification and provide defaults for non mandatory specifications such as this one (and the successful response of #61). We can implement this in...
From the [specification](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#responses-object): "it is expected from the documentation to cover a successful operation response and any known errors" That's why we raise an exception when a successful response is...
Yes, that's true. But we have to generate code from the swagger definition, so we chose to make the successful response definition mandatory, rather than provide a default implementation in...
Yes it was meant to use the tmp folder of a hdfs file system. That's why it is hardcoded. But it can be a nice idea to have it parametric....
Scan filtering is now available in version 0.5.0. However we would like to investigate if other approaches that @andreaferretti describes are feasible, such that Java HBase client API are completly...
Thanks @vidma for sharing this workaround. I'm still on hbase 1.0.0 and haven't tested 1.2.0 yet. @xiaolezhu when you have different types in your map's values (String and Long in...
Hello, it seems that in version 9.1 from repository there isn't this patch.
I have the same issue with colima 0.6.7. This was working properly until version 0.5.x. I notice that in the feature list of release 0.6.0 there is this statement: >...