Re: [VOTE] Release Apache Maven Verifier version 1.7.0

2020-03-29 Thread Hervé BOUTEMY
when 34 adds a common feature (like here Reproducible Builds), yes but we don't care as much as this requires to drop a release: it's just a missed opportunity that I wanted to share to avoid in the future for other releases: every future release by us should be able to be added to https://gi

Re: welcome reproducible-central

2020-03-29 Thread Hervé BOUTEMY
Le dimanche 29 mars 2020, 13:55:07 CEST Michael Osipov a écrit : > Am 2020-03-29 um 09:27 schrieb Hervé BOUTEMY: > > I'll try to make this more visible, without introducing too much > > complexity > > into the scripts: one of the intents is also to stay simple > > Please update the README by not c

Re: [VOTE] Release Apache Maven Verifier version 1.7.0

2020-03-29 Thread Olivier Lamy
+1 On Sat, 28 Mar 2020 at 07:30, Robert Scholte wrote: > Hi, > > We solved 10 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12332949&styleName=Text > > There are still a couple of issues left in JIRA: > > https://issues.apache.org/jira/issues/?jql=

Re: [VOTE] Release Apache Maven Verifier version 1.7.0

2020-03-29 Thread Elliotte Rusty Harold
My mistake. Looks like that PR actually reverted the package to the same value used in 1.6, so I'm +0. On Sun, Mar 29, 2020 at 8:15 AM Elliotte Rusty Harold wrote: > > The package change in > https://github.com/apache/maven-verifier/commit/f5ba89d42f6c5e9b6416ac7d0346faa71bbd26d6 > suggests this

Re: [VOTE] Release Apache Maven Verifier version 1.7.0

2020-03-29 Thread Elliotte Rusty Harold
The package change in https://github.com/apache/maven-verifier/commit/f5ba89d42f6c5e9b6416ac7d0346faa71bbd26d6 suggests this should be 2.0.0, not 1.7.0 per semver guidelines. This is not API compatible with the previous release. I don't think I have a binding vote, but I'm -1 on this. On Sun,

Re: [VOTE] Release Apache Maven Verifier version 1.7.0

2020-03-29 Thread Elliotte Rusty Harold
The parent POM for this is at 33 instead of 34. Do we care? On Sun, Mar 29, 2020 at 5:07 AM Hervé BOUTEMY wrote: > > +1 > > sadly, parent pom was not updated, then this release is not reproducible > > Le vendredi 27 mars 2020, 22:30:11 CEST Robert Scholte a écrit : > > Hi, > > > > We solved 10 is

Re: welcome reproducible-central

2020-03-29 Thread Michael Osipov
Am 2020-03-29 um 09:27 schrieb Hervé BOUTEMY: Le samedi 28 mars 2020 20:56:25 CEST, vous avez écrit : Am 2020-03-28 um 18:21 schrieb Hervé BOUTEMY: Hi, I'd like to announce a new important step for Reproducible Builds for the JVM: reproducible-central. The intent is to provide easy to run rep

Re: [VOTE] Release Apache Maven Verifier version 1.7.0

2020-03-29 Thread Karl Heinz Marbaise
Hi, +1 from me. Kind regards Karl Heinz Marbaise On 27.03.20 22:30, Robert Scholte wrote:> Hi, We solved 10 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12332949&styleName=Text There are still a couple of issues left in JIRA: https://issues.apache

Re: [VOTE] Release Apache Maven Verifier version 1.7.0

2020-03-29 Thread Karl Heinz Marbaise
Hi, On 29.03.20 11:22, Artem Krosheninnikov wrote: Not a +1/-1 here, just wanted to say plugin name clashes a bit with https://github.com/apache/maven-verifier-plugin (that is still in suspended state) We are voting about shared component "Maven Verifier" vs. "Maven Verifier Plugin".. Kidn re

Re: [VOTE] Release Apache Maven Verifier version 1.7.0

2020-03-29 Thread Artem Krosheninnikov
Not a +1/-1 here, just wanted to say plugin name clashes a bit with https://github.com/apache/maven-verifier-plugin (that is still in suspended state) вс, 29 мар. 2020 г. в 12:07, Hervé BOUTEMY : > +1 > > sadly, parent pom was not updated, then this release is not reproducible > > Le vendredi 27

Re: [VOTE] Release Apache Maven Verifier version 1.7.0

2020-03-29 Thread Hervé BOUTEMY
+1 sadly, parent pom was not updated, then this release is not reproducible Le vendredi 27 mars 2020, 22:30:11 CEST Robert Scholte a écrit : > Hi, > > We solved 10 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&ve > rsion=12332949&styleName=Text > > There ar

Re: Maven Runtime Metrics

2020-03-29 Thread Romain Manni-Bucau
It depends how it is done. @Inject MetricsSystem ms; will likely fail but if you inject the container and do the lookup you can handle the absence of the metrics, less elegant but working as well. Alternative is to inject a custom compiler component and have 2 components impl (hints being differe

Re: Maven Runtime Metrics

2020-03-29 Thread Enrico Olivelli
Self answer: I had written the DefaultMetricsSystem file in the wrong directory ! (in maven core tests!) Sorry fo the noise I have just one problem. Currently I am using Jsr300 to plug the MetricsSystem to Maven Core and this would be the expected way for Plugins. Say now that I want to use my Me

Re: welcome reproducible-central

2020-03-29 Thread Hervé BOUTEMY
Le samedi 28 mars 2020 20:56:25 CEST, vous avez écrit : > Am 2020-03-28 um 18:21 schrieb Hervé BOUTEMY: > > Hi, > > > > I'd like to announce a new important step for Reproducible Builds for the > > JVM: reproducible-central. > > > > The intent is to provide easy to run reproducible recipes, to le