[jira] [Commented] (MCOMPILER-310) Different behaviour between JDK 8 / JDK 9 related to annotation processor usage

2021-05-09 Thread Paul Scholz (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17341712#comment-17341712 ] Paul Scholz commented on MCOMPILER-310: --- Necessary changes in plexus-compiler wh

[GitHub] [maven-surefire] kriegaex edited a comment on pull request #343: SUREFIRE-1881 Adds additional debug log and fork connection timeout

2021-05-09 Thread GitBox
kriegaex edited a comment on pull request #343: URL: https://github.com/apache/maven-surefire/pull/343#issuecomment-836122555 Concerning `E2ETest::endToEndTest`, it hangs at `assertThat( awaitHandlerFinished.await( 30L, TimeUnit.SECONDS ) ).isTrue();`. This is true even if I set `final int

[GitHub] [maven-surefire] kriegaex edited a comment on pull request #343: SUREFIRE-1881 Adds additional debug log and fork connection timeout

2021-05-09 Thread GitBox
kriegaex edited a comment on pull request #343: URL: https://github.com/apache/maven-surefire/pull/343#issuecomment-836122555 Concerning `E2ETest::endToEndTest`, it hangs at `assertThat( awaitHandlerFinished.await( 30L, TimeUnit.SECONDS ) ).isTrue();`. This is true even if I set `final int

[GitHub] [maven-surefire] kriegaex edited a comment on pull request #343: SUREFIRE-1881 Adds additional debug log and fork connection timeout

2021-05-09 Thread GitBox
kriegaex edited a comment on pull request #343: URL: https://github.com/apache/maven-surefire/pull/343#issuecomment-836122555 Concerning `E2ETest::endToEndTest`, it hangs at `assertThat( awaitHandlerFinished.await( 30L, TimeUnit.SECONDS ) ).isTrue();`. This is true even if I set `final int

[GitHub] [maven-apache-parent] dependabot[bot] opened a new pull request #43: Bump maven-gpg-plugin from 1.6 to 3.0.1

2021-05-09 Thread GitBox
dependabot[bot] opened a new pull request #43: URL: https://github.com/apache/maven-apache-parent/pull/43 Bumps [maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 1.6 to 3.0.1. Commits https://github.com/apache/maven-gpg-plugin/commit/525508093293cd1bb78d439cb

[GitHub] [maven-indexer] dependabot[bot] opened a new pull request #107: Bump resolver.version from 1.6.2 to 1.6.3

2021-05-09 Thread GitBox
dependabot[bot] opened a new pull request #107: URL: https://github.com/apache/maven-indexer/pull/107 Bumps `resolver.version` from 1.6.2 to 1.6.3. Updates `maven-resolver-api` from 1.6.2 to 1.6.3 Commits https://github.com/apache/maven-resolver/commit/7e7e58ca30c140e309d53c

[GitHub] [maven-surefire] kriegaex commented on pull request #343: SUREFIRE-1881 Adds additional debug log and fork connection timeout

2021-05-09 Thread GitBox
kriegaex commented on pull request #343: URL: https://github.com/apache/maven-surefire/pull/343#issuecomment-836122555 Concerning `E2ETest::endToEndTest`, it hangs at `assertThat( awaitHandlerFinished.await( 30L, TimeUnit.SECONDS ) ).isTrue();`. This is true even if I set `final int totalC

[GitHub] [maven-surefire] kriegaex edited a comment on pull request #343: SUREFIRE-1881 Adds additional debug log and fork connection timeout

2021-05-09 Thread GitBox
kriegaex edited a comment on pull request #343: URL: https://github.com/apache/maven-surefire/pull/343#issuecomment-836107707 To me it looks as if the whole `SurefireForkChannel.AcceptanceHandler` implementation and usage are not done yet, which is why `E2ETest::shouldNotVerifyClient` fail

[GitHub] [maven-surefire] kriegaex edited a comment on pull request #343: SUREFIRE-1881 Adds additional debug log and fork connection timeout

2021-05-09 Thread GitBox
kriegaex edited a comment on pull request #343: URL: https://github.com/apache/maven-surefire/pull/343#issuecomment-836107707 To me it looks as if the whole `SurefireForkChannel.AcceptanceHandler` implementation and usage are not done yet, which is why `E2ETest::shouldNotVerifyClient` fail

[GitHub] [maven-surefire] kriegaex commented on pull request #343: SUREFIRE-1881 Adds additional debug log and fork connection timeout

2021-05-09 Thread GitBox
kriegaex commented on pull request #343: URL: https://github.com/apache/maven-surefire/pull/343#issuecomment-836107707 To me it looks as if the whole `SurefireForkChannel.AcceptanceHandler` implementation and usage are not done yet, which is why `E2ETest::shouldNotVerifyClient` fails. The

[GitHub] [maven-surefire] kriegaex commented on pull request #343: SUREFIRE-1881 Adds additional debug log and fork connection timeout

2021-05-09 Thread GitBox
kriegaex commented on pull request #343: URL: https://github.com/apache/maven-surefire/pull/343#issuecomment-836047357 Is this about your experience of `master` vs. `dry-pipes-tcp-guarantees`? ![image](https://user-images.githubusercontent.com/1537384/117594923-7e163880-b169-11eb-87b

[jira] [Commented] (MARTIFACT-16) add pgpverify check to the build

2021-05-09 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MARTIFACT-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17341617#comment-17341617 ] Robert Scholte commented on MARTIFACT-16: - I know, it just showed up in the lis

[jira] [Commented] (MARTIFACT-16) add pgpverify check to the build

2021-05-09 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MARTIFACT-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17341615#comment-17341615 ] Herve Boutemy commented on MARTIFACT-16: uh, good learning: we'll need to check

[GitHub] [maven] elharo commented on a change in pull request #347: [MNG-6802] Fix bug in FileProfileActivator

2021-05-09 Thread GitBox
elharo commented on a change in pull request #347: URL: https://github.com/apache/maven/pull/347#discussion_r628941032 ## File path: maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java ## @@ -482,6 +500,56 @@ else if ( !parentIds.add( par

[jira] [Commented] (SUREFIRE-1494) Make Provider surefire-junit47 default provider and deprecate surefire-junit4 Provider

2021-05-09 Thread Jira
[ https://issues.apache.org/jira/browse/SUREFIRE-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17341601#comment-17341601 ] Dejan Stojadinović commented on SUREFIRE-1494: -- This update is long overd

[jira] [Commented] (SUREFIRE-1654) Remove deprecated parameter 'forkMode' and use only 'forkCount'

2021-05-09 Thread Jira
[ https://issues.apache.org/jira/browse/SUREFIRE-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17341600#comment-17341600 ] Dejan Stojadinović commented on SUREFIRE-1654: -- This update is long overd

[GitHub] [maven-surefire] dejan2609 commented on pull request #233: [SUREFIRE-1494] default provider for JUnit4 integration tests is changed (from 'surefire-junit4' to 'surefire-junit47')

2021-05-09 Thread GitBox
dejan2609 commented on pull request #233: URL: https://github.com/apache/maven-surefire/pull/233#issuecomment-835878072 This update is long overdue: my priorities are changed, so I am not able to dedicate time for this. -- This is an automated message from the Apache Git Service. To resp

[GitHub] [maven-surefire] dejan2609 closed pull request #233: [SUREFIRE-1494] default provider for JUnit4 integration tests is changed (from 'surefire-junit4' to 'surefire-junit47')

2021-05-09 Thread GitBox
dejan2609 closed pull request #233: URL: https://github.com/apache/maven-surefire/pull/233 -- 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. For queries about this service,

[jira] [Commented] (MNG-6487) Adding CVE Checks via OWASP

2021-05-09 Thread Jira
[ https://issues.apache.org/jira/browse/MNG-6487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17341599#comment-17341599 ] Dejan Stojadinović commented on MNG-6487: - [~khmarbaise] can I take this one ? My

[jira] [Commented] (MNG-7056) Replace tabs in IT files

2021-05-09 Thread Jira
[ https://issues.apache.org/jira/browse/MNG-7056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17341598#comment-17341598 ] Dejan Stojadinović commented on MNG-7056: - Update: this one slipped through the cra

[jira] [Commented] (MARTIFACT-16) add pgpverify check to the build

2021-05-09 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MARTIFACT-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17341593#comment-17341593 ] Robert Scholte commented on MARTIFACT-16: - This build failed because the pgpver

[GitHub] [maven-surefire] Tibor17 commented on pull request #343: SUREFIRE-1881 Adds additional debug log and fork connection timeout

2021-05-09 Thread GitBox
Tibor17 commented on pull request #343: URL: https://github.com/apache/maven-surefire/pull/343#issuecomment-835861113 @kriegaex A problematic test was the `E2ETest`. Pls check it out on `master` and compare the results with this branch too. The test prints some executions times and it

[GitHub] [maven-apache-parent] kwin opened a new pull request #42: MPOM-243 update to m-release-p 3.0.0-M4

2021-05-09 Thread GitBox
kwin opened a new pull request #42: URL: https://github.com/apache/maven-apache-parent/pull/42 configure release profile with dedicated parameter (possible due to https://issues.apache.org/jira/browse/MRELEASE-1038) -- This is an automated message from the Apache Git Service. To respon

[jira] [Comment Edited] (MPOM-244) Upload SHA-512 to Staging Repository

2021-05-09 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPOM-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17338577#comment-17338577 ] Konrad Windszus edited comment on MPOM-244 at 5/9/21, 3:59 PM: --

[jira] [Closed] (MARTIFACT-18) add reference OS and java version to .buildinfo.compare

2021-05-09 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MARTIFACT-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy closed MARTIFACT-18. -- Resolution: Fixed done in https://gitbox.apache.org/repos/asf?p=maven-artifact-plugin.git&a=

[jira] [Updated] (MSHADE-36) Dependency reduced pom does not replace the packaged META-INF/maven version

2021-05-09 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MSHADE-36: Fix Version/s: 3.3.0 > Dependency reduced pom does not replace the packaged META-INF/maven version >

[jira] [Updated] (MSHADE-252) shadeSourcesContent is broken when combined with partial relocation

2021-05-09 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MSHADE-252: - Fix Version/s: 3.3.0 > shadeSourcesContent is broken when combined with partial relocation >

[jira] [Commented] (MARTIFACT-18) add reference OS and java version to .buildinfo.compare

2021-05-09 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MARTIFACT-18?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17341539#comment-17341539 ] Hudson commented on MARTIFACT-18: - Build failed in Jenkins: Maven » Maven TLP » maven-a

[jira] [Created] (MARTIFACT-18) add reference OS and java version to .buildinfo.compare

2021-05-09 Thread Herve Boutemy (Jira)
Herve Boutemy created MARTIFACT-18: -- Summary: add reference OS and java version to .buildinfo.compare Key: MARTIFACT-18 URL: https://issues.apache.org/jira/browse/MARTIFACT-18 Project: Maven Artifact

[GitHub] [maven-war-plugin] scottkurz commented on pull request #19: [MWAR-441] - Allow "outdatedCheckPath" parameter to be set to cover web app dir root (everything in the web app directory)

2021-05-09 Thread GitBox
scottkurz commented on pull request #19: URL: https://github.com/apache/maven-war-plugin/pull/19#issuecomment-835829453 Thx @hboutemy .. one quick note: Wasn't sure how to write up the doc not knowing the next version: 3.3.2, 3.4.0, etc. [Here](https://github.com/apache/mave

[jira] [Closed] (MWAR-441) Allow "outdatedCheckPath" parameter to be set to cover web app dir root (everything in the web app directory)

2021-05-09 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWAR-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy closed MWAR-441. -- Fix Version/s: 3.4.0 Resolution: Fixed merged in [https://github.com/apache/maven-war-plugin/comm

[GitHub] [maven-war-plugin] hboutemy commented on pull request #19: [MWAR-441] - Allow "outdatedCheckPath" parameter to be set to cover web app dir root (everything in the web app directory)

2021-05-09 Thread GitBox
hboutemy commented on pull request #19: URL: https://github.com/apache/maven-war-plugin/pull/19#issuecomment-835822983 merged in https://github.com/apache/maven-war-plugin/commit/17e71f8569c7c236ba7f918095942e3e26861c55 thank you -- This is an automated message from the Apache Git Ser

[GitHub] [maven-war-plugin] hboutemy closed pull request #19: [MWAR-441] - Allow "outdatedCheckPath" parameter to be set to cover web app dir root (everything in the web app directory)

2021-05-09 Thread GitBox
hboutemy closed pull request #19: URL: https://github.com/apache/maven-war-plugin/pull/19 -- 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. For queries about this service,

[GitHub] [maven] dehasi commented on a change in pull request #347: [MNG-6802] Fix bug in FileProfileActivator

2021-05-09 Thread GitBox
dehasi commented on a change in pull request #347: URL: https://github.com/apache/maven/pull/347#discussion_r628896935 ## File path: maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java ## @@ -482,6 +500,56 @@ else if ( !parentIds.add( par

[GitHub] [maven-surefire] kriegaex commented on pull request #343: SUREFIRE-1881 Adds additional debug log and fork connection timeout

2021-05-09 Thread GitBox
kriegaex commented on pull request #343: URL: https://github.com/apache/maven-surefire/pull/343#issuecomment-835782260 @Tibor17, if there is anything you can delegate to me with enough information for me to understand what we are looking for, maybe I can take a little time and look into it

[jira] [Commented] (MNG-7093) Construct exceptions with args to String.format().

2021-05-09 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MNG-7093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17341479#comment-17341479 ] Elliotte Rusty Harold commented on MNG-7093: I'm -1 on this one.  This is a non

[jira] [Closed] (SUREFIRE-1912) user.dir should not be set lazily within the surefire fork JVM

2021-05-09 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana closed SUREFIRE-1912. -- Resolution: Fixed https://gitbox.apache.org/repos/asf?p=maven-surefire.git;a=commit;h=dceea4

[jira] [Closed] (SUREFIRE-1913) system properties should be restored after the in-process tests have been executed

2021-05-09 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana closed SUREFIRE-1913. -- Resolution: Fixed https://gitbox.apache.org/repos/asf?p=maven-surefire.git;a=commit;h=e9e519

[jira] [Commented] (MWAR-441) Allow "outdatedCheckPath" parameter to be set to cover web app dir root (everything in the web app directory)

2021-05-09 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MWAR-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17341467#comment-17341467 ] Hudson commented on MWAR-441: - Build succeeded in Jenkins: Maven » Maven TLP » maven-war-plugin

[GitHub] [maven-surefire] Tibor17 commented on pull request #343: SUREFIRE-1881 Adds additional debug log and fork connection timeout

2021-05-09 Thread GitBox
Tibor17 commented on pull request #343: URL: https://github.com/apache/maven-surefire/pull/343#issuecomment-835729707 @kriegaex Yes, I will continue on this. Definitely I will. Currently there is a performance problem with the test on tcp connection. I have to investigate the ifnluence