[jira] [Closed] (MNG-7365) Maven install failure with multi-threads(-T option)

2021-12-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MNG-7365. --- Resolution: Invalid Researcher you say? Why not research the error? {noformat} ERROR] Failed to execu

[jira] [Closed] (MNG-7364) could log4j impair a program if it is a transitive "provided" dependency?

2021-12-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MNG-7364. --- Resolution: Invalid Here is the solution: https://bfy.tw/SChV > could log4j impair a program if it is

[jira] [Updated] (MNG-7365) Maven install failure with multi-threads(-T option)

2021-12-15 Thread Jiseong Bak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiseong Bak updated MNG-7365: - Description: I found that build failure occurs with multi-threads, using `-T` option. I'm the researcher o

[jira] [Updated] (MNG-7365) Maven install failure with multi-threads(-T option)

2021-12-15 Thread Jiseong Bak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiseong Bak updated MNG-7365: - Description: I found that build failure occurs with multi-threads, using `-T` option. I'm the researcher o

[jira] [Created] (MNG-7365) Maven install failure with multi-threads(-T option)

2021-12-15 Thread Jiseong Bak (Jira)
Jiseong Bak created MNG-7365: Summary: Maven install failure with multi-threads(-T option) Key: MNG-7365 URL: https://issues.apache.org/jira/browse/MNG-7365 Project: Maven Issue Type: Bug

[GitHub] [maven-surefire] slawekjaranowski merged pull request #408: Jenkins build Improvement

2021-12-15 Thread GitBox
slawekjaranowski merged pull request #408: URL: https://github.com/apache/maven-surefire/pull/408 -- 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:

[jira] [Commented] (MENFORCER-277) Upgrade maven-dependency-tree to 3.x

