Re: Modello status

2019-12-26 Thread Elliotte Rusty Harold
On Thu, Dec 26, 2019 at 7:57 AM Robert Scholte wrote: > > Maven is indeed the main consumer of Modello, but there are more. > There are enough committers here in the team that can help with Modello. > I doubt that manual maintaining the generated code is possible (or > preferred), Modello does en

Re: Modello status

2019-12-26 Thread Robert Scholte
Maven is indeed the main consumer of Modello, but there are more. There are enough committers here in the team that can help with Modello. I doubt that manual maintaining the generated code is possible (or preferred), Modello does ensure that readers/writers, model and XSDs stay in sync at all ti

Re: Continuous integration

2019-12-26 Thread Karl Heinz Marbaise
Hi Elliotte, On 26.12.19 12:23, Elliotte Rusty Harold wrote: The various Maven repos don't seem to have any automatic continuous integration presubmit checks. Informations on the repos is not yet done for all the repos...I've improved a few of them in the meantime ...(for example maven-install

Re: Continuous integration

2019-12-26 Thread Enrico Olivelli
Hi Elliotte, This is a very long story. For some repository we have Travis, and for some other repo we are experimenting with github actions. The real problem is that we want to test a patch against an huge matrix of combinations: maven, java, os... So we are using ASF Jenkins. The problem is tha

Re: Current master is broken !

2019-12-26 Thread Elliotte Rusty Harold
On the plus side, this reminded me to look into CI for our repos. :-) On Thu, Dec 26, 2019 at 6:18 AM Enrico Olivelli wrote: > > I am sorry. > Autocomplete wrote the wrong address. > Sorry for the noise > > Enrico > > Il gio 26 dic 2019, 12:16 Karl Heinz Marbaise ha > scritto: > > > Hi Enrico, >

Continuous integration

2019-12-26 Thread Elliotte Rusty Harold
The various Maven repos don't seem to have any automatic continuous integration presubmit checks. I found a Jenkins service but it's somewhat out of date, doesn't cover most of our important repos, and does not appear to integrate with Github: https://builds.apache.org/view/M-R/view/Maven/ The tw

Re: Current master is broken !

2019-12-26 Thread Enrico Olivelli
I am sorry. Autocomplete wrote the wrong address. Sorry for the noise Enrico Il gio 26 dic 2019, 12:16 Karl Heinz Marbaise ha scritto: > Hi Enrico, > > this is the wrong list ;-).. > > Kind regards > Karl Heinz Marbaise > On 26.12.19 11:58, Enrico Olivelli wrote: > > Hi all, > > current master

Modello status

2019-12-26 Thread Elliotte Rusty Harold
Or any other projects besides Maven using Modello these days? Or are we pretty much the sole dependents? Context: I'm looking at some issues that seem to grow out of Modello's code generation. The code there is fairly clean, but it's still a huge additional layer of indirection that makes small ch

Re: Current master is broken !

2019-12-26 Thread Karl Heinz Marbaise
Hi Enrico, this is the wrong list ;-).. Kind regards Karl Heinz Marbaise On 26.12.19 11:58, Enrico Olivelli wrote: Hi all, current master is broken ! Every pull request validation is going to fail due the error below I have sent a dummy PR without any real change and it failed https://github.c

Re: Current master is broken !

2019-12-26 Thread Elliotte Rusty Harold
This looks like bookkeeper (whatever that is), not maven. Did you send to the right mailing list? On Thu, Dec 26, 2019 at 5:58 AM Enrico Olivelli wrote: > > Hi all, > current master is broken ! > Every pull request validation is going to fail due the error below > > I have sent a dummy PR without

Current master is broken !

2019-12-26 Thread Enrico Olivelli
Hi all, current master is broken ! Every pull request validation is going to fail due the error below I have sent a dummy PR without any real change and it failed https://github.com/apache/bookkeeper/pull/ I will send a fix as soon as I can. But I can't find any explanation of the problem. Ma