You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2023/02/09 20:15:14 UTC

[maven-gh-actions-shared] branch v3 updated: Switch to Maven 3.9.0

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch v3
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git


The following commit(s) were added to refs/heads/v3 by this push:
     new 9055557  Switch to Maven 3.9.0
9055557 is described below

commit 90555573820ea078880a0f4edc7ce2000ea4ade4
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Feb 9 21:15:09 2023 +0100

    Switch to Maven 3.9.0
---
 .github/workflows/maven-verify.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml
index 654b5b9..471053f 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -84,7 +84,7 @@ on:
       ff-maven:
         description: The Maven version used during fail-fast-build job
         required: false
-        default: '3.8.7'
+        default: '3.9.0'
         type: string
 
       ff-jdk:


Re: [maven-gh-actions-shared] branch v3 updated: Switch to Maven 3.9.0

Posted by Olivier Lamy <ol...@apache.org>.
On Sun, 19 Feb 2023 at 9:24 pm, Sylwester Lachiewicz <sl...@gmail.com>
wrote:

> I hope this is question to community & Maven PMC, right?
>
> I think we all trying best to test Maven 3.9.


I haven’t said the opposite.
I’m just saying generally version x.0 could not be really considered as
stable especially without beta or alpha first


Furthermore my question concern a more general policy about what versions
do we support.


> Sylwester
>
> niedz., 19 lut 2023, 12:21 użytkownik Olivier Lamy <ol...@apache.org>
> napisał:
>
> > On Sun, 19 Feb 2023 at 9:12 pm, Sylwester Lachiewicz <
> > slachiewicz@gmail.com>
> > wrote:
> >
> > > From our Maven Download page:
> > >
> > > Downloading Apache Maven 3.9.0
> > >
> > > Apache Maven 3.9.0 is the latest release and recommended version for
> all
> > > users.
> > >
> > >
> > > On the history page we have only information that Maven 3.0 is EOL.
> > >
> > > https://maven.apache.org/docs/history.html
> >
> >
> > But not 3.2.5 3.3.3 etc…
> > What should we marked EOL as well?
> > Everything up to 3.8.6?
> >
> > <https://maven.apache.org/docs/history.html>
> > >
> > >
> > > br
> > >
> > > Sylwester
> > >
> > > niedz., 19 lut 2023 o 12:04 Olivier Lamy <ol...@apache.org>
> napisał(a):
> > >
> > > > On Sun, 19 Feb 2023 at 8:59 pm, Sylwester Lachiewicz <
> > > > slachiewicz@gmail.com>
> > > > wrote:
> > > >
> > > > > Hi,
> > > > > I think so far we support all maven versions from 3.2.5+ and
> nothing
> > > has
> > > > > changed yet.
> > > > >
> > > > > If we have issue with specific Maven version and plugin we can
> > > add/change
> > > > > used Maven in GH action. Ofc we should use donated resources from
> > > GitHub
> > > > > effectively.
> > > > >
> > > > > I believe now focus is to test all our plugins and shared libs with
> > our
> > > > > latest and recommend Maven 3.9?
> > > >
> > > >
> > > > It might be a bit early to recommend 3.9.0?
> > > > We should probably think about what do we really support?
> > > > 3.8.x and 3.9.x?
> > > > But first what do we mean by “support”?
> > > >
> > > >
> > > > >
> > > > > Sylwester
> > > > >
> > > > > niedz., 19 lut 2023, 11:49 użytkownik Olivier Lamy <
> olamy@apache.org
> > >
> > > > > napisał:
> > > > >
> > > > > > Typically this issue is a problem on what core version do we
> > > support..
> > > > > > https://issues.apache.org/jira/browse/MENFORCER-468
> > > > > >
> > > > > > The new code is not working with 3.8.x
> > > > > >
> > > > > > On Sun, 19 Feb 2023 at 1:58 pm, Olivier Lamy <ol...@apache.org>
> > > wrote:
> > > > > >
> > > > > > > This change means we do not have any more gha running with
> > anything
> > > > > > > else than 3.9.0
> > > > > > > can I understand this as an implicit we do not support anything
> > > > <3.9.0?
> > > > > > > I can't find any documentation on the website related to the
> > > > > > > version(s) we support EOL etc...
> > > > > > > Should we have some documentation to make this EOL policy
> really
> > > > clear?
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On Fri, 10 Feb 2023 at 06:15, <sl...@apache.org> wrote:
> > > > > > > >
> > > > > > > > This is an automated email from the ASF dual-hosted git
> > > repository.
> > > > > > > >
> > > > > > > > slachiewicz pushed a commit to branch v3
> > > > > > > > in repository
> > > > > > >
> https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
> > > > > > > >
> > > > > > > >
> > > > > > > > The following commit(s) were added to refs/heads/v3 by this
> > push:
> > > > > > > >      new 9055557  Switch to Maven 3.9.0
> > > > > > > > 9055557 is described below
> > > > > > > >
> > > > > > > > commit 90555573820ea078880a0f4edc7ce2000ea4ade4
> > > > > > > > Author: Sylwester Lachiewicz <sl...@apache.org>
> > > > > > > > AuthorDate: Thu Feb 9 21:15:09 2023 +0100
> > > > > > > >
> > > > > > > >     Switch to Maven 3.9.0
> > > > > > > > ---
> > > > > > > >  .github/workflows/maven-verify.yml | 2 +-
> > > > > > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > > > > > >
> > > > > > > > diff --git a/.github/workflows/maven-verify.yml
> > > > > > > b/.github/workflows/maven-verify.yml
> > > > > > > > index 654b5b9..471053f 100644
> > > > > > > > --- a/.github/workflows/maven-verify.yml
> > > > > > > > +++ b/.github/workflows/maven-verify.yml
> > > > > > > > @@ -84,7 +84,7 @@ on:
> > > > > > > >        ff-maven:
> > > > > > > >          description: The Maven version used during
> > > fail-fast-build
> > > > > job
> > > > > > > >          required: false
> > > > > > > > -        default: '3.8.7'
> > > > > > > > +        default: '3.9.0'
> > > > > > > >          type: string
> > > > > > > >
> > > > > > > >        ff-jdk:
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: [maven-gh-actions-shared] branch v3 updated: Switch to Maven 3.9.0

