Re: Regression in model interpolation coming from using JSR-330?

2019-11-07 Thread Gabriel Belingueres
Thank you Stuart for your in deep explanations. I agree runtime checking is the way to go. I was looking for a shorter path but I see it would become problematic. El jue., 7 de nov. de 2019 a la(s) 00:48, Stuart McCulloch ( mccu...@gmail.com) escribió: > The index generator is very simple and jus

Re: Regression in model interpolation coming from using JSR-330?

2019-11-07 Thread Stuart McCulloch
@Named is the same as marking a component in Plexus and giving it a hint - and just as you can have components with explicit hints/names, you can also have components without an explicit name. If you don't choose an explicit name then it will use the fully-qualified class as the name. As for havin

Re: Apache Wagon vs maven-shade vs embedded licenses

2019-11-07 Thread Michael Osipov
Am 2019-11-07 um 12:08 schrieb Enrico Olivelli: Il giorno gio 7 nov 2019 alle ore 10:38 ha scritto: sure, if you know how to fix, yes, I can drop this release and start the next one quickly particularly if it helps us later to improve Maven handling of the case This case of -shaded.jar publi

Re: Apache Wagon vs maven-shade vs embedded licenses

2019-11-07 Thread herve . boutemy
I agree on all points, perfect match :) Regards, Hervé - Mail original - De: "Enrico Olivelli" À: "Maven Developers List" Envoyé: Jeudi 7 Novembre 2019 12:08:11 Objet: Re: Apache Wagon vs maven-shade vs embedded licenses Il giorno gio 7 nov 2019 alle ore 10:38 ha scritto: > sure, if

Re: Apache Wagon vs maven-shade vs embedded licenses

2019-11-07 Thread Enrico Olivelli
Il giorno gio 7 nov 2019 alle ore 10:38 ha scritto: > sure, if you know how to fix, yes, I can drop this release and start the > next one quickly > > particularly if it helps us later to improve Maven handling of the case > > This case of -shaded.jar published to Central [1] is really a completel

Re: Regression in model interpolation coming from using JSR-330?

2019-11-07 Thread Tibor Digana
Question. Why we used @Named? I was talking about it in before that the names must not be the same but i do not understand why we use @Named since there is no benefit from expression language in Maven where the name of bean is only useful as a reference to the bean. Additionally, two beans having @

Re: Apache Wagon vs maven-shade vs embedded licenses

2019-11-07 Thread herve . boutemy
sure, if you know how to fix, yes, I can drop this release and start the next one quickly particularly if it helps us later to improve Maven handling of the case This case of -shaded.jar published to Central [1] is really a completely different scenario than Maven -bin.zip/tar,gz binary distrib