Re: Is compile classpath deterministic?

2018-10-21 Thread Elliotte Rusty Harold
In general, yes, the compile time classpath is deterministic. However there are a few ways it can get mucked up including extra jars in your VMs jre/lib/ext folder. Their may be other ways those jars can mess with you, especially if they have scope provided. Also, you probably shouldn't have two

Is compile classpath deterministic?

2018-10-21 Thread Dagang Wei
Hi folks, I ran into an issue of compile dependency conflict caused by same class name (javax.ws.rs.core.Response) with different method signatures in different artifacts (jsr311-api and javax.ws.rs-api). On one machine, it compiles because it compiles against javax.ws.rs-api; on another

Re: [VOTE] Requests to add to scheduled Maven CORE Release

2018-10-21 Thread Tibor Digana
Let's schedule the release day, no objections, but there are still two open issues https://issues.apache.org/jira/projects/MNG/versions/12338966 which have not been discussed yet. On Sun, Oct 21, 2018 at 8:11 PM Karl Heinz Marbaise wrote: > Hi to all Devs, > > *

Re: [VOTE] Requests to add to scheduled Maven CORE Release

2018-10-21 Thread Karl Heinz Marbaise
Hi, On 21/10/18 20:11, Karl Heinz Marbaise wrote: Hi to all Devs, * https://issues.apache.org/jira/browse/MNG-6492 review ok   To be honstest I see only a question about the details of it   by Michael Osipov. Nor do I see any implemented   code changes etc.   From my point of view no

[VOTE] Requests to add to scheduled Maven CORE Release

2018-10-21 Thread Karl Heinz Marbaise
Hi to all Devs, * https://issues.apache.org/jira/browse/MNG-6492 review ok To be honstest I see only a question about the details of it by Michael Osipov. Nor do I see any implemented code changes etc. From my point of view no reason to postpone the release. In the end: -1 postpone

Re: Aw: Core Branches - MNG-6486?

2018-10-21 Thread Karl Heinz Marbaise
Hi Michael, thanks for the feedback. Removed the branch from Core.. Kind regards Karl Heinz Marbaise On 21/10/18 15:33, Michael Osipov wrote: yes Gesendet: Sonntag, 21. Oktober 2018 um 13:34 Uhr Von: "Karl Heinz Marbaise" An: "Maven Developers List" Betreff: Core Branches - MNG-6486?

Re: Core Branches - MNG-6486?

2018-10-21 Thread Sylwester Lachiewicz
Hi, Thx for closing release - I would like to include issues with fix version 3.6.0-candidate in Jira [1] - we have patches ready and builds pass with success https://issues.apache.org/jira/browse/MNG-6492 review ok. https://issues.apache.org/jira/browse/MNG-6490 Karl, can You review?

Aw: Core Branches - MNG-6486?

2018-10-21 Thread Michael Osipov
yes > Gesendet: Sonntag, 21. Oktober 2018 um 13:34 Uhr > Von: "Karl Heinz Marbaise" > An: "Maven Developers List" > Betreff: Core Branches - MNG-6486? > > hi, > > I have taken a look on the different branches in Maven CORE: > > There is a branch: >

Core Branches - MNG-6486?

2018-10-21 Thread Karl Heinz Marbaise
hi, I have taken a look on the different branches in Maven CORE: There is a branch: https://builds.apache.org/view/M-R/view/Maven/job/maven-box/job/maven/job/MNG-6486/ https://issues.apache.org/jira/browse/MNG-6486 The ticket shows it's integrated ... The history told me that's already on