Posted by Sylwester Lachiewicz <sl...@gmail.com>.
I hope this is question to community & Maven PMC, right?

I think we all trying best to test Maven 3.9.
Sylwester

niedz., 19 lut 2023, 12:21 użytkownik Olivier Lamy <ol...@apache.org>
napisał:

> On Sun, 19 Feb 2023 at 9:12 pm, Sylwester Lachiewicz <
> slachiewicz@gmail.com>
> wrote:
>
> > From our Maven Download page:
> >
> > Downloading Apache Maven 3.9.0
> >
> > Apache Maven 3.9.0 is the latest release and recommended version for all
> > users.
> >
> >
> > On the history page we have only information that Maven 3.0 is EOL.
> >
> > https://maven.apache.org/docs/history.html
>
>
> But not 3.2.5 3.3.3 etc…
> What should we marked EOL as well?
> Everything up to 3.8.6?
>
> <https://maven.apache.org/docs/history.html>
> >
> >
> > br
> >
> > Sylwester
> >
> > niedz., 19 lut 2023 o 12:04 Olivier Lamy <ol...@apache.org> napisał(a):
> >
> > > On Sun, 19 Feb 2023 at 8:59 pm, Sylwester Lachiewicz <
> > > slachiewicz@gmail.com>
> > > wrote:
> > >
> > > > Hi,
> > > > I think so far we support all maven versions from 3.2.5+ and nothing
> > has
> > > > changed yet.
> > > >
> > > > If we have issue with specific Maven version and plugin we can
> > add/change
> > > > used Maven in GH action. Ofc we should use donated resources from
> > GitHub
> > > > effectively.
> > > >
> > > > I believe now focus is to test all our plugins and shared libs with
> our
> > > > latest and recommend Maven 3.9?
> > >
> > >
> > > It might be a bit early to recommend 3.9.0?
> > > We should probably think about what do we really support?
> > > 3.8.x and 3.9.x?
> > > But first what do we mean by “support”?
> > >
> > >
> > > >
> > > > Sylwester
> > > >
> > > > niedz., 19 lut 2023, 11:49 użytkownik Olivier Lamy <olamy@apache.org
> >
> > > > napisał:
> > > >
> > > > > Typically this issue is a problem on what core version do we
> > support..
> > > > > https://issues.apache.org/jira/browse/MENFORCER-468
> > > > >
> > > > > The new code is not working with 3.8.x
> > > > >
> > > > > On Sun, 19 Feb 2023 at 1:58 pm, Olivier Lamy <ol...@apache.org>
> > wrote:
> > > > >
> > > > > > This change means we do not have any more gha running with
> anything
> > > > > > else than 3.9.0
> > > > > > can I understand this as an implicit we do not support anything
> > > <3.9.0?
> > > > > > I can't find any documentation on the website related to the
> > > > > > version(s) we support EOL etc...
> > > > > > Should we have some documentation to make this EOL policy really
> > > clear?
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Fri, 10 Feb 2023 at 06:15, <sl...@apache.org> wrote:
> > > > > > >
> > > > > > > This is an automated email from the ASF dual-hosted git
> > repository.
> > > > > > >
> > > > > > > slachiewicz pushed a commit to branch v3
> > > > > > > in repository
> > > > > > https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
> > > > > > >
> > > > > > >
> > > > > > > The following commit(s) were added to refs/heads/v3 by this
> push:
> > > > > > >      new 9055557  Switch to Maven 3.9.0
> > > > > > > 9055557 is described below
> > > > > > >
> > > > > > > commit 90555573820ea078880a0f4edc7ce2000ea4ade4
> > > > > > > Author: Sylwester Lachiewicz <sl...@apache.org>
> > > > > > > AuthorDate: Thu Feb 9 21:15:09 2023 +0100
> > > > > > >
> > > > > > >     Switch to Maven 3.9.0
> > > > > > > ---
> > > > > > >  .github/workflows/maven-verify.yml | 2 +-
> > > > > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > > > > >
> > > > > > > diff --git a/.github/workflows/maven-verify.yml
> > > > > > b/.github/workflows/maven-verify.yml
> > > > > > > index 654b5b9..471053f 100644
> > > > > > > --- a/.github/workflows/maven-verify.yml
> > > > > > > +++ b/.github/workflows/maven-verify.yml
> > > > > > > @@ -84,7 +84,7 @@ on:
> > > > > > >        ff-maven:
> > > > > > >          description: The Maven version used during
> > fail-fast-build
> > > > job
> > > > > > >          required: false
> > > > > > > -        default: '3.8.7'
> > > > > > > +        default: '3.9.0'
> > > > > > >          type: string
> > > > > > >
> > > > > > >        ff-jdk:
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: [maven-gh-actions-shared] branch v3 updated: Switch to Maven 3.9.0

