Re: Surefire Plugin Pull Requests

2022-12-15 Thread Elliotte Rusty Harold
I looked at some of those recently but the Github CI seems borked,
possibly at head. Someone with repo privileges may have to look into
that before anything can be merged. E.g.

Run actions/upload-artifact@v3
With the provided path, there will be 8281 files uploaded
Starting artifact upload
For more detailed logs during the artifact upload process, enable
step-debugging:
https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging
Artifact name is valid!
Error: Artifact path is not valid: /this is: a
test_surefire-1617/log.txt. Contains the following character: Colon :
Invalid characters include: Double quote ", Colon :, Less than <,
Greater than >, Vertical bar |, Asterisk *, Question mark ?, Carriage
return \r, Line feed \n

On Thu, Dec 15, 2022 at 2:54 AM Pabst, Andreas  wrote:
>
> Hi all,
>
> there are quite a few pull requests in the Surefire project that are worth 
> for a committer to have a look at and possibly merge.
>
> https://github.com/apache/maven-surefire/pull/545
> https://github.com/apache/maven-surefire/pull/549
> https://github.com/apache/maven-surefire/pull/564
> https://github.com/apache/maven-surefire/pull/568
>
> I'd like to specifically request a review for the last one 
> (https://github.com/apache/maven-surefire/pull/568) because it's my work, but 
> the others seem equally or even more important.
>
> If this is not the right channel to ask for a pull request review I 
> apologize. Please let me know what the right venue is in that case.
>
> Best Regards,
> Andreas



-- 
Elliotte Rusty Harold
elh...@ibiblio.org

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



Re: Surefire Plugin Pull Requests

2022-12-15 Thread Slawomir Jaranowski
Hi,

Root cause for it is failing
test: 
org.apache.maven.surefire.its.ConsoleOutputIT.properNewlinesAndEncodingWithDifferentEncoding

Error which you see is from the GH job which tries to attach logs in case
of failed build 
but on linux os is executed a test which checks a special path  and
such path is left in workspace after executing  but is not valid for GH
...

We should try to restore the original path after test_surefire-1617 to make
the GH job work.



czw., 15 gru 2022 o 14:15 Elliotte Rusty Harold 
napisał(a):

> I looked at some of those recently but the Github CI seems borked,
> possibly at head. Someone with repo privileges may have to look into
> that before anything can be merged. E.g.
>
> Run actions/upload-artifact@v3
> With the provided path, there will be 8281 files uploaded
> Starting artifact upload
> For more detailed logs during the artifact upload process, enable
> step-debugging:
>
> https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging
> Artifact name is valid!
> Error: Artifact path is not valid: /this is: a
> test_surefire-1617/log.txt. Contains the following character: Colon :
> Invalid characters include: Double quote ", Colon :, Less than <,
> Greater than >, Vertical bar |, Asterisk *, Question mark ?, Carriage
> return \r, Line feed \n
>
> On Thu, Dec 15, 2022 at 2:54 AM Pabst, Andreas 
> wrote:
> >
> > Hi all,
> >
> > there are quite a few pull requests in the Surefire project that are
> worth for a committer to have a look at and possibly merge.
> >
> > https://github.com/apache/maven-surefire/pull/545
> > https://github.com/apache/maven-surefire/pull/549
> > https://github.com/apache/maven-surefire/pull/564
> > https://github.com/apache/maven-surefire/pull/568
> >
> > I'd like to specifically request a review for the last one (
> https://github.com/apache/maven-surefire/pull/568) because it's my work,
> but the others seem equally or even more important.
> >
> > If this is not the right channel to ask for a pull request review I
> apologize. Please let me know what the right venue is in that case.
> >
> > Best Regards,
> > Andreas
>
>
>
> --
> Elliotte Rusty Harold
> elh...@ibiblio.org
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

-- 
Sławomir Jaranowski


Re: [VOTE] Release Apache Maven 4.0.0-alpha-3

2022-12-15 Thread Guillaume Nodet
I don't think this is expected, so please raise an issue.

Le jeu. 15 déc. 2022 à 08:55, Petr Široký
 a écrit :

> Hello everyone,
>
> I have tried to build a sample project locally using Maven 4.0.0-alpha-3
> and I am seeing one difference / inconsistency with the behavior of empty
>  tag in settings.xml file, when comparing to Maven 3.8.6.
> My settings.xml file looks like this:
>
> http://maven.apache.org/SETTINGS/1.0.0";
>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>   xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
>   http://maven.apache.org/xsd/settings-1.0.0.xsd";>
>   
> 
>
> When I run a build with Maven 3.8.6, everything works as I would expect
> and by the "~/.m2/repository" is chosen.
>
> However, if I build with Maven 4.0.0-alpha-3, it chooses the current
> working directly as the root directory for the local repository. So I
> end-up with directories like "aopalliance", "avalon-framework", etc., next
> to the pom.xml.
>
> If I remove the empty element  from the settings.xml,
> then ".m2/repository" is chosen and it works same as in Maven 3.x.
>
>
> My question is: is this the expected behavior / intended change in Maven
> 4.x? I haven't found any mention of this, but I figured I would ask before
> filing issues in JIRA.
>
> Thanks,
> Petr
>
>
>
> --- Original Message ---
> On Monday, December 12th, 2022 at 14:19, Guillaume Nodet <
> gno...@apache.org> wrote:
>
>
> >
> >
> > I've staged a release candidate at:
> > https://repository.apache.org/content/repositories/maven-1835
> >
> > Source distributions:
> >
> https://dist.apache.org/repos/dist/dev/maven/maven-4/4.0.0-alpha-3/source/
> >
> > Binaries are available at:
> >
> >
> https://dist.apache.org/repos/dist/dev/maven/maven-4/4.0.0-alpha-3/binaries/
> >
> >
> https://repository.apache.org/content/repositories/maven-1835/org/apache/maven/apache-maven/4.0.0-alpha-3/
> >
> > Release notes:
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12352443
> > https://github.com/apache/maven/milestone/1?closed=1
> >
> > Github release:
> > https://github.com/apache/maven/releases/tag/maven-4.0.0-alpha-3
> >
> > Please review and vote !
> >
> > --
> > 
> > Guillaume Nodet
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

-- 

Guillaume Nodet


Re: [VOTE] Maven Script Interpreter 1.4 and Maven Invoker Plugin 3.4.0

2022-12-15 Thread Michael Osipov

Am 2022-12-15 um 04:29 schrieb Olivier Lamy:

Hi,
I'd like to release Maven Script Interpreter 1.4 and Maven Invoker Plugin 3.4.0
The main goal is to support jdk19.

Maven Script Interpreter 1.4 release notes
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12352358&styleName=Text&projectId=12317922&Create=Create

Staged repo: https://repository.apache.org/content/repositories/maven-1836/
sources: 
https://repository.apache.org/content/repositories/maven-1836/org/apache/maven/shared/maven-script-interpreter/1.4/maven-script-interpreter-1.4-source-release.zip

sources sha512 
https://repository.apache.org/content/repositories/maven-1836/org/apache/maven/shared/maven-script-interpreter/1.4/maven-script-interpreter-1.4-source-release.zip.sha512

staged site: 
https://maven.apache.org/shared-archives/maven-script-interpreter-LATEST/

Maven Invoker Plugin 3.4.0 Release notes
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317525&version=12330828

staged repo: https://repository.apache.org/content/repositories/maven-1837/
sources 
https://repository.apache.org/content/repositories/maven-1837/org/apache/maven/plugins/maven-invoker-plugin/3.4.0/maven-invoker-plugin-3.4.0-source-release.zip
sources sha512 
https://repository.apache.org/content/repositories/maven-1837/org/apache/maven/plugins/maven-invoker-plugin/3.4.0/maven-invoker-plugin-3.4.0-source-release.zip.sha512

vote open for 72H (countdown https://s.apache.org/m64qv )


+1


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



[GitHub] [maven-shared-incremental] dependabot[bot] opened a new pull request, #17: Bump maven-shared-components from 37 to 39

2022-12-15 Thread GitBox


dependabot[bot] opened a new pull request, #17:
URL: https://github.com/apache/maven-shared-incremental/pull/17

   Bumps [maven-shared-components](https://github.com/apache/maven-parent) from 
37 to 39.
   
   Release notes
   Sourced from https://github.com/apache/maven-parent/releases";>maven-shared-components's
 releases.
   
   39
   Bug
   
   [https://issues.apache.org/jira/browse/MPOM-371";>MPOM-371] 
- Fix checkstyle configuration
   [https://issues.apache.org/jira/browse/MPOM-376";>MPOM-376] 
- Spotless importOrder should be taken into consideration
   
   Improvement
   
   [https://issues.apache.org/jira/browse/MPOM-370";>MPOM-370] 
- Document "format" profile
   [https://issues.apache.org/jira/browse/MPOM-373";>MPOM-373] 
- Execute spotless before rat
   [https://issues.apache.org/jira/browse/MPOM-377";>MPOM-377] 
- Add space before close empty elements in poms
   [https://issues.apache.org/jira/browse/MPOM-384";>MPOM-384] 
- Allow to override streamLogsOnFailures parameter for m-invoker-p
   
   Dependency upgrade
   
   [https://issues.apache.org/jira/browse/MPOM-379";>MPOM-379] 
- Bump spotless-maven-plugin from 2.27.1 to 2.28.0
   [https://issues.apache.org/jira/browse/MPOM-385";>MPOM-385] 
- Upgrade Parent to 29
   
   38
   Improvement
   
   [https://issues.apache.org/jira/browse/MPOM-340";>MPOM-340] 
- Remove test-javadoc reports
   [https://issues.apache.org/jira/browse/MPOM-353";>MPOM-353] 
- Use standard value for ignoreFailures at m-invoker-p
   [https://issues.apache.org/jira/browse/MPOM-357";>MPOM-357] 
- Execute checkstyle after enforcer
   
   Task
   
   [https://issues.apache.org/jira/browse/MPOM-349";>MPOM-349] 
- Enable spotless for autoformatting
   [https://issues.apache.org/jira/browse/MPOM-350";>MPOM-350] 
- Raise JDK requirement to 1.8
   [https://issues.apache.org/jira/browse/MPOM-352";>MPOM-352] 
- Remove managed dependency on deprecated plexus-component-annotations
   
   Dependency upgrade
   
   [https://issues.apache.org/jira/browse/MPOM-341";>MPOM-341] 
- Bump extra-enforcer-rules from 1.6.0 to 1.6.1
   [https://issues.apache.org/jira/browse/MPOM-343";>MPOM-343] 
- Upgrade Maven Checkstyle Plugin to 3.2.0
   [https://issues.apache.org/jira/browse/MPOM-348";>MPOM-348] 
- Remove configuration for Maven Changes Plugin
   [https://issues.apache.org/jira/browse/MPOM-351";>MPOM-351] 
- Upgrade plexus-utils to 3.5.0
   [https://issues.apache.org/jira/browse/MPOM-355";>MPOM-355] 
- Bump maven-pmd-plugin from 3.17.0 to 3.19.0
   [https://issues.apache.org/jira/browse/MPOM-356";>MPOM-356] 
- Bump maven-jxr-plugin from 3.2.0 to 3.3.0
   
   
   
   
   Commits
   
   See full diff in https://github.com/apache/maven-parent/commits";>compare view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.shared:maven-shared-components&package-manager=maven&previous-version=37&new-version=39)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [maven-shared-incremental] dependabot[bot] commented on pull request #16: Bump maven-shared-components from 37 to 38

2022-12-15 Thread GitBox


dependabot[bot] commented on PR #16:
URL: 
https://github.com/apache/maven-shared-incremental/pull/16#issuecomment-1353415170

   Superseded by #17.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



[GitHub] [maven-shared-incremental] dependabot[bot] closed pull request #16: Bump maven-shared-components from 37 to 38

2022-12-15 Thread GitBox


dependabot[bot] closed pull request #16: Bump maven-shared-components from 37 
to 38
URL: https://github.com/apache/maven-shared-incremental/pull/16


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



[ANN] Apache Maven 4.0.0-alpha-3 released

2022-12-15 Thread Guillaume Nodet
The Apache Maven team is pleased to announce the release of the Apache Maven
 4.0.0-alpha-3.

Apache Maven is a software project management and comprehension tool.
Based on the concept of a project object model (POM), Maven can manage a
project's build, reporting and documentation from a central piece of
information.

Maven 4.0.0-alpha-3 is available via
https://dlcdn.apache.org/maven/maven-4/4.0.0-alpha-3/

This in alpha release, not suitable for production. If you hit any issues
with plugins, please raise a JIRA issue, after verifying that the same
issue has not been reported yet (see JIRA issues raised on 4.0.0-alpha

).

The full release notes for maven 4.0.0-alpha-3 are available at

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12352443

If you have any questions, please consult:
- the web site: https://maven.apache.org/
- the maven-user mailing list: https://maven.apache.org/mailing-lists.html
- the reference documentation: https://maven.apache.org/ref/4.0.0-alpha-3/

-- 

Guillaume Nodet


[GitHub] [maven-shared-incremental] olamy opened a new pull request, #18: store last compilation time

2022-12-15 Thread GitBox


olamy opened a new pull request, #18:
URL: https://github.com/apache/maven-shared-incremental/pull/18

   Signed-off-by: Olivier Lamy 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



[GitHub] [maven-shared-incremental] rmannibucau commented on pull request #18: store last compilation time

2022-12-15 Thread GitBox


rmannibucau commented on PR #18:
URL: 
https://github.com/apache/maven-shared-incremental/pull/18#issuecomment-1354329428

   Doesnt goal and execid are sufficient to avoid isTest need? It is in the key 
already.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



Re: [VOTE] Maven Script Interpreter 1.4 and Maven Invoker Plugin 3.4.0

2022-12-15 Thread Hervé Boutemy
+1

Reproducible Builds ok: reference builds done on *nix
- maven-script-interpreter with JDK 19 
- maven-invoker-plugin with JDK 11

notice that for releases, I tend to prefer using a LTS JDK

Regards,

Hervé

Le jeudi 15 décembre 2022, 04:29:47 CET Olivier Lamy a écrit :
> Hi,
> I'd like to release Maven Script Interpreter 1.4 and Maven Invoker Plugin
> 3.4.0 The main goal is to support jdk19.
> 
> Maven Script Interpreter 1.4 release notes
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12352358&styl
> eName=Text&projectId=12317922&Create=Create
> 
> Staged repo: https://repository.apache.org/content/repositories/maven-1836/
> sources:
> https://repository.apache.org/content/repositories/maven-1836/org/apache/ma
> ven/shared/maven-script-interpreter/1.4/maven-script-interpreter-1.4-source-
> release.zip
> 
> sources sha512
> https://repository.apache.org/content/repositories/maven-1836/org/apache/ma
> ven/shared/maven-script-interpreter/1.4/maven-script-interpreter-1.4-source-
> release.zip.sha512
> 
> staged site:
> https://maven.apache.org/shared-archives/maven-script-interpreter-LATEST/
> 
> Maven Invoker Plugin 3.4.0 Release notes
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317525&ve
> rsion=12330828
> 
> staged repo: https://repository.apache.org/content/repositories/maven-1837/
> sources
> https://repository.apache.org/content/repositories/maven-1837/org/apache/ma
> ven/plugins/maven-invoker-plugin/3.4.0/maven-invoker-plugin-3.4.0-source-rel
> ease.zip sources sha512
> https://repository.apache.org/content/repositories/maven-1837/org/apache/ma
> ven/plugins/maven-invoker-plugin/3.4.0/maven-invoker-plugin-3.4.0-source-rel
> ease.zip.sha512
> 
> vote open for 72H (countdown https://s.apache.org/m64qv )
> +1
> 0
> -1
> 
> cheers
> Olivier
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org





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