Guillaume Nodet

Results 422 comments of Guillaume Nodet

It's only a POC, so your suggestions are very welcomed ! I'll enhance it based on your feedback. I wanted to gauge the interest first 😀

> What with `only-script` type? ... it is a default The current PR only supports the only-script mode. Anything else could require starting a JVM and kinda defeats the purpose...

I just found out https://github.com/foojayio/discoapi/tree/main which may be closer to what we want that reusing seaman. @rmannibucau wdyt ?

> Is that true? .mvn/wrapper/maven-wrapper.properties would ont normally be part fo the user's project. It's maven configuration and would not be checked into the source repo. It's not true. A...

> CI pipeline currently blocked by [MWRAPPER-159](https://issues.apache.org/jira/browse/MWRAPPER-159) I think rebasing on current master should work. Can you do that @lbruun ?

> Move it, just like enforce bytecode rule! https://github.com/apache/maven-build-helper-plugin

You may want to try with ``` Terminal terminal = TerminalBuilder.builder() .provider(TerminalBuilder.PROP_PROVIDER_EXEC) .streams(in, out).build(); ``` see https://groups.google.com/g/jline-users/c/Vc8647F8Q00/m/_o6Sx_XiBgAJ

Modello is nowadays only used as the input, we don't use it to generate code directly anymore. I made some performance measurements, and this patch actually does not work. The...

> > Modello is nowadays only used as the input, we don't use it to generate code directly anymore. I made some performance measurements, and this patch actually does not...

> > > Modello is nowadays only used as the input, we don't use it to generate code directly anymore. I made some performance measurements, and this patch actually does...