Posted by Michael Osipov <mi...@apache.org>.
Am 2023-02-19 um 12:43 schrieb Slawomir Jaranowski:
> Another question is what does 3.8.x mean?
> 
> Eg for specific plugin should we maintain matrix of all ... from 3.8.1 to
> 3.8.7 and so on, or simply say that the latest version from 3.8.x
> 
> So when a bug occurs in plugin X with Maven 3.8.5, but not in the same
> plugin X with 3.8.7 - what we should do ... do a workaround, hack in plugin
> X to mitigate bugs from Maven 3.8.5?

My understanding:
* We can absolutely require to upgrade to a new patch version of Maven
* We guarantee API compat, at the moment, not runtime compat. If there 
is a change in behavior in a plugin in regards to a Maven version, it 
has to be a case by case decision how to proceed further. Maybe a needed 
fix was applied to Maven, granted. If the behavior in the plugin has 
been changed which violates its interaction with Maven, then it's the 
plugin's fault. There is not black an white for me.


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


Re: [maven-gh-actions-shared] branch v3 updated: Switch to Maven 3.9.0

Posted by Slawomir Jaranowski <s....@gmail.com>.
Another question is what does 3.8.x mean?

Eg for specific plugin should we maintain matrix of all ... from 3.8.1 to
3.8.7 and so on, or simply say that the latest version from 3.8.x

So when a bug occurs in plugin X with Maven 3.8.5, but not in the same
plugin X with 3.8.7 - what we should do ... do a workaround, hack in plugin
X to mitigate bugs from Maven 3.8.5?


niedz., 19 lut 2023 o 12:28 Michael Osipov <mi...@apache.org> napisał(a):

> Am 2023-02-19 um 12:20 schrieb Olivier Lamy:
> > On Sun, 19 Feb 2023 at 9:12 pm, Sylwester Lachiewicz <
> slachiewicz@gmail.com>
> > wrote:
> >
> >>  From our Maven Download page:
> >>
> >> Downloading Apache Maven 3.9.0
> >>
> >> Apache Maven 3.9.0 is the latest release and recommended version for all
> >> users.
> >>
> >>
> >> On the history page we have only information that Maven 3.0 is EOL.
> >>
> >> https://maven.apache.org/docs/history.html
> >
> >
> > But not 3.2.5 3.3.3 etc…
> > What should we marked EOL as well?
> > Everything up to 3.8.6?
> >
> > <https://maven.apache.org/docs/history.html>
>
> I think, yes. Everything before 3.2.5 must be marked as EOL. As soon as
> we start raising the bar to 3.5.4 (first Resolver) version, then
> everything before 3.5.4 should be marked as EOL. I guess the first can
> be done in March (3.2.5+), the second one somewhere in the second half
> of the year. This will give everyone a reasonable timeframe to react.
>
> M
>
>

-- 
Sławomir Jaranowski

