On Sun, 19 Feb 2023 at 9:12 pm, Sylwester Lachiewicz <[email protected]> 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 <[email protected]> napisał(a): > > > On Sun, 19 Feb 2023 at 8:59 pm, Sylwester Lachiewicz < > > [email protected]> > > 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 <[email protected]> > > > 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 <[email protected]> > 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, <[email protected]> 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 <[email protected]> > > > > > > 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: > > > > > > > > > > > > > > > > > > > > >
