Jérémie Bresson
Jérémie Bresson
I would appreciate if you were using an other issue to ask a question, because this has nothing to do with this issue. I will be happy to discuss it...
Thank you for your answer. Of course I am not saying that the Azure team approach is right. Maybe some rules do not make sense. For the moment, the Azure...
> When I have modified their test suite in order to remove the errors and in order to run the oad tool, I was not sure about the `collectionFormat` attribute....
I had a look at the code. As far as can tell, the information is already present in the `ChangedXxxx` objects (`com.qdesrame.openapi.diff.model` package) instanciated by the compare engine. I could...
For info: Having any property set next to `$ref` is not a valid OpenAPI document. See https://github.com/OAI/OpenAPI-Specification/issues/556 for details. (you will see my comments and a lot of other telling...
I have the same problem. Maybe I did not understood how `versionProperties` works. In my `gradle.properties`, I am using a custom version property: ``` mainversion=1.0.1-SNAPSHOT ``` In my `build.gradle` I...
> Under "Releases", it currently shows 2.6.0 as Latest on Mar 22, 2017 I was also wondering if the development is still done in this repo. On the page: https://github.com/researchgate/gradle-release/releases...
I suggest to review this when we have the possibility to run CI tests against a more recent version of GitLab (see #925)
@maltem-za since the change is breaking, would it be OK to do in our next major version `6.0.0` on the [`6.x` branch](https://github.com/gitlab4j/gitlab4j-api/tree/6.x)?
@maltem-za: I have rebased your change on top of `origin/6.x` but I am not able to force push it on your branch `add-pats-support`. Probably you did not check `[x] allowed...