Re: [maven-gh-actions-shared] branch v3 updated: Switch to Maven 3.9.0

Posted by Michael Osipov <mi...@apache.org>.
Am 2023-02-19 um 12:20 schrieb Olivier Lamy:
> On Sun, 19 Feb 2023 at 9:12 pm, Sylwester Lachiewicz <sl...@gmail.com>
> wrote:
> 
>>  From our Maven Download page:
>>
>> Downloading Apache Maven 3.9.0
>>
>> Apache Maven 3.9.0 is the latest release and recommended version for all
>> users.
>>
>>
>> On the history page we have only information that Maven 3.0 is EOL.
>>
>> https://maven.apache.org/docs/history.html
> 
> 
> But not 3.2.5 3.3.3 etc…
> What should we marked EOL as well?
> Everything up to 3.8.6?
> 
> <https://maven.apache.org/docs/history.html>

I think, yes. Everything before 3.2.5 must be marked as EOL. As soon as 
we start raising the bar to 3.5.4 (first Resolver) version, then 
everything before 3.5.4 should be marked as EOL. I guess the first can 
be done in March (3.2.5+), the second one somewhere in the second half 
of the year. This will give everyone a reasonable timeframe to react.

M


Re: [maven-gh-actions-shared] branch v3 updated: Switch to Maven 3.9.0

Posted by Olivier Lamy <ol...@apache.org>.
On Sun, 19 Feb 2023 at 9:12 pm, Sylwester Lachiewicz <sl...@gmail.com>
wrote:

> From our Maven Download page:
>
> Downloading Apache Maven 3.9.0
>
> Apache Maven 3.9.0 is the latest release and recommended version for all
> users.
>
>
> On the history page we have only information that Maven 3.0 is EOL.
>
> https://maven.apache.org/docs/history.html


But not 3.2.5 3.3.3 etc…
What should we marked EOL as well?
Everything up to 3.8.6?

<https://maven.apache.org/docs/history.html>
>
>
> br
>
> Sylwester
>
> niedz., 19 lut 2023 o 12:04 Olivier Lamy <ol...@apache.org> napisał(a):
>
> > On Sun, 19 Feb 2023 at 8:59 pm, Sylwester Lachiewicz <
> > slachiewicz@gmail.com>
> > wrote:
> >
> > > Hi,
> > > I think so far we support all maven versions from 3.2.5+ and nothing
> has
> > > changed yet.
> > >
> > > If we have issue with specific Maven version and plugin we can
> add/change
> > > used Maven in GH action. Ofc we should use donated resources from
> GitHub
> > > effectively.
> > >
> > > I believe now focus is to test all our plugins and shared libs with our
> > > latest and recommend Maven 3.9?
> >
> >
> > It might be a bit early to recommend 3.9.0?
> > We should probably think about what do we really support?
> > 3.8.x and 3.9.x?
> > But first what do we mean by “support”?
> >
> >
> > >
> > > Sylwester
> > >
> > > niedz., 19 lut 2023, 11:49 użytkownik Olivier Lamy <ol...@apache.org>
> > > napisał:
> > >
> > > > Typically this issue is a problem on what core version do we
> support..
> > > > https://issues.apache.org/jira/browse/MENFORCER-468
> > > >
> > > > The new code is not working with 3.8.x
> > > >
> > > > On Sun, 19 Feb 2023 at 1:58 pm, Olivier Lamy <ol...@apache.org>
> wrote:
> > > >
> > > > > This change means we do not have any more gha running with anything
> > > > > else than 3.9.0
> > > > > can I understand this as an implicit we do not support anything
> > <3.9.0?
> > > > > I can't find any documentation on the website related to the
> > > > > version(s) we support EOL etc...
> > > > > Should we have some documentation to make this EOL policy really
> > clear?
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > On Fri, 10 Feb 2023 at 06:15, <sl...@apache.org> wrote:
> > > > > >
> > > > > > This is an automated email from the ASF dual-hosted git
> repository.
> > > > > >
> > > > > > slachiewicz pushed a commit to branch v3
> > > > > > in repository
> > > > > https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
> > > > > >
> > > > > >
> > > > > > The following commit(s) were added to refs/heads/v3 by this push:
> > > > > >      new 9055557  Switch to Maven 3.9.0
> > > > > > 9055557 is described below
> > > > > >
> > > > > > commit 90555573820ea078880a0f4edc7ce2000ea4ade4
> > > > > > Author: Sylwester Lachiewicz <sl...@apache.org>
> > > > > > AuthorDate: Thu Feb 9 21:15:09 2023 +0100
> > > > > >
> > > > > >     Switch to Maven 3.9.0
> > > > > > ---
> > > > > >  .github/workflows/maven-verify.yml | 2 +-
> > > > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > > > >
> > > > > > diff --git a/.github/workflows/maven-verify.yml
> > > > > b/.github/workflows/maven-verify.yml
> > > > > > index 654b5b9..471053f 100644
> > > > > > --- a/.github/workflows/maven-verify.yml
> > > > > > +++ b/.github/workflows/maven-verify.yml
> > > > > > @@ -84,7 +84,7 @@ on:
> > > > > >        ff-maven:
> > > > > >          description: The Maven version used during
> fail-fast-build
> > > job
> > > > > >          required: false
> > > > > > -        default: '3.8.7'
> > > > > > +        default: '3.9.0'
> > > > > >          type: string
> > > > > >
> > > > > >        ff-jdk:
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: [maven-gh-actions-shared] branch v3 updated: Switch to Maven 3.9.0

