Jérémie Bresson

Results 204 comments of Jérémie Bresson
trafficstars

Thank you for this quick reply. This behavior is not what I get if I use the BOM approach using `platform (..)` in the `dependencies` section: https://github.com/jmini/jdt-experiments/blob/671e499c538d70c850d69999b1ca3ca13a2faea8/jdt-gradle-example/utilities/build.gradle#L2 Currently the BOM...

From the Gradle docs: > *Importing Maven BOMs* > https://docs.gradle.org/current/userguide/platforms.html#sub:bom_import Projects like Spring or Quarkus are big users of BOM files. --- > But if you're satisfied, I'm satisfied :)...

_I have the same question, so I hope it is OK to resume this thread._ My hope is that it is possible to create a multi module gradle project that...

Thank you for the fast answer. Eventually I will dig into the code of the ["UpdateSite Publisher Application"](https://wiki.eclipse.org/Equinox/p2/Publisher#UpdateSite_Publisher_Application) to understand what it is doing. From what I found in the...

If you don't have to use it, probably it is a good idea to not use p2 at all… But in my case (Eclipse Plugin) I need to create an...

I would be also interested by this feature. We are starting to use draw.io for our diagrams, because we want/need the flexibility to style and arrange the diagram with some...

Drawio has a command line tool: https://j2r2b.github.io/2019/08/06/drawio-cli.html It can produce `svg`, `pdf`, `png` or `jpeg` file. I agree with you that the syntax to write one diagram is more XML:...

> The constructors are all private, because when the passed JSON is a reference node, and we've already parsed that JSON, we need to return a shared reference to the...

> Ok, so my guess above does not work. Sorry if you wasted any time on it. Do not worry, I am in an evaluation phase, so I am glad...