On Sun, 19 Feb 2023 at 8:59 pm, Sylwester Lachiewicz <slachiew...@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, <slachiew...@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 <slachiew...@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: > > > > > > > > > >