Posted by Olivier Lamy <ol...@apache.org>.
On Sun, 19 Feb 2023 at 9:12 pm, Sylwester Lachiewicz <sl...@gmail.com>
wrote:

> From our Maven Download page:
>
> Downloading Apache Maven 3.9.0
>
> Apache Maven 3.9.0 is the latest release and recommended version for all
> users.


It’s just a template which has been changed without really thinking…
Do we really think we can consider 3.9.0 as really stable today?



>
> On the history page we have only information that Maven 3.0 is EOL.
>
> https://maven.apache.org/docs/history.html
>
>
> br
>
> Sylwester
>
> niedz., 19 lut 2023 o 12:04 Olivier Lamy <ol...@apache.org> napisał(a):
>
> > On Sun, 19 Feb 2023 at 8:59 pm, Sylwester Lachiewicz <
> > slachiewicz@gmail.com>
> > wrote:
> >
> > > Hi,
> > > I think so far we support all maven versions from 3.2.5+ and nothing
> has
> > > changed yet.
> > >
> > > If we have issue with specific Maven version and plugin we can
> add/change
> > > used Maven in GH action. Ofc we should use donated resources from
> GitHub
> > > effectively.
> > >
> > > I believe now focus is to test all our plugins and shared libs with our
> > > latest and recommend Maven 3.9?
> >
> >
> > It might be a bit early to recommend 3.9.0?
> > We should probably think about what do we really support?
> > 3.8.x and 3.9.x?
> > But first what do we mean by “support”?
> >
> >
> > >
> > > Sylwester
> > >
> > > niedz., 19 lut 2023, 11:49 użytkownik Olivier Lamy <ol...@apache.org>
> > > napisał:
> > >
> > > > Typically this issue is a problem on what core version do we
> support..
> > > > https://issues.apache.org/jira/browse/MENFORCER-468
> > > >
> > > > The new code is not working with 3.8.x
> > > >
> > > > On Sun, 19 Feb 2023 at 1:58 pm, Olivier Lamy <ol...@apache.org>
> wrote:
> > > >
> > > > > This change means we do not have any more gha running with anything
> > > > > else than 3.9.0
> > > > > can I understand this as an implicit we do not support anything
> > <3.9.0?
> > > > > I can't find any documentation on the website related to the
> > > > > version(s) we support EOL etc...
> > > > > Should we have some documentation to make this EOL policy really
> > clear?
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > On Fri, 10 Feb 2023 at 06:15, <sl...@apache.org> wrote:
> > > > > >
> > > > > > This is an automated email from the ASF dual-hosted git
> repository.
> > > > > >
> > > > > > slachiewicz pushed a commit to branch v3
> > > > > > in repository
> > > > > https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
> > > > > >
> > > > > >
> > > > > > The following commit(s) were added to refs/heads/v3 by this push:
> > > > > >      new 9055557  Switch to Maven 3.9.0
> > > > > > 9055557 is described below
> > > > > >
> > > > > > commit 90555573820ea078880a0f4edc7ce2000ea4ade4
> > > > > > Author: Sylwester Lachiewicz <sl...@apache.org>
> > > > > > AuthorDate: Thu Feb 9 21:15:09 2023 +0100
> > > > > >
> > > > > >     Switch to Maven 3.9.0
> > > > > > ---
> > > > > >  .github/workflows/maven-verify.yml | 2 +-
> > > > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > > > >
> > > > > > diff --git a/.github/workflows/maven-verify.yml
> > > > > b/.github/workflows/maven-verify.yml
> > > > > > index 654b5b9..471053f 100644
> > > > > > --- a/.github/workflows/maven-verify.yml
> > > > > > +++ b/.github/workflows/maven-verify.yml
> > > > > > @@ -84,7 +84,7 @@ on:
> > > > > >        ff-maven:
> > > > > >          description: The Maven version used during
> fail-fast-build
> > > job
> > > > > >          required: false
> > > > > > -        default: '3.8.7'
> > > > > > +        default: '3.9.0'
> > > > > >          type: string
> > > > > >
> > > > > >        ff-jdk:
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: [maven-gh-actions-shared] branch v3 updated: Switch to Maven 3.9.0