2021-12-15 Thread Alexander Kriegisch (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460389#comment-17460389 ] Alexander Kriegisch commented on MENFORCER-277: --- For documentation purpo

[GitHub] [maven-dependency-tree] belingueres commented on pull request #7: MSHARED-994 - fix collect dependencies when artifact has 'war' packaging

2021-12-15 Thread GitBox
belingueres commented on pull request #7: URL: https://github.com/apache/maven-dependency-tree/pull/7#issuecomment-995402172 ping? -- 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 c

[jira] (MASFRES-51) could log4j impair a program if it is a transitive "provided" dependency?

2021-12-15 Thread Lida Zhao (Jira)
[ https://issues.apache.org/jira/browse/MASFRES-51 ] Lida Zhao deleted comment on MASFRES-51: -- was (Author: JIRAUSER281746): Why do you continuously close my question? Is there any reason? At least give me some guidance about what is wrong or wher

[jira] [Commented] (MNG-7364) could log4j impair a program if it is a transitive "provided" dependency?

2021-12-15 Thread Lida Zhao (Jira)
[ https://issues.apache.org/jira/browse/MNG-7364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460376#comment-17460376 ] Lida Zhao commented on MNG-7364: note that I also have a related question on StackOverflow 

[jira] [Created] (MNG-7364) could log4j impair a program if it is a transitive "provided" dependency?

2021-12-15 Thread Lida Zhao (Jira)
Lida Zhao created MNG-7364: -- Summary: could log4j impair a program if it is a transitive "provided" dependency? Key: MNG-7364 URL: https://issues.apache.org/jira/browse/MNG-7364 Project: Maven Issu

[jira] [Commented] (MASFRES-51) could log4j impair a program if it is a transitive "provided" dependency?

2021-12-15 Thread Lida Zhao (Jira)
[ https://issues.apache.org/jira/browse/MASFRES-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460373#comment-17460373 ] Lida Zhao commented on MASFRES-51: -- Why do you continuously close my question? Is there

[GitHub] [maven-surefire] slawekjaranowski opened a new pull request #408: Jenkins build Improvement

2021-12-15 Thread GitBox
slawekjaranowski opened a new pull request #408: URL: https://github.com/apache/maven-surefire/pull/408 Improvement in Jenkins build - set stage status - checkout scm in build stage --- Following this checklist to help us incorporate your contribution quickly and e

[jira] [Assigned] (SUREFIRE-1967) High resource consumption when executing TestNG tests in parallel mode with a suite file

2021-12-15 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned SUREFIRE-1967: - Assignee: Slawomir Jaranowski > High resource consumption when execut

[GitHub] [maven-surefire] slawekjaranowski commented on a change in pull request #407: [SUREFIRE-1967] Fix parallel test ordering to prevent high resource consumption

2021-12-15 Thread GitBox
slawekjaranowski commented on a change in pull request #407: URL: https://github.com/apache/maven-surefire/pull/407#discussion_r770061584 ## File path: surefire-its/src/test/resources/surefire-1967-testng-method-parallel-ordering/pom.xml ## @@ -0,0 +1,82 @@ + + + +http://maven

[GitHub] [maven-surefire] findepi commented on pull request #407: [SUREFIRE-1967] Fix parallel test ordering to prevent high resource consumption

2021-12-15 Thread GitBox
findepi commented on pull request #407: URL: https://github.com/apache/maven-surefire/pull/407#issuecomment-995207290 @slawekjaranowski thanks for review, applied comments -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [maven-resolver] kwin commented on pull request #139: [MRESOLVER-230] Make supported bitrot detection checksums extensible

2021-12-15 Thread GitBox
kwin commented on pull request #139: URL: https://github.com/apache/maven-resolver/pull/139#issuecomment-995198780 Can you adjust https://github.com/apache/maven-resolver/blob/master/src/site/markdown/configuration.md on how to configure this (probably requires adjustment of description fo

[GitHub] [maven-surefire] slawekjaranowski commented on a change in pull request #407: [SUREFIRE-1967] Fix parallel test ordering to prevent high resource consumption

2021-12-15 Thread GitBox
slawekjaranowski commented on a change in pull request #407: URL: https://github.com/apache/maven-surefire/pull/407#discussion_r770022779 ## File path: surefire-its/src/test/java/org/apache/maven/surefire/its/CheckTestNgMethodParallelOrderingIT.java ## @@ -0,0 +1,41 @@ +packag

[GitHub] [maven-resolver] kwin commented on pull request #140: [MRESOLVER-231] Extend smart checksum support

2021-12-15 Thread GitBox
kwin commented on pull request #140: URL: https://github.com/apache/maven-resolver/pull/140#issuecomment-995197301 This is a really nice and smart feature. Would be good to adjust the documentation at https://github.com/apache/maven-resolver/blob/master/src/site/markdown/configuration.md

[GitHub] [maven-resolver] kwin commented on a change in pull request #140: [MRESOLVER-231] Extend smart checksum support

2021-12-15 Thread GitBox
kwin commented on a change in pull request #140: URL: https://github.com/apache/maven-resolver/pull/140#discussion_r770022273 ## File path: maven-resolver-transport-http/src/main/java/org/eclipse/aether/transport/http/DigestChecksumExtractor.java ## @@ -0,0 +1,81 @@ +package o

[GitHub] [maven-surefire] findepi commented on pull request #407: [SUREFIRE-1967] Fix parallel test ordering to prevent high resource consumption

2021-12-15 Thread GitBox
findepi commented on pull request #407: URL: https://github.com/apache/maven-surefire/pull/407#issuecomment-995167260 @slawekjaranowski thanks, added a test. At least locally, it did fail before the PR's change and succeeded afterwards. -- This is an automated message from the Apache

[GitHub] [maven-surefire] slawekjaranowski commented on pull request #407: [SUREFIRE-1967] Fix parallel test ordering to prevent high resource consumption

2021-12-15 Thread GitBox
slawekjaranowski commented on pull request #407: URL: https://github.com/apache/maven-surefire/pull/407#issuecomment-995163186 try ``` mvn verify -pl surefire-its -P run-its -Dit.test=CheckTestNgGroupThreadParallelIT ``` magic `it.test` instead of `test` -- This is

[jira] [Updated] (MNG-7363) Demote Wagon as "only" transport supported

2021-12-15 Thread Jira
[ https://issues.apache.org/jira/browse/MNG-7363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák updated MNG-7363: - Description: Currently Maven uses some Resolver configurations as "baked in" that are wagon-only.

[GitHub] [maven-surefire] findepi edited a comment on pull request #407: [SUREFIRE-1967] Fix parallel test ordering to prevent high resource consumption

2021-12-15 Thread GitBox
findepi edited a comment on pull request #407: URL: https://github.com/apache/maven-surefire/pull/407#issuecomment-995134260 @slawekjaranowski thanks, this looks awesome. Can you please share the fastest way to run single test either from IDE or command line? i tried this ``` m

[GitHub] [maven-surefire] findepi commented on pull request #407: [SUREFIRE-1967] Fix parallel test ordering to prevent high resource consumption

2021-12-15 Thread GitBox
findepi commented on pull request #407: URL: https://github.com/apache/maven-surefire/pull/407#issuecomment-995134260 @slawekjaranowski thanks, this looks awesome. Can you please share the fastest way to run single test either from IDE or command line? i tried this ``` mvn -Pru

[jira] [Assigned] (JXR-162) Lift Minimum Java to Java 8

2021-12-15 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/JXR-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise reassigned JXR-162: --- Assignee: Karl Heinz Marbaise > Lift Minimum Java to Java 8 > -

[jira] [Commented] (JXR-162) Lift Minimum Java to Java 8

2021-12-15 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/JXR-162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460206#comment-17460206 ] Karl Heinz Marbaise commented on JXR-162: - Fixed https://github.com/apache/maven-jx

[jira] [Closed] (JXR-162) Lift Minimum Java to Java 8

2021-12-15 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/JXR-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise closed JXR-162. --- Resolution: Fixed > Lift Minimum Java to Java 8 > --- > >

[GitHub] [maven-jxr] asfgit merged pull request #36: JXR-162: Upgrade minimum Java version to 8

2021-12-15 Thread GitBox
asfgit merged pull request #36: URL: https://github.com/apache/maven-jxr/pull/36 -- 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: issues-unsubscr..

[jira] [Updated] (MNG-7363) Demote Wagon as "only" transport supported

2021-12-15 Thread Jira
[ https://issues.apache.org/jira/browse/MNG-7363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák updated MNG-7363: - Description: Currently Maven uses some Resolver configurations as "baked in" that are wagon-only.

[jira] [Created] (MNG-7363) Demote Wagon as "only" transport supported

2021-12-15 Thread Jira
Tamás Cservenák created MNG-7363: Summary: Demote Wagon as "only" transport supported Key: MNG-7363 URL: https://issues.apache.org/jira/browse/MNG-7363 Project: Maven Issue Type: Task

[jira] [Commented] (SUREFIRE-1967) High resource consumption when executing TestNG tests in parallel mode with a suite file

2021-12-15 Thread Piotr Findeisen (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460193#comment-17460193 ] Piotr Findeisen commented on SUREFIRE-1967: --- [~sjaranowski] thanks. formatti

[GitHub] [maven-jxr] filiphr opened a new pull request #36: JXR-162: Upgrade minimum Java version to 8

2021-12-15 Thread GitBox
filiphr opened a new pull request #36: URL: https://github.com/apache/maven-jxr/pull/36 Upgrade maven-javadoc-plugin to 3.3.1 for integration tests to run correctly on Java 11 Upgrade sitePluginVersion 3.9.1 for integration tests to run correctly on Java 11 Move reporting outside of

[jira] [Updated] (SUREFIRE-1967) High resource consumption when executing TestNG tests in parallel mode with a suite file

2021-12-15 Thread Piotr Findeisen (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Findeisen updated SUREFIRE-1967: -- Description: When executing TestNG tests with a suite file, TestNG invokes `@AfterCl

[GitHub] [maven-jxr] raupachz opened a new pull request #35: JXR-145

2021-12-15 Thread GitBox
raupachz opened a new pull request #35: URL: https://github.com/apache/maven-jxr/pull/35 Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/JXR) filed for

[GitHub] [maven-jxr] khmarbaise closed pull request #34: Fix for JXR-145

2021-12-15 Thread GitBox
khmarbaise closed pull request #34: URL: https://github.com/apache/maven-jxr/pull/34 -- 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: issues-unsubs

[GitHub] [maven-jxr] khmarbaise commented on pull request #34: Fix for JXR-145

2021-12-15 Thread GitBox
khmarbaise commented on pull request #34: URL: https://github.com/apache/maven-jxr/pull/34#issuecomment-995070025 I will close this PR because the issue number is wrong. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[jira] [Created] (JXR-162) Lift Minimum Java to Java 8

2021-12-15 Thread Karl Heinz Marbaise (Jira)
Karl Heinz Marbaise created JXR-162: --- Summary: Lift Minimum Java to Java 8 Key: JXR-162 URL: https://issues.apache.org/jira/browse/JXR-162 Project: Maven JXR Issue Type: Task Affects Ve

[GitHub] [maven-jxr] raupachz opened a new pull request #34: Fix for JXR-145

2021-12-15 Thread GitBox
raupachz opened a new pull request #34: URL: https://github.com/apache/maven-jxr/pull/34 Following this checklist to help us incorporate your contribution quickly and easily: - [X] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/JXR) filed for

[jira] [Commented] (SUREFIRE-1967) High resource consumption when executing TestNG tests in parallel mode with a suite file

2021-12-15 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460165#comment-17460165 ] Slawomir Jaranowski commented on SUREFIRE-1967: --- Link to {{trino}} repo

[GitHub] [maven-surefire] slawekjaranowski commented on pull request #407: [SUREFIRE-1967] Fix parallel test ordering to prevent high resource consumption

2021-12-15 Thread GitBox
slawekjaranowski commented on pull request #407: URL: https://github.com/apache/maven-surefire/pull/407#issuecomment-995060932 Look into `org.apache.maven.surefire.its.CheckTestNgGroupThreadParallelIT` and try prepare similar with your case, the most difficult will be prepare assertions

[GitHub] [maven-jxr] khmarbaise closed pull request #33: JXR-145

2021-12-15 Thread GitBox
khmarbaise closed pull request #33: URL: https://github.com/apache/maven-jxr/pull/33 -- 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: issues-unsubs

[GitHub] [maven-jxr] raupachz opened a new pull request #33: JXR-145

2021-12-15 Thread GitBox
raupachz opened a new pull request #33: URL: https://github.com/apache/maven-jxr/pull/33 Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/JXR) filed for

[jira] [Closed] (MGPG-44) gpg:sign does not handle non-Default outputDirectory correctly

2021-12-15 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MGPG-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise closed MGPG-44. --- Resolution: Fixed > gpg:sign does not handle non-Default outputDirectory correctly > ---

[jira] [Updated] (MGPG-44) gpg:sign does not handle non-Default outputDirectory correctly

2021-12-15 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MGPG-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise updated MGPG-44: Fix Version/s: 3.1.0 > gpg:sign does not handle non-Default outputDirectory correctly > --

[jira] [Updated] (MRELEASE-1069) typo: it's

2021-12-15 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise updated MRELEASE-1069: -- Fix Version/s: 3.0.0 (was: 3.0.0-M4) > typo: it's > -

[jira] [Closed] (MRELEASE-1069) typo: it's

2021-12-15 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise closed MRELEASE-1069. - Resolution: Fixed > typo: it's > -- > > Key: MRELEASE-

[jira] [Commented] (MRELEASE-1069) typo: it's

2021-12-15 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460108#comment-17460108 ] Karl Heinz Marbaise commented on MRELEASE-1069: --- Closed ticket because i

[jira] [Updated] (MRELEASE-1069) typo: it's

2021-12-15 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise updated MRELEASE-1069: -- Fix Version/s: 3.0.0-M4 > typo: it's > -- > > Key: M

[jira] [Assigned] (JXR-157) Upgrade Velocity templating engine

2021-12-15 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/JXR-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise reassigned JXR-157: --- Assignee: Karl Heinz Marbaise > Upgrade Velocity templating engine > --

[jira] [Commented] (MRESOLVER-216) [ERROR] Malformed \uxxxx encoding.

2021-12-15 Thread Rod Widdowson (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460038#comment-17460038 ] Rod Widdowson commented on MRESOLVER-216: - [~michael-o]   Thanks.  At least in

[jira] [Updated] (MRESOLVER-216) [ERROR] Malformed \uxxxx encoding.

2021-12-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MRESOLVER-216: - Fix Version/s: (was: waiting-for-feedback) > [ERROR] Malformed \u encoding. >

[jira] [Comment Edited] (MRESOLVER-216) [ERROR] Malformed \uxxxx encoding.

2021-12-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460031#comment-17460031 ] Michael Osipov edited comment on MRESOLVER-216 at 12/15/21, 3:13 PM: ---

[jira] [Comment Edited] (MRESOLVER-216) [ERROR] Malformed \uxxxx encoding.

2021-12-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460031#comment-17460031 ] Michael Osipov edited comment on MRESOLVER-216 at 12/15/21, 3:12 PM: ---

[jira] [Commented] (MRESOLVER-216) [ERROR] Malformed \uxxxx encoding.

2021-12-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460031#comment-17460031 ] Michael Osipov commented on MRESOLVER-216: -- [~rodwiddowson], no issue, take y

[jira] [Commented] (MGPG-84) signing fails in eclipse when using gpg-agent

2021-12-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MGPG-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460018#comment-17460018 ] Michael Osipov commented on MGPG-84: [~morgwai], since you exactly know that it worked b

[jira] [Commented] (MRESOLVER-216) [ERROR] Malformed \uxxxx encoding.

2021-12-15 Thread Rod Widdowson (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460017#comment-17460017 ] Rod Widdowson commented on MRESOLVER-216: - [~michael-o] : It may be a while

[jira] [Comment Edited] (MRESOLVER-216) [ERROR] Malformed \uxxxx encoding.

2021-12-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460010#comment-17460010 ] Michael Osipov edited comment on MRESOLVER-216 at 12/15/21, 2:52 PM: ---

[jira] [Commented] (MRESOLVER-216) [ERROR] Malformed \uxxxx encoding.

2021-12-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460010#comment-17460010 ] Michael Osipov commented on MRESOLVER-216: -- [~rodwiddowson], purge the reposi

[jira] [Commented] (MRESOLVER-216) [ERROR] Malformed \uxxxx encoding.

2021-12-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460009#comment-17460009 ] Michael Osipov commented on MRESOLVER-216: -- [~herrlado], let's run this until

[jira] [Commented] (MRESOLVER-216) [ERROR] Malformed \uxxxx encoding.

2021-12-15 Thread Rod Widdowson (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460005#comment-17460005 ] Rod Widdowson commented on MRESOLVER-216: - [^consoleText.txt]  Enjoy > [ERRO

[jira] [Updated] (MRESOLVER-216) [ERROR] Malformed \uxxxx encoding.

2021-12-15 Thread Rod Widdowson (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rod Widdowson updated MRESOLVER-216: Attachment: consoleText.txt > [ERROR] Malformed \u encoding. > -

[jira] [Commented] (MRESOLVER-216) [ERROR] Malformed \uxxxx encoding.

2021-12-15 Thread Lado Kumsiashvili (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460003#comment-17460003 ] Lado Kumsiashvili commented on MRESOLVER-216: - [~michael-o] Since then it

[jira] [Commented] (MRESOLVER-216) [ERROR] Malformed \uxxxx encoding.

2021-12-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460001#comment-17460001 ] Michael Osipov commented on MRESOLVER-216: -- [~rodwiddowson], please do so. It

[jira] [Commented] (MRESOLVER-216) [ERROR] Malformed \uxxxx encoding.

2021-12-15 Thread Rod Widdowson (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17459996#comment-17459996 ] Rod Widdowson commented on MRESOLVER-216: - Just to note that we have seen this

[jira] [Commented] (MNG-7358) Can't debug with mvnDebug with version 4

2021-12-15 Thread Jira
[ https://issues.apache.org/jira/browse/MNG-7358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17459874#comment-17459874 ] Odne Hellebø commented on MNG-7358: --- Ok. I don't think it is a matter of change from mave

[GitHub] [maven-dependency-plugin] josephw opened a new pull request #178: MDEP-779 show class names used in undeclared dependencies

2021-12-15 Thread GitBox
josephw opened a new pull request #178: URL: https://github.com/apache/maven-dependency-plugin/pull/178 This adds [the class names tracked in this PR](https://github.com/apache/maven-dependency-analyzer/pull/44) to the UI, when `-Dverbose` is set: ``` [WARNING] Used undeclared de

[GitHub] [maven] cstamas opened a new pull request #635: [Experiment] Maven w/ transport-http

2021-12-15 Thread GitBox
cstamas opened a new pull request #635: URL: https://github.com/apache/maven/pull/635 Maven distro that uses latest (locally built) maven-resolver-1.7.3-SNAPSHOT. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[jira] [Assigned] (MINVOKER-287) parallelThreads and invoker.ordinal

2021-12-15 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned MINVOKER-287: Assignee: Slawomir Jaranowski > parallelThreads and invoker.ordinal > --

[GitHub] [maven-surefire] findepi edited a comment on pull request #407: [SUREFIRE-1967] Fix parallel test ordering to prevent high resource consumption

2021-12-15 Thread GitBox
findepi edited a comment on pull request #407: URL: https://github.com/apache/maven-surefire/pull/407#issuecomment-994584008 @slawekjaranowski thanks for your feedback > Does this change has no influences on existing tests? I've completed run of `mvn -Prun-its clean install`

[GitHub] [maven-surefire] findepi commented on pull request #407: [SUREFIRE-1967] Fix parallel test ordering to prevent high resource consumption

2021-12-15 Thread GitBox
findepi commented on pull request #407: URL: https://github.com/apache/maven-surefire/pull/407#issuecomment-994584008 @slawekjaranowski thanks for your feedback > Does this change has no influences on existing tests? I've completed run of `mvn -Prun-its clean install` ```

[jira] [Commented] (MGPG-84) signing fails in eclipse when using gpg-agent

2021-12-15 Thread Piotr Morgwai Kotarbinski (Jira)
[ https://issues.apache.org/jira/browse/MGPG-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17459776#comment-17459776 ] Piotr Morgwai Kotarbinski commented on MGPG-84: --- [~michael-o] while this may b

[jira] [Updated] (MGPG-84) signing fails in eclipse when using gpg-agent

2021-12-15 Thread Piotr Morgwai Kotarbinski (Jira)
[ https://issues.apache.org/jira/browse/MGPG-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Morgwai Kotarbinski updated MGPG-84: -- Labels: regression (was: ) > signing fails in eclipse when using gpg-agent >

[jira] [Commented] (MGPG-84) signing fails in eclipse when using gpg-agent

2021-12-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MGPG-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17459766#comment-17459766 ] Michael Osipov commented on MGPG-84: Eclipse's terminal is not a fully functional termin

[jira] [Updated] (MGPG-84) signing fails in eclipse when using gpg-agent

2021-12-15 Thread Piotr Morgwai Kotarbinski (Jira)
[ https://issues.apache.org/jira/browse/MGPG-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Morgwai Kotarbinski updated MGPG-84: -- Description: after update from 1.6 to 3.0.1 signing started to fail when running m

[jira] [Updated] (MGPG-84) signing fails in eclipse when using gpg-agent

2021-12-15 Thread Piotr Morgwai Kotarbinski (Jira)
[ https://issues.apache.org/jira/browse/MGPG-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Morgwai Kotarbinski updated MGPG-84: -- Description: after update from 1.6 to 3.0.1 signing started to fail when running m

[jira] [Updated] (MGPG-84) signing fails in eclipse when using gpg-agent

2021-12-15 Thread Piotr Morgwai Kotarbinski (Jira)
[ https://issues.apache.org/jira/browse/MGPG-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Morgwai Kotarbinski updated MGPG-84: -- Summary: signing fails in eclipse when using gpg-agent (was: signing fails in ecl

[jira] [Updated] (MGPG-84) signing fails in eclipse

2021-12-15 Thread Piotr Morgwai Kotarbinski (Jira)
[ https://issues.apache.org/jira/browse/MGPG-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Morgwai Kotarbinski updated MGPG-84: -- Description: after update from 1.6 to 3.0.1  (was: after update to version  ) > s

[jira] [Updated] (MGPG-84) signing fails in eclipse

2021-12-15 Thread Piotr Morgwai Kotarbinski (Jira)
[ https://issues.apache.org/jira/browse/MGPG-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Morgwai Kotarbinski updated MGPG-84: -- Affects Version/s: 3.0.1 > signing fails in eclipse > > >

[jira] [Updated] (MGPG-84) signing fails in eclipse

2021-12-15 Thread Piotr Morgwai Kotarbinski (Jira)
[ https://issues.apache.org/jira/browse/MGPG-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Morgwai Kotarbinski updated MGPG-84: -- Description: after update to version  > signing fails in eclipse > ---

[jira] [Updated] (MGPG-84) signing fails in eclipse

2021-12-15 Thread Piotr Morgwai Kotarbinski (Jira)
[ https://issues.apache.org/jira/browse/MGPG-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Morgwai Kotarbinski updated MGPG-84: -- Priority: Minor (was: Major) > signing fails in eclipse > ---

[jira] [Created] (MGPG-84) signing fails in eclipse

2021-12-15 Thread Piotr Morgwai Kotarbinski (Jira)
Piotr Morgwai Kotarbinski created MGPG-84: - Summary: signing fails in eclipse Key: MGPG-84 URL: https://issues.apache.org/jira/browse/MGPG-84 Project: Maven GPG Plugin Issue Type: Bug