Jérémie Bresson

Results 204 comments of Jérémie Bresson
trafficstars

I wanted to give your tool a try, but we are using OpenAPI v3, so I guess I will have to dig into the code first. There is a workaround....

The local build is working: With Java 11 on the path: ``` $ java -version openjdk version "11.0.5" 2019-10-15 OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.5+10) OpenJDK 64-Bit Server VM AdoptOpenJDK...

One note that you need to know (standard for all RCP app including Eclipse IDE itself): You should have Java 11 which is not the default on my mac. Either...

To create a release: **1) Set the credentials to be able to push to nexus:** ``` export SONATYPE_USER= export SONATYPE_PASSWORD= ``` **2) Change the version and commit.** 2a) change the...

If you need a multi module project to reproduce, you can just run `gradle ini` (with gradle 6.7.1) it creates a multi module one: ``` $ mkdir tmpgradle $ cd...

As comparison, if I create this with gradle 6.7.1, inside a `tmpgradle/` folder: ``` $ gradle init Select type of project to generate: 1: basic 2: application 3: library 4:...

After having read this message [[eclipse.org-committers] Critical bug made it into Eclipse 4.19 (any plans on removing it or providing a new build?)](https://www.eclipse.org/lists/eclipse.org-committers/msg01306.html) and [Bug 571990](https://bugs.eclipse.org/bugs/show_bug.cgi?id=571990) I thought I could...

@darrelmiller, thank you for this message. Here some more questions we have with the [@OpenAPITools/people](https://github.com/orgs/OpenAPITools/people). > @jmini Thanks for your feedback on this issue. I'm not sure I agree that...

I am the feeling that this discussion is going everywhere but not about debating the guideline (which was my initial intention). My personal opinion about this topic is simple: **Having...