Olivier DUPUY

Results 21 comments of Olivier DUPUY

First, great plugin. Thanks a lot Piotr. I have the same issue, switching to new projects or if I clean some folders... the configuration for the project is lost. I...

Code 18 is a login/password issue. As soon as I change one of them instead of a success, I get 18. Only plain characters are in my password, though. In...

Bonjour David, The plug-in 0.9.2016 on Intellij 2016-3 First tab, host/port entered and primary for the 'read preferences' Second tab, username and password entered (no special characters), auth database entered,...

In our case, we have conflicts on operation Ids, so we simply removed them before merging ``` # Swagger specification https://swagger.io/specification/ # - the operationId field must be unique, it...

I have a similar issue. I parse my swagger file with this library. In the tree of jsonNode, I have endpoint referring to other endpoint for codes, body... as they...

Thanks for your answer @cowtowncoder. I cannot comment much on what it is effectively doable in this lib but I will keep an eye on the issue. In the meantime...

I was thinking about something similar while replying. A new type of node should be OK and without risks. Simply a text reference to the referred anchor or for an...

We truly need a simple way as a new `MethodSorters` value and possibly as a global system property (RANDOM possibly but DEFAULT by default) to have a totally random order...

Thanks @cardil This will certainly come handy but when I run the test inside my IDE I usually run it directly so direct JUnit support is a must. I had...

As per my comment in #633, yes tests should not depend on the order but legacy applications do exist and they are our bread and butter. Adding a fixed order...