You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Falko Modler <f....@gmx.net> on 2022/03/14 17:47:46 UTC

Dependencies from profiles broken in 3.8.5?

Hi everyone,

before I invest (a lot of) time, is it just me or are dependencies from
profiles broken in Maven 3.8.5?

In my Quarkus project, two usecases broke with 3.8.5 but they are fine
with 3.8.4 and before.

One is described briefly here:
https://github.com/quarkusio/quarkus/pull/24285#issuecomment-1067049568

Has anything changed in that area in 3.8.5?

At this point it could also be an incompatibility issue with Quarkus,
which is why I'd appreciate some pointers in the right direction.

Thanks!

Cheers,

Falko


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Dependencies from profiles broken in 3.8.5?

Posted by Falko Modler <f....@gmx.net>.
Now tracked via: https://issues.apache.org/jira/browse/MNG-7432

Am 15.03.2022 um 13:52 schrieb Falko Modler:
> FTR, problem confirmed, see:
> - https://github.com/quarkusio/quarkus/pull/24285#issuecomment-1067713252
> - https://github.com/quarkusio/quarkus/pull/24285#issuecomment-1067738029
>
> There is also a quickfix PR: https://github.com/apache/maven/pull/695
>
> Quarkus team member Alexey Loubyansky is trying to prepare a non-Quarkus
> reproducer:
> https://github.com/quarkusio/quarkus/pull/24285#issuecomment-1067939200
>
> Cheers
>
> Am 14.03.2022 um 20:12 schrieb Tamás Cservenák:
>> Can you expose some reproducer of the issue you have, or maybe the
>> project
>> that fails with maven 3.8.5?
>>
>> T
>>
>> On Mon, Mar 14, 2022 at 8:06 PM Falko Modler <f....@gmx.net> wrote:
>>
>>> Thanks for checking! In fact, I would have been very surprised if
>>> that was
>>> broken in general.
>>>
>>> Right now I'm suspecting user property parsing but I have yet to take a
>>> closer look...
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Dependencies from profiles broken in 3.8.5?

Posted by Falko Modler <f....@gmx.net>.
FTR, problem confirmed, see:
- https://github.com/quarkusio/quarkus/pull/24285#issuecomment-1067713252
- https://github.com/quarkusio/quarkus/pull/24285#issuecomment-1067738029

There is also a quickfix PR: https://github.com/apache/maven/pull/695

Quarkus team member Alexey Loubyansky is trying to prepare a non-Quarkus
reproducer:
https://github.com/quarkusio/quarkus/pull/24285#issuecomment-1067939200

Cheers

Am 14.03.2022 um 20:12 schrieb Tamás Cservenák:
> Can you expose some reproducer of the issue you have, or maybe the project
> that fails with maven 3.8.5?
>
> T
>
> On Mon, Mar 14, 2022 at 8:06 PM Falko Modler <f....@gmx.net> wrote:
>
>> Thanks for checking! In fact, I would have been very surprised if that was
>> broken in general.
>>
>> Right now I'm suspecting user property parsing but I have yet to take a
>> closer look...
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Dependencies from profiles broken in 3.8.5?

Posted by Tamás Cservenák <ta...@cservenak.net>.
Can you expose some reproducer of the issue you have, or maybe the project
that fails with maven 3.8.5?

T

On Mon, Mar 14, 2022 at 8:06 PM Falko Modler <f....@gmx.net> wrote:

> Thanks for checking! In fact, I would have been very surprised if that was
> broken in general.
>
> Right now I'm suspecting user property parsing but I have yet to take a
> closer look...
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: Dependencies from profiles broken in 3.8.5?

Posted by Falko Modler <f....@gmx.net>.
Thanks for checking! In fact, I would have been very surprised if that was broken in general.

Right now I'm suspecting user property parsing but I have yet to take a closer look...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Dependencies from profiles broken in 3.8.5?

Posted by Tamás Cservenák <ta...@cservenak.net>.
Howdy,

I tried but could not reproduce this with 3.8.5: when I do `-PmyProfile`
with dependencies declared in profile, the dependencies ARE there (tried
with full GAV but also managed dependencies, where profile had only GA but
version came from depMgt).

IMHO, this is somewhere else....

HTH
T



On Mon, Mar 14, 2022 at 6:48 PM Falko Modler <f....@gmx.net> wrote:

> Hi everyone,
>
> before I invest (a lot of) time, is it just me or are dependencies from
> profiles broken in Maven 3.8.5?
>
> In my Quarkus project, two usecases broke with 3.8.5 but they are fine
> with 3.8.4 and before.
>
> One is described briefly here:
> https://github.com/quarkusio/quarkus/pull/24285#issuecomment-1067049568
>
> Has anything changed in that area in 3.8.5?
>
> At this point it could also be an incompatibility issue with Quarkus,
> which is why I'd appreciate some pointers in the right direction.
>
> Thanks!
>
> Cheers,
>
> Falko
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>