Posted by Michael Osipov <mi...@apache.org>.
Am 2023-02-19 um 12:12 schrieb Sylwester Lachiewicz:
>>From our Maven Download page:
> 
> Downloading Apache Maven 3.9.0
> 
> Apache Maven 3.9.0 is the latest release and recommended version for all
> users.

Even if, it will require at least two iterations to iron out issues due 
to the amount of changes introduced in .0 release. Those, do not require 
Resolver 1.9.x features, I'd recommand to stay on 3.8.x for now.

Also looking at some open tickets now, 3.8.8 will and must also happen 
this quarter.

M


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


Re: [maven-gh-actions-shared] branch v3 updated: Switch to Maven 3.9.0

Posted by Sylwester Lachiewicz <sl...@gmail.com>.
From our Maven Download page:

Downloading Apache Maven 3.9.0

Apache Maven 3.9.0 is the latest release and recommended version for all
users.


On the history page we have only information that Maven 3.0 is EOL.

https://maven.apache.org/docs/history.html


br

Sylwester

niedz., 19 lut 2023 o 12:04 Olivier Lamy <ol...@apache.org> napisał(a):

> On Sun, 19 Feb 2023 at 8:59 pm, Sylwester Lachiewicz <
> slachiewicz@gmail.com>
> wrote:
>
> > Hi,
> > I think so far we support all maven versions from 3.2.5+ and nothing has
> > changed yet.
> >
> > If we have issue with specific Maven version and plugin we can add/change
> > used Maven in GH action. Ofc we should use donated resources from GitHub
> > effectively.
> >
> > I believe now focus is to test all our plugins and shared libs with our
> > latest and recommend Maven 3.9?
>
>
> It might be a bit early to recommend 3.9.0?
> We should probably think about what do we really support?
> 3.8.x and 3.9.x?
> But first what do we mean by “support”?
>
>
> >
> > Sylwester
> >
> > niedz., 19 lut 2023, 11:49 użytkownik Olivier Lamy <ol...@apache.org>
> > napisał:
> >
> > > Typically this issue is a problem on what core version do we support..
> > > https://issues.apache.org/jira/browse/MENFORCER-468
> > >
> > > The new code is not working with 3.8.x
> > >
> > > On Sun, 19 Feb 2023 at 1:58 pm, Olivier Lamy <ol...@apache.org> wrote:
> > >
> > > > This change means we do not have any more gha running with anything
> > > > else than 3.9.0
> > > > can I understand this as an implicit we do not support anything
> <3.9.0?
> > > > I can't find any documentation on the website related to the
> > > > version(s) we support EOL etc...
> > > > Should we have some documentation to make this EOL policy really
> clear?
> > > >
> > > >
> > > >
> > > >
> > > > On Fri, 10 Feb 2023 at 06:15, <sl...@apache.org> wrote:
> > > > >
> > > > > This is an automated email from the ASF dual-hosted git repository.
> > > > >
> > > > > slachiewicz pushed a commit to branch v3
> > > > > in repository
> > > > https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
> > > > >
> > > > >
> > > > > The following commit(s) were added to refs/heads/v3 by this push:
> > > > >      new 9055557  Switch to Maven 3.9.0
> > > > > 9055557 is described below
> > > > >
> > > > > commit 90555573820ea078880a0f4edc7ce2000ea4ade4
> > > > > Author: Sylwester Lachiewicz <sl...@apache.org>
> > > > > AuthorDate: Thu Feb 9 21:15:09 2023 +0100
> > > > >
> > > > >     Switch to Maven 3.9.0
> > > > > ---
> > > > >  .github/workflows/maven-verify.yml | 2 +-
> > > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > > >
> > > > > diff --git a/.github/workflows/maven-verify.yml
> > > > b/.github/workflows/maven-verify.yml
> > > > > index 654b5b9..471053f 100644
> > > > > --- a/.github/workflows/maven-verify.yml
> > > > > +++ b/.github/workflows/maven-verify.yml
> > > > > @@ -84,7 +84,7 @@ on:
> > > > >        ff-maven:
> > > > >          description: The Maven version used during fail-fast-build
> > job
> > > > >          required: false
> > > > > -        default: '3.8.7'
> > > > > +        default: '3.9.0'
> > > > >          type: string
> > > > >
> > > > >        ff-jdk:
> > > > >
> > > >
> > >
> >
>

