ncelerier

Results 9 comments of ncelerier

Hello, I've the same problem, except that my configuration is a bit different: - Windows 7 64 bits, no administrator rights - Chrome 40.0.2214.91 (Liberkey version) - Firefox 35 (Liberkey...

Ok, thank you for clarifying.

I think it might be useful for me too. Can you confirm you are talking about these type switchers ? ![capture](https://user-images.githubusercontent.com/3831563/33985015-9d48797c-e0b9-11e7-87d6-c5570d0735a5.PNG)

It is also happening with Eclipse 2019-03 on Windows 10.

Which JRE/JDK are you using to launch Eclipse ? I noticed that it is working with version 8 but not version 11.

Hi @wing328, I have this property in the `pom.xml` : ``` false ``` Could it be that it is not taken into account ?

For the `java` client generator, I tried with this and indeed the Map is generated: ```xml java false ``` However, if I set `additionalProperties: false` in my schema, the Map...

Hello, sorry for this late response. Forget what I said about the `java` client generator and `additionalProperties: false` : the Map is not generated which is the expected behaviour. Sorry,...

Hello, @martin-mfg, `disallowAdditionalPropertiesIfNotPresent=false` was indeed being used. @DavidGrath, I have tested your branch and I think it is working properly now. Here is a recap of the current behaviour using...