Re: [maven-gh-actions-shared] branch v3 updated: Switch to Maven 3.9.0

Posted by Olivier Lamy <ol...@apache.org>.
On Sun, 19 Feb 2023 at 8:59 pm, Sylwester Lachiewicz <sl...@gmail.com>
wrote:

> Hi,
> I think so far we support all maven versions from 3.2.5+ and nothing has
> changed yet.
>
> If we have issue with specific Maven version and plugin we can add/change
> used Maven in GH action. Ofc we should use donated resources from GitHub
> effectively.
>
> I believe now focus is to test all our plugins and shared libs with our
> latest and recommend Maven 3.9?


It might be a bit early to recommend 3.9.0?
We should probably think about what do we really support?
3.8.x and 3.9.x?
But first what do we mean by “support”?


>
> Sylwester
>
> niedz., 19 lut 2023, 11:49 użytkownik Olivier Lamy <ol...@apache.org>
> napisał:
>
> > Typically this issue is a problem on what core version do we support..
> > https://issues.apache.org/jira/browse/MENFORCER-468
> >
> > The new code is not working with 3.8.x
> >
> > On Sun, 19 Feb 2023 at 1:58 pm, Olivier Lamy <ol...@apache.org> wrote:
> >
> > > This change means we do not have any more gha running with anything
> > > else than 3.9.0
> > > can I understand this as an implicit we do not support anything <3.9.0?
> > > I can't find any documentation on the website related to the
> > > version(s) we support EOL etc...
> > > Should we have some documentation to make this EOL policy really clear?
> > >
> > >
> > >
> > >
> > > On Fri, 10 Feb 2023 at 06:15, <sl...@apache.org> wrote:
> > > >
> > > > This is an automated email from the ASF dual-hosted git repository.
> > > >
> > > > slachiewicz pushed a commit to branch v3
> > > > in repository
> > > https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
> > > >
> > > >
> > > > The following commit(s) were added to refs/heads/v3 by this push:
> > > >      new 9055557  Switch to Maven 3.9.0
> > > > 9055557 is described below
> > > >
> > > > commit 90555573820ea078880a0f4edc7ce2000ea4ade4
> > > > Author: Sylwester Lachiewicz <sl...@apache.org>
> > > > AuthorDate: Thu Feb 9 21:15:09 2023 +0100
> > > >
> > > >     Switch to Maven 3.9.0
> > > > ---
> > > >  .github/workflows/maven-verify.yml | 2 +-
> > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > >
> > > > diff --git a/.github/workflows/maven-verify.yml
> > > b/.github/workflows/maven-verify.yml
> > > > index 654b5b9..471053f 100644
> > > > --- a/.github/workflows/maven-verify.yml
> > > > +++ b/.github/workflows/maven-verify.yml
> > > > @@ -84,7 +84,7 @@ on:
> > > >        ff-maven:
> > > >          description: The Maven version used during fail-fast-build
> job
> > > >          required: false
> > > > -        default: '3.8.7'
> > > > +        default: '3.9.0'
> > > >          type: string
> > > >
> > > >        ff-jdk:
> > > >
> > >
> >
>

Re: [maven-gh-actions-shared] branch v3 updated: Switch to Maven 3.9.0

Posted by Sylwester Lachiewicz <sl...@gmail.com>.
Hi,
I think so far we support all maven versions from 3.2.5+ and nothing has
changed yet.

If we have issue with specific Maven version and plugin we can add/change
used Maven in GH action. Ofc we should use donated resources from GitHub
effectively.

I believe now focus is to test all our plugins and shared libs with our
latest and recommend Maven 3.9?

Sylwester

niedz., 19 lut 2023, 11:49 użytkownik Olivier Lamy <ol...@apache.org>
napisał:

> Typically this issue is a problem on what core version do we support..
> https://issues.apache.org/jira/browse/MENFORCER-468
>
> The new code is not working with 3.8.x
>
> On Sun, 19 Feb 2023 at 1:58 pm, Olivier Lamy <ol...@apache.org> wrote:
>
> > This change means we do not have any more gha running with anything
> > else than 3.9.0
> > can I understand this as an implicit we do not support anything <3.9.0?
> > I can't find any documentation on the website related to the
> > version(s) we support EOL etc...
> > Should we have some documentation to make this EOL policy really clear?
> >
> >
> >
> >
> > On Fri, 10 Feb 2023 at 06:15, <sl...@apache.org> wrote:
> > >
> > > This is an automated email from the ASF dual-hosted git repository.
> > >
> > > slachiewicz pushed a commit to branch v3
> > > in repository
> > https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
> > >
> > >
> > > The following commit(s) were added to refs/heads/v3 by this push:
> > >      new 9055557  Switch to Maven 3.9.0
> > > 9055557 is described below
> > >
> > > commit 90555573820ea078880a0f4edc7ce2000ea4ade4
> > > Author: Sylwester Lachiewicz <sl...@apache.org>
> > > AuthorDate: Thu Feb 9 21:15:09 2023 +0100
> > >
> > >     Switch to Maven 3.9.0
> > > ---
> > >  .github/workflows/maven-verify.yml | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/.github/workflows/maven-verify.yml
> > b/.github/workflows/maven-verify.yml
> > > index 654b5b9..471053f 100644
> > > --- a/.github/workflows/maven-verify.yml
> > > +++ b/.github/workflows/maven-verify.yml
> > > @@ -84,7 +84,7 @@ on:
> > >        ff-maven:
> > >          description: The Maven version used during fail-fast-build job
> > >          required: false
> > > -        default: '3.8.7'
> > > +        default: '3.9.0'
> > >          type: string
> > >
> > >        ff-jdk:
> > >
> >
>

Re: [maven-gh-actions-shared] branch v3 updated: Switch to Maven 3.9.0

Posted by Olivier Lamy <ol...@apache.org>.
Typically this issue is a problem on what core version do we support..
https://issues.apache.org/jira/browse/MENFORCER-468

The new code is not working with 3.8.x

On Sun, 19 Feb 2023 at 1:58 pm, Olivier Lamy <ol...@apache.org> wrote:

> This change means we do not have any more gha running with anything
> else than 3.9.0
> can I understand this as an implicit we do not support anything <3.9.0?
> I can't find any documentation on the website related to the
> version(s) we support EOL etc...
> Should we have some documentation to make this EOL policy really clear?
>
>
>
>
> On Fri, 10 Feb 2023 at 06:15, <sl...@apache.org> wrote:
> >
> > This is an automated email from the ASF dual-hosted git repository.
> >
> > slachiewicz pushed a commit to branch v3
> > in repository
> https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
> >
> >
> > The following commit(s) were added to refs/heads/v3 by this push:
> >      new 9055557  Switch to Maven 3.9.0
> > 9055557 is described below
> >
> > commit 90555573820ea078880a0f4edc7ce2000ea4ade4
> > Author: Sylwester Lachiewicz <sl...@apache.org>
> > AuthorDate: Thu Feb 9 21:15:09 2023 +0100
> >
> >     Switch to Maven 3.9.0
> > ---
> >  .github/workflows/maven-verify.yml | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/.github/workflows/maven-verify.yml
> b/.github/workflows/maven-verify.yml
> > index 654b5b9..471053f 100644
> > --- a/.github/workflows/maven-verify.yml
> > +++ b/.github/workflows/maven-verify.yml
> > @@ -84,7 +84,7 @@ on:
> >        ff-maven:
> >          description: The Maven version used during fail-fast-build job
> >          required: false
> > -        default: '3.8.7'
> > +        default: '3.9.0'
> >          type: string
> >
> >        ff-jdk:
> >
>

Re: [maven-gh-actions-shared] branch v3 updated: Switch to Maven 3.9.0

Posted by Olivier Lamy <ol...@apache.org>.
This change means we do not have any more gha running with anything
else than 3.9.0
can I understand this as an implicit we do not support anything <3.9.0?
I can't find any documentation on the website related to the
version(s) we support EOL etc...
Should we have some documentation to make this EOL policy really clear?




On Fri, 10 Feb 2023 at 06:15, <sl...@apache.org> wrote:
>
> This is an automated email from the ASF dual-hosted git repository.
>
> slachiewicz pushed a commit to branch v3
> in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
>
>
> The following commit(s) were added to refs/heads/v3 by this push:
>      new 9055557  Switch to Maven 3.9.0
> 9055557 is described below
>
> commit 90555573820ea078880a0f4edc7ce2000ea4ade4
> Author: Sylwester Lachiewicz <sl...@apache.org>
> AuthorDate: Thu Feb 9 21:15:09 2023 +0100
>
>     Switch to Maven 3.9.0
> ---
>  .github/workflows/maven-verify.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml
> index 654b5b9..471053f 100644
> --- a/.github/workflows/maven-verify.yml
> +++ b/.github/workflows/maven-verify.yml
> @@ -84,7 +84,7 @@ on:
>        ff-maven:
>          description: The Maven version used during fail-fast-build job
>          required: false
> -        default: '3.8.7'
> +        default: '3.9.0'
>          type: string
>
>        ff-jdk:
>

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