[GitHub] [maven-surefire] zoltanmeze commented on pull request #529: [SUREFIRE-2076] BufferOverflowException when encoding message with null runMode
zoltanmeze commented on PR #529: URL: https://github.com/apache/maven-surefire/pull/529#issuecomment-1110735790 Included missing null in [6e5a49c](https://github.com/apache/maven-surefire/pull/529/commits/6e5a49cb9fc8c6767a350d3bf530cd109354df4f). I don't think it's worth adding a unit test for this. This was obviously just missing. There are a couple of tests covering `consoleErrorLog`, but usually buffer length is overestimated because strings are allocating more space than what they actually need with `encoder.maxBytesPerChar() * s.length()`, so this was not causing any issues. -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven] cstamas opened a new pull request, #728: Align assembly XSD version with plugin used
cstamas opened a new pull request, #728: URL: https://github.com/apache/maven/pull/728 As title says, XSD is ancient old 2.0.0, while all latest assembly plugins uses 2.1.0. Not that this matters or changes anything at all, this is more about correctness. -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Created] (MNG-7465) Maven interprets java package logs as ["ERROR"]
Kamalpreet created MNG-7465: --- Summary: Maven interprets java package logs as ["ERROR"] Key: MNG-7465 URL: https://issues.apache.org/jira/browse/MNG-7465 Project: Maven Issue Type: Bug Components: Logging Environment: OS - MacOS X Reporter: Kamalpreet Attachments: Screenshot 2022-04-26 at 8.19.09 PM.png Currently, I'm using *slf4j* for logging in my package and when I'm importing the package in a script and run it, then it shows log-level *[ERROR]* that is unintended (it should not display any log level or [INFO] should be displayed) -- This message was sent by Atlassian Jira (v8.20.7#820007)
[GitHub] [maven] cstamas opened a new pull request, #729: [MNG-7433] Warn if in parallel build aggregator Mojo found
cstamas opened a new pull request, #729: URL: https://github.com/apache/maven/pull/729 As aggregator Mojos, as they have access to whole reactor, are requiring unique access, hence, they block the parallel build, while themselves are executing. -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Commented] (MNG-7465) Maven interprets java package logs as ["ERROR"]
[ https://issues.apache.org/jira/browse/MNG-7465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528681#comment-17528681 ] Michael Osipov commented on MNG-7465: - What? What is the issue here? > Maven interprets java package logs as ["ERROR"] > --- > > Key: MNG-7465 > URL: https://issues.apache.org/jira/browse/MNG-7465 > Project: Maven > Issue Type: Bug > Components: Logging > Environment: OS - MacOS X >Reporter: Kamalpreet >Priority: Blocker > Attachments: Screenshot 2022-04-26 at 8.19.09 PM.png > > > Currently, I'm using *slf4j* for logging in my package and when I'm importing > the package in a script and run it, then it shows log-level *[ERROR]* that is > unintended (it should not display any log level or [INFO] should be displayed) -- This message was sent by Atlassian Jira (v8.20.7#820007)
[GitHub] [maven] cstamas commented on pull request #728: Align assembly XSD version with plugin used
cstamas commented on PR #728: URL: https://github.com/apache/maven/pull/728#issuecomment-1110799046 > Still has `http://maven.apache.org/ASSEMBLY/2.0.0` Fixed the missed ones. -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Commented] (MNG-7465) Maven interprets java package logs as ["ERROR"]
[ https://issues.apache.org/jira/browse/MNG-7465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528710#comment-17528710 ] Kamalpreet commented on MNG-7465: - I'm using *slf4j* in my package and displaying via command *log.info.* When I'm importing that package in a script. Maven treats it as {*}["ERROR"]{*}, ideally it should display log level as *["INFO"].* Is this a bug or is there any workaround for this? > Maven interprets java package logs as ["ERROR"] > --- > > Key: MNG-7465 > URL: https://issues.apache.org/jira/browse/MNG-7465 > Project: Maven > Issue Type: Bug > Components: Logging > Environment: OS - MacOS X >Reporter: Kamalpreet >Priority: Blocker > Attachments: Screenshot 2022-04-26 at 8.19.09 PM.png > > > Currently, I'm using *slf4j* for logging in my package and when I'm importing > the package in a script and run it, then it shows log-level *[ERROR]* that is > unintended (it should not display any log level or [INFO] should be displayed) -- This message was sent by Atlassian Jira (v8.20.7#820007)
[GitHub] [maven] cstamas closed pull request #729: [MNG-7433] Warn if in parallel build aggregator Mojo found
cstamas closed pull request #729: [MNG-7433] Warn if in parallel build aggregator Mojo found URL: https://github.com/apache/maven/pull/729 -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven] cstamas commented on pull request #730: [MNG-7433] Warn if in parallel build aggregator Mojo found
cstamas commented on PR #730: URL: https://github.com/apache/maven/pull/730#issuecomment-1110823159 Just FYI: this would need to go in all branches, not just master, where the lock is present, so 3.8.x, 3.9.x and master. -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-surefire] Tibor17 commented on pull request #529: [SUREFIRE-2076] BufferOverflowException when encoding message with null runMode
Tibor17 commented on PR #529: URL: https://github.com/apache/maven-surefire/pull/529#issuecomment-1110834305 If there are no objections, I would proceed with this PR. -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Closed] (MNG-7465) Maven interprets java package logs as ["ERROR"]
[ https://issues.apache.org/jira/browse/MNG-7465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MNG-7465. --- Resolution: Invalid You have shown basically which would indicate a bug in Maven. It ia also unclear what the actual issue is without more context.. seek help on SO ot the users mailing list. > Maven interprets java package logs as ["ERROR"] > --- > > Key: MNG-7465 > URL: https://issues.apache.org/jira/browse/MNG-7465 > Project: Maven > Issue Type: Bug > Components: Logging > Environment: OS - MacOS X >Reporter: Kamalpreet >Priority: Blocker > Attachments: Screenshot 2022-04-26 at 8.19.09 PM.png > > > Currently, I'm using *slf4j* for logging in my package and when I'm importing > the package in a script and run it, then it shows log-level *[ERROR]* that is > unintended (it should not display any log level or [INFO] should be displayed) -- This message was sent by Atlassian Jira (v8.20.7#820007)
[GitHub] [maven-surefire] zoltanmeze commented on pull request #529: [SUREFIRE-2076] BufferOverflowException when encoding message with null runMode
zoltanmeze commented on PR #529: URL: https://github.com/apache/maven-surefire/pull/529#issuecomment-1110871071 > If there are no objections, I would proceed with this PR. No objections from me -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Commented] (SUREFIRE-2079) exception with long message removes test from result instead of failing it
[ https://issues.apache.org/jira/browse/SUREFIRE-2079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528740#comment-17528740 ] Michael Kroll commented on SUREFIRE-2079: - So with PR#518 there is already a fix available? Any chances to see this soon in a release? > exception with long message removes test from result instead of failing it > -- > > Key: SUREFIRE-2079 > URL: https://issues.apache.org/jira/browse/SUREFIRE-2079 > Project: Maven Surefire > Issue Type: Bug > Components: Maven Surefire Plugin >Affects Versions: 3.0.0-M6 > Environment: Apache Maven 3.6.3 > (cecedd343002696d0abb50b32b541b8a6ba2883f) > Maven home: [...] > Java version: 17.0.3, vendor: BellSoft, runtime: > C:\Users\[...]\.sdkman\candidates\java\17.0.3-librca > Default locale: de_DE, platform encoding: Cp1252 > OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" >Reporter: Michael Kroll >Priority: Critical > Labels: test-stability > Attachments: SUREFIRE-2079.txt > > > surefire 3.0.0-M6 excludes a test from the test result, if an exception with > a long message (~1000) is thrown from an inner class. > {noformat} > $ mvn test > [...] > [INFO] Running org.example.ThrowExceptionWithLongMessageTest > [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: > 0.044 s - in org.example.ThrowExceptionWithLongMessageTest > [INFO] > [INFO] Results: > [INFO] > [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 > [INFO] > [WARNING] Corrupted channel by directly writing to native stream in > forked JVM 1. See FAQ web page and the dump file [INFO] [...] > [...] > [INFO] BUILD SUCCESS > {noformat} > with > {code:java|title=test class} > package org.example; > import org.junit.jupiter.api.Test; > class ThrowExceptionWithLongMessageTest { > @Test > public void example() { > Inner.throwException(1000); > } > > public static class Inner { > public static void throwException(final int messageLen) { > final var sb = new StringBuilder(); > for (int i = 0; i < messageLen; i++) { > sb.append("A"); > } > throw new IllegalStateException(sb.toString()); > } > } > } > {code} > Demonstrator: see links > surefire 3.0.0-M5 fails the test like expected: > {noformat} > [INFO] Running org.example.ThrowExceptionWithLongMessageTest > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: > 0.036 s <<< FAILURE! - in org.example.ThrowExceptionWithLongMessageTest > {noformat} -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Created] (MNG-7466) Align Assembly Descriptor NS versions
Tamás Cservenák created MNG-7466: Summary: Align Assembly Descriptor NS versions Key: MNG-7466 URL: https://issues.apache.org/jira/browse/MNG-7466 Project: Maven Issue Type: Task Components: Bootstrap & Build Reporter: Tamás Cservenák Minor, but descriptor name spaces used in XML are outdated, version 2.1.0 is used since eons, while the build still uses 2.0.0 namespace. In Maven build, the {{apache-maven}} module assembles the distribution (binary) package, there are the XML descriptors stored for maven-assembly-plugin. -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Updated] (MNG-7466) Align Assembly Descriptor NS versions
[ https://issues.apache.org/jira/browse/MNG-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák updated MNG-7466: - Fix Version/s: 3.9.0-candidate 4.0.x-candidate > Align Assembly Descriptor NS versions > - > > Key: MNG-7466 > URL: https://issues.apache.org/jira/browse/MNG-7466 > Project: Maven > Issue Type: Task > Components: Bootstrap & Build >Reporter: Tamás Cservenák >Priority: Trivial > Fix For: 3.9.0-candidate, 4.0.x-candidate > > > Minor, but descriptor name spaces used in XML are outdated, version 2.1.0 is > used since eons, while the build still uses 2.0.0 namespace. > In Maven build, the {{apache-maven}} module assembles the distribution > (binary) package, there are the XML descriptors stored for > maven-assembly-plugin. -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Commented] (MNG-7466) Align Assembly Descriptor NS versions
[ https://issues.apache.org/jira/browse/MNG-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528779#comment-17528779 ] Michael Osipov commented on MNG-7466: - If 3.8.x uses the same MASSEMBLY version then I would apply this to 3.8.6 too. > Align Assembly Descriptor NS versions > - > > Key: MNG-7466 > URL: https://issues.apache.org/jira/browse/MNG-7466 > Project: Maven > Issue Type: Task > Components: Bootstrap & Build >Reporter: Tamás Cservenák >Priority: Trivial > Fix For: 3.9.0-candidate, 4.0.x-candidate > > > Minor, but descriptor name spaces used in XML are outdated, version 2.1.0 is > used since eons, while the build still uses 2.0.0 namespace. > In Maven build, the {{apache-maven}} module assembles the distribution > (binary) package, there are the XML descriptors stored for > maven-assembly-plugin. -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Updated] (MNG-7466) Align Assembly Descriptor NS versions
[ https://issues.apache.org/jira/browse/MNG-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák updated MNG-7466: - Fix Version/s: 3.8.x-candidate > Align Assembly Descriptor NS versions > - > > Key: MNG-7466 > URL: https://issues.apache.org/jira/browse/MNG-7466 > Project: Maven > Issue Type: Task > Components: Bootstrap & Build >Reporter: Tamás Cservenák >Priority: Trivial > Fix For: 3.8.x-candidate, 3.9.0-candidate, 4.0.x-candidate > > > Minor, but descriptor name spaces used in XML are outdated, version 2.1.0 is > used since eons, while the build still uses 2.0.0 namespace. > In Maven build, the {{apache-maven}} module assembles the distribution > (binary) package, there are the XML descriptors stored for > maven-assembly-plugin. -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Commented] (MNG-7466) Align Assembly Descriptor NS versions
[ https://issues.apache.org/jira/browse/MNG-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528782#comment-17528782 ] Tamás Cservenák commented on MNG-7466: -- Agreed, adjusted the fix-for to reflect this. > Align Assembly Descriptor NS versions > - > > Key: MNG-7466 > URL: https://issues.apache.org/jira/browse/MNG-7466 > Project: Maven > Issue Type: Task > Components: Bootstrap & Build >Reporter: Tamás Cservenák >Priority: Trivial > Fix For: 3.8.x-candidate, 3.9.0-candidate, 4.0.x-candidate > > > Minor, but descriptor name spaces used in XML are outdated, version 2.1.0 is > used since eons, while the build still uses 2.0.0 namespace. > In Maven build, the {{apache-maven}} module assembles the distribution > (binary) package, there are the XML descriptors stored for > maven-assembly-plugin. -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Commented] (MNG-7466) Align Assembly Descriptor NS versions
[ https://issues.apache.org/jira/browse/MNG-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528785#comment-17528785 ] Tamás Cservenák commented on MNG-7466: -- Checked: all three (3.8.x, 3.9.x and master) use _same parent_ version 35, and none of them have plugin version override, so all three use same version of m-assembly-p even. > Align Assembly Descriptor NS versions > - > > Key: MNG-7466 > URL: https://issues.apache.org/jira/browse/MNG-7466 > Project: Maven > Issue Type: Task > Components: Bootstrap & Build >Reporter: Tamás Cservenák >Priority: Trivial > Fix For: 3.8.x-candidate, 3.9.0-candidate, 4.0.x-candidate > > > Minor, but descriptor name spaces used in XML are outdated, version 2.1.0 is > used since eons, while the build still uses 2.0.0 namespace. > In Maven build, the {{apache-maven}} module assembles the distribution > (binary) package, there are the XML descriptors stored for > maven-assembly-plugin. -- This message was sent by Atlassian Jira (v8.20.7#820007)
[GitHub] [maven] cstamas merged pull request #728: [MNG-7466] Align assembly XSD version with plugin used
cstamas merged PR #728: URL: https://github.com/apache/maven/pull/728 -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Resolved] (MNG-7466) Align Assembly Descriptor NS versions
[ https://issues.apache.org/jira/browse/MNG-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák resolved MNG-7466. -- Assignee: Tamás Cservenák Resolution: Fixed > Align Assembly Descriptor NS versions > - > > Key: MNG-7466 > URL: https://issues.apache.org/jira/browse/MNG-7466 > Project: Maven > Issue Type: Task > Components: Bootstrap & Build >Reporter: Tamás Cservenák >Assignee: Tamás Cservenák >Priority: Trivial > Fix For: 3.8.x-candidate, 3.9.0-candidate, 4.0.x-candidate > > > Minor, but descriptor name spaces used in XML are outdated, version 2.1.0 is > used since eons, while the build still uses 2.0.0 namespace. > In Maven build, the {{apache-maven}} module assembles the distribution > (binary) package, there are the XML descriptors stored for > maven-assembly-plugin. -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Commented] (MNG-7466) Align Assembly Descriptor NS versions
[ https://issues.apache.org/jira/browse/MNG-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528789#comment-17528789 ] Tamás Cservenák commented on MNG-7466: -- Committed: * master as [https://github.com/apache/maven/commit/ca9aa8f4f3d4b440fb86536c0acfb858dcc2fdba] * maven-3.9.x as [https://github.com/apache/maven/commit/7b86ce8534010301f806faa631f02c18a5036030] and [https://github.com/apache/maven/commit/229cfc8bf600cb4dcd28a2303ad656df35feb391] * maven-3.8.x as https://github.com/apache/maven/commit/5e2e0d8175ad408b3316fe3f720c43e39c26fc35 > Align Assembly Descriptor NS versions > - > > Key: MNG-7466 > URL: https://issues.apache.org/jira/browse/MNG-7466 > Project: Maven > Issue Type: Task > Components: Bootstrap & Build >Reporter: Tamás Cservenák >Priority: Trivial > Fix For: 3.8.x-candidate, 3.9.0-candidate, 4.0.x-candidate > > > Minor, but descriptor name spaces used in XML are outdated, version 2.1.0 is > used since eons, while the build still uses 2.0.0 namespace. > In Maven build, the {{apache-maven}} module assembles the distribution > (binary) package, there are the XML descriptors stored for > maven-assembly-plugin. -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Closed] (MNG-7466) Align Assembly Descriptor NS versions
[ https://issues.apache.org/jira/browse/MNG-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák closed MNG-7466. > Align Assembly Descriptor NS versions > - > > Key: MNG-7466 > URL: https://issues.apache.org/jira/browse/MNG-7466 > Project: Maven > Issue Type: Task > Components: Bootstrap & Build >Reporter: Tamás Cservenák >Assignee: Tamás Cservenák >Priority: Trivial > Fix For: 3.8.x-candidate, 3.9.0-candidate, 4.0.x-candidate > > > Minor, but descriptor name spaces used in XML are outdated, version 2.1.0 is > used since eons, while the build still uses 2.0.0 namespace. > In Maven build, the {{apache-maven}} module assembles the distribution > (binary) package, there are the XML descriptors stored for > maven-assembly-plugin. -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Updated] (MNG-7466) Align Assembly Descriptor NS versions
[ https://issues.apache.org/jira/browse/MNG-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák updated MNG-7466: - Fix Version/s: 3.8.6 3.9.0 (was: 3.8.x-candidate) (was: 3.9.0-candidate) > Align Assembly Descriptor NS versions > - > > Key: MNG-7466 > URL: https://issues.apache.org/jira/browse/MNG-7466 > Project: Maven > Issue Type: Task > Components: Bootstrap & Build >Reporter: Tamás Cservenák >Assignee: Tamás Cservenák >Priority: Trivial > Fix For: 3.8.6, 3.9.0, 4.0.x-candidate > > > Minor, but descriptor name spaces used in XML are outdated, version 2.1.0 is > used since eons, while the build still uses 2.0.0 namespace. > In Maven build, the {{apache-maven}} module assembles the distribution > (binary) package, there are the XML descriptors stored for > maven-assembly-plugin. -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Updated] (MNG-7466) Align Assembly Descriptor NS versions
[ https://issues.apache.org/jira/browse/MNG-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák updated MNG-7466: - Fix Version/s: 4.0.0-alpha-1 4.0.0 (was: 4.0.x-candidate) > Align Assembly Descriptor NS versions > - > > Key: MNG-7466 > URL: https://issues.apache.org/jira/browse/MNG-7466 > Project: Maven > Issue Type: Task > Components: Bootstrap & Build >Reporter: Tamás Cservenák >Assignee: Tamás Cservenák >Priority: Trivial > Fix For: 3.8.6, 3.9.0, 4.0.0-alpha-1, 4.0.0 > > > Minor, but descriptor name spaces used in XML are outdated, version 2.1.0 is > used since eons, while the build still uses 2.0.0 namespace. > In Maven build, the {{apache-maven}} module assembles the distribution > (binary) package, there are the XML descriptors stored for > maven-assembly-plugin. -- This message was sent by Atlassian Jira (v8.20.7#820007)
[GitHub] [maven-resources-plugin] patpatpat123 opened a new pull request, #21: A desperate PR to ask if it is possible to keep this repo relevant by upgrading its (full of CVEs) dependencies please :)
patpatpat123 opened a new pull request, #21: URL: https://github.com/apache/maven-resources-plugin/pull/21 Following this checklist to help us incorporate your contribution quickly and easily: I do not have a Jira account. It is just me trying to bump a pom file using java 7, known to be EOL, and other dependencies that have proven CVEs. - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MRESOURCES) filed for the change (usually before you start working on it). Trivial changes like typos do not require a JIRA issue. Your pull request should address just this issue, without pulling in other changes. I hope mine is meaningful. - [ ] Each commit in the pull request should have a meaningful subject line and body. - [ ] Format the pull request title like `[MRESOURCES-XXX] - Fixes bug in ApproximateQuantiles`, where you replace `MRESOURCES-XXX` with the appropriate JIRA issue. Best practice is to use the JIRA issue title in the pull request title and in the first line of the commit message. - [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why. Yes, and all tests passed - [ ] Run `mvn clean verify` to make sure basic checks pass. A more thorough check will be performed on your pull request automatically. - [ ] You have run the integration tests successfully (`mvn -Prun-its clean verify`). I am actually fine, and even prefer not to be a contributor. I just want to keep this very cool project relevant with security and time If your pull request is about ~20 lines of code you don't need to sign an [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf) if you are unsure please ask on the developers list. To make clear that you license your contribution under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) you have to acknowledge this by using the following check-box. - [ ] I hereby declare this contribution to be licenced under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) - [ ] In any other case, please file an [Apache Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf). -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Commented] (MNG-7466) Align Assembly Descriptor NS versions
[ https://issues.apache.org/jira/browse/MNG-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528812#comment-17528812 ] Hudson commented on MNG-7466: - Build failed in Jenkins: Maven » Maven TLP » maven » maven-3.8.x #17 See https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/maven-3.8.x/17/ > Align Assembly Descriptor NS versions > - > > Key: MNG-7466 > URL: https://issues.apache.org/jira/browse/MNG-7466 > Project: Maven > Issue Type: Task > Components: Bootstrap & Build >Reporter: Tamás Cservenák >Assignee: Tamás Cservenák >Priority: Trivial > Fix For: 3.8.6, 3.9.0, 4.0.0-alpha-1, 4.0.0 > > > Minor, but descriptor name spaces used in XML are outdated, version 2.1.0 is > used since eons, while the build still uses 2.0.0 namespace. > In Maven build, the {{apache-maven}} module assembles the distribution > (binary) package, there are the XML descriptors stored for > maven-assembly-plugin. -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Commented] (MNG-7457) Warn about deprecated plugin Mojo
[ https://issues.apache.org/jira/browse/MNG-7457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528814#comment-17528814 ] Hudson commented on MNG-7457: - Build failed in Jenkins: Maven » Maven TLP » maven » maven-3.8.x #17 See https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/maven-3.8.x/17/ > Warn about deprecated plugin Mojo > - > > Key: MNG-7457 > URL: https://issues.apache.org/jira/browse/MNG-7457 > Project: Maven > Issue Type: New Feature >Reporter: Slawomir Jaranowski >Assignee: Slawomir Jaranowski >Priority: Major > Fix For: 3.9.0, 4.0.0-alpha-1, 4.0.0 > > > Plugin Mojo can be marked as deprecated by author. > Maven should log warnings if deprecated Mojo is used in build plan. -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Commented] (MNG-5222) Maven 3 no longer logs warnings about deprecated plugin parameters.
[ https://issues.apache.org/jira/browse/MNG-5222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528813#comment-17528813 ] Hudson commented on MNG-5222: - Build failed in Jenkins: Maven » Maven TLP » maven » maven-3.8.x #17 See https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/maven-3.8.x/17/ > Maven 3 no longer logs warnings about deprecated plugin parameters. > --- > > Key: MNG-5222 > URL: https://issues.apache.org/jira/browse/MNG-5222 > Project: Maven > Issue Type: Bug > Components: Plugins and Lifecycle >Affects Versions: 3.0.3 >Reporter: Christian Schulte >Assignee: Slawomir Jaranowski >Priority: Minor > Fix For: 3.9.0, 4.0.0-alpha-1, 4.0.0 > > Time Spent: 10m > Remaining Estimate: 0h > > Providing a value for a deprecated plugin parameter, Maven 2.2.1 used to log > a warning. Currently Maven 3 does not. -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Commented] (MNG-7466) Align Assembly Descriptor NS versions
[ https://issues.apache.org/jira/browse/MNG-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528817#comment-17528817 ] Hudson commented on MNG-7466: - Build failed in Jenkins: Maven » Maven TLP » maven » maven-3.9.x #24 See https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/maven-3.9.x/24/ > Align Assembly Descriptor NS versions > - > > Key: MNG-7466 > URL: https://issues.apache.org/jira/browse/MNG-7466 > Project: Maven > Issue Type: Task > Components: Bootstrap & Build >Reporter: Tamás Cservenák >Assignee: Tamás Cservenák >Priority: Trivial > Fix For: 3.8.6, 3.9.0, 4.0.0-alpha-1, 4.0.0 > > > Minor, but descriptor name spaces used in XML are outdated, version 2.1.0 is > used since eons, while the build still uses 2.0.0 namespace. > In Maven build, the {{apache-maven}} module assembles the distribution > (binary) package, there are the XML descriptors stored for > maven-assembly-plugin. -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Commented] (MNG-7466) Align Assembly Descriptor NS versions
[ https://issues.apache.org/jira/browse/MNG-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528820#comment-17528820 ] Hudson commented on MNG-7466: - Build succeeded in Jenkins: Maven » Maven TLP » maven » master #38 See https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/master/38/ > Align Assembly Descriptor NS versions > - > > Key: MNG-7466 > URL: https://issues.apache.org/jira/browse/MNG-7466 > Project: Maven > Issue Type: Task > Components: Bootstrap & Build >Reporter: Tamás Cservenák >Assignee: Tamás Cservenák >Priority: Trivial > Fix For: 3.8.6, 3.9.0, 4.0.0-alpha-1, 4.0.0 > > > Minor, but descriptor name spaces used in XML are outdated, version 2.1.0 is > used since eons, while the build still uses 2.0.0 namespace. > In Maven build, the {{apache-maven}} module assembles the distribution > (binary) package, there are the XML descriptors stored for > maven-assembly-plugin. -- This message was sent by Atlassian Jira (v8.20.7#820007)
[GitHub] [maven-resources-plugin] khmarbaise commented on pull request #21: A desperate PR to ask if it is possible to keep this repo relevant by upgrading its (full of CVEs) dependencies please :)
khmarbaise commented on PR #21: URL: https://github.com/apache/maven-resources-plugin/pull/21#issuecomment-063312 Please create an JIRA account (register) and create an appropriate issue in JIRA for that...and also check the information about license etc. otherwise we can not accept such a PR.. Changing using `final` does not solve any issue.. Please reread the contribution part in the READ ME file (https://github.com/apache/maven-resources-plugin/blob/master/README.md)... -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Commented] (MNG-7465) Maven interprets java package logs as ["ERROR"]
[ https://issues.apache.org/jira/browse/MNG-7465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528843#comment-17528843 ] Kamalpreet commented on MNG-7465: - Can you provide url for SO? > Maven interprets java package logs as ["ERROR"] > --- > > Key: MNG-7465 > URL: https://issues.apache.org/jira/browse/MNG-7465 > Project: Maven > Issue Type: Bug > Components: Logging > Environment: OS - MacOS X >Reporter: Kamalpreet >Priority: Blocker > Attachments: Screenshot 2022-04-26 at 8.19.09 PM.png > > > Currently, I'm using *slf4j* for logging in my package and when I'm importing > the package in a script and run it, then it shows log-level *[ERROR]* that is > unintended (it should not display any log level or [INFO] should be displayed) -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Created] (SUREFIRE-2080) plugin not correctly escaping paths with spaces on Windows
Tim Allison created SUREFIRE-2080: - Summary: plugin not correctly escaping paths with spaces on Windows Key: SUREFIRE-2080 URL: https://issues.apache.org/jira/browse/SUREFIRE-2080 Project: Maven Surefire Issue Type: Bug Components: Maven Surefire Plugin Affects Versions: 3.0.0-M6 Reporter: Tim Allison Environment: {noformat} Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: C:\apache\apache-maven-3.8.5-bin\apache-maven-3.8.5 Java version: 1.8.0_322, vendor: Temurin, runtime: C:\Users\qwertyuiop\.jdks\temurin-1.8.0_322\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" {noformat} When surefire forks a process, it is not putting double quotes around the -Djava.library.path. {noformat} -Djava.library.path=C:\Users\qwertyuiop\Intel lij\azure_tika-2.3.0-azs3\tika-parsers\tika-parsers-standard\tika-parsers-standard-modules\tika-parser-ocr-module\..\..\..\..\tika-parent\lib {noformat} should be: {noformat} -Djava.library.path=\\"C:\Users\qwertyuiop\Intel lij\azure_tika-2.3.0-azs3\tika-parsers\tika-parsers-standard\tika-parsers-standard-modules\tika-parser-ocr-module\..\..\..\..\tika-parent\lib\\" {noformat} relevant parts of debug log {noformat} [INFO] [INFO] --- [INFO] T E S T S [INFO] --- [DEBUG] Determined Maven Process ID 23984 [DEBUG] Fork Channel [1] connection string 'pipe://1' for the implementation class org.apache.maven.plugin.surefire.extensions.LegacyForkChannel [DEBUG] boot classpath: C:\Users\qwertyuiop\.m2\repository\org\apache\maven\surefire\surefire-booter\3.0.0-M6\surefire-booter-3.0.0-M6.jar C:\Users\qwertyuiop\.m2\repository\org\apache\maven\surefire\surefire-api\3.0.0-M6\surefire-api-3.0.0-M6.jar C:\Users\qwertyuiop\.m2\repository\org\apache\maven\surefire\surefire-logger-api\3.0.0-M6\surefire-logger-api-3.0.0-M6.jar C:\Users\qwertyuiop\.m2\repository\org\apache\maven\surefire\surefire-shared-utils\3.0.0-M6\surefire-shared-utils-3.0.0-M6.jar C:\Users\qwertyuiop\.m2\repository\org\apache\maven\surefire\surefire-extensions-spi\3.0.0-M6\surefire-extensions-spi-3.0.0-M6.jar C:\Users\qwertyuiop\Intel lij\azure_tika-2.3.0-azs3\tika-parsers\tika-parsers-standard\tika-parsers-standard-modules\tika-parser-ocr-module\target\test-classes C:\Users\qwertyuiop\Intel lij\azure_tika-2.3.0-azs3\tika-parsers\tika-parsers-standard\tika-parsers-standard-modules\tika-parser-ocr-module\target\classes C:\Users\qwertyuiop\.m2\repository\org\apache\commons\commons-lang3\3.12.0\commons-lang3-3.12.0.jar C:\Users\qwertyuiop\.m2\repository\org\apache\commons\commons-exec\1.3\commons-exec-1.3.jar C:\Users\qwertyuiop\.m2\repository\com\google\code\gson\gson\2.9.0\gson-2.9.0.jar C:\Users\qwertyuiop\.m2\repository\org\libjpegturbo\turbojpeg\2.0.3\turbojpeg-2.0.3.jar C:\Users\qwertyuiop\.m2\repository\org\apache\tika\tika-parser-image-module\2.3.0-azs\tika-parser-image-module-2.3.0-azs.jar C:\Users\qwertyuiop\.m2\repository\com\drewnoakes\metadata-extractor\2.17.0\metadata-extractor-2.17.0.jar C:\Users\qwertyuiop\.m2\repository\com\adobe\xmp\xmpcore\6.1.11\xmpcore-6.1.11.jar C:\Users\qwertyuiop\.m2\repository\org\apache\tika\tika-parser-xmp-commons\2.3.0-azs\tika-parser-xmp-commons-2.3.0-azs.jar C:\Users\qwertyuiop\.m2\repository\org\apache\pdfbox\jempbox\1.8.16\jempbox-1.8.16.jar C:\Users\qwertyuiop\.m2\repository\org\apache\pdfbox\xmpbox\2.0.25\xmpbox-2.0.25.jar C:\Users\qwertyuiop\.m2\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar C:\Users\qwertyuiop\.m2\repository\com\github\jai-imageio\jai-imageio-core\1.4.0\jai-imageio-core-1.4.0.jar C:\Users\qwertyuiop\.m2\repository\org\apache\pdfbox\jbig2-imageio\3.0.4\jbig2-imageio-3.0.4.jar C:\Users\qwertyuiop\.m2\repository\com\github\jai-imageio\jai-imageio-jpeg2000\1.4.0\jai-imageio-jpeg2000-1.4.0.jar C:\Users\qwertyuiop\.m2\repository\org\apache\tika\tika-core\2.3.0-azs\tika-core-2.3.0-azs.jar C:\Users\qwertyuiop\.m2\repository\org\slf4j\slf4j-api\1.7.35\slf4j-api-1.7.35.jar C:\Users\qwertyuiop\.m2\repository\commons-io\commons-io\2.11.0\commons-io-2.11.0.jar C:\Users\qwertyuiop\.m2\repository\org\junit\jupiter\junit-jupiter-api\5.8.2\junit-jupiter-api-5.8.2.jar C:\Users\qwertyuiop\.m2\repository\org\opentest4j\opentest4j\1.2.0\opentest4j-1.2.0.jar C:\Users\qwertyuiop\.m2\repository\org\junit\platform\junit-platform-commons\1.8.2\junit-platform-commons-1.8.2.jar C:\Users\qwertyuiop\.m2\repository\org\apiguardian\apiguardian-api\1.1.2\apiguardian-api-1.1.2.jar C:\Users\qwertyuiop\.m2\repository\org\junit\jupiter\junit-jupiter-engine\5.8.2\junit-jupiter-engine-5.8.2.jar C:\Users\qwertyuiop\.m2\repository\org\junit\pla
[jira] [Updated] (SUREFIRE-2080) plugin not correctly escaping paths with spaces on Windows
[ https://issues.apache.org/jira/browse/SUREFIRE-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Allison updated SUREFIRE-2080: -- Description: Environment: {noformat} Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: C:\apache\apache-maven-3.8.5-bin\apache-maven-3.8.5 Java version: 1.8.0_322, vendor: Temurin, runtime: C:\Users\qwertyuiop\.jdks\temurin-1.8.0_322\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" {noformat} When surefire forks a process, it is not putting double quotes around the -Djava.library.path. {noformat} -Djava.library.path=C:\Users\qwertyuiop\Intel lij\tika-2.3.0\tika-parsers\tika-parsers-standard\tika-parsers-standard-modules\tika-parser-ocr-module\..\..\..\..\tika-parent\lib {noformat} should be: {noformat} -Djava.library.path=\\"C:\Users\qwertyuiop\Intel lij\tika-2.3.0\tika-parsers\tika-parsers-standard\tika-parsers-standard-modules\tika-parser-ocr-module\..\..\..\..\tika-parent\lib\\" {noformat} relevant parts of debug log {noformat} [INFO] [INFO] --- [INFO] T E S T S [INFO] --- [DEBUG] Determined Maven Process ID 23984 [DEBUG] Fork Channel [1] connection string 'pipe://1' for the implementation class org.apache.maven.plugin.surefire.extensions.LegacyForkChannel [DEBUG] boot classpath: C:\Users\qwertyuiop\.m2\repository\org\apache\maven\surefire\surefire-booter\3.0.0-M6\surefire-booter-3.0.0-M6.jar C:\Users\qwertyuiop\.m2\repository\org\apache\maven\surefire\surefire-api\3.0.0-M6\surefire-api-3.0.0-M6.jar C:\Users\qwertyuiop\.m2\repository\org\apache\maven\surefire\surefire-logger-api\3.0.0-M6\surefire-logger-api-3.0.0-M6.jar C:\Users\qwertyuiop\.m2\repository\org\apache\maven\surefire\surefire-shared-utils\3.0.0-M6\surefire-shared-utils-3.0.0-M6.jar C:\Users\qwertyuiop\.m2\repository\org\apache\maven\surefire\surefire-extensions-spi\3.0.0-M6\surefire-extensions-spi-3.0.0-M6.jar C:\Users\qwertyuiop\Intel lij\tika-2.3.0\tika-parsers\tika-parsers-standard\tika-parsers-standard-modules\tika-parser-ocr-module\target\test-classes C:\Users\qwertyuiop\Intel lij\tika-2.3.0\tika-parsers\tika-parsers-standard\tika-parsers-standard-modules\tika-parser-ocr-module\target\classes C:\Users\qwertyuiop\.m2\repository\org\apache\commons\commons-lang3\3.12.0\commons-lang3-3.12.0.jar C:\Users\qwertyuiop\.m2\repository\org\apache\commons\commons-exec\1.3\commons-exec-1.3.jar C:\Users\qwertyuiop\.m2\repository\com\google\code\gson\gson\2.9.0\gson-2.9.0.jar C:\Users\qwertyuiop\.m2\repository\org\libjpegturbo\turbojpeg\2.0.3\turbojpeg-2.0.3.jar C:\Users\qwertyuiop\.m2\repository\org\apache\tika\tika-parser-image-module\2.3.0-azs\tika-parser-image-module-2.3.0-azs.jar C:\Users\qwertyuiop\.m2\repository\com\drewnoakes\metadata-extractor\2.17.0\metadata-extractor-2.17.0.jar C:\Users\qwertyuiop\.m2\repository\com\adobe\xmp\xmpcore\6.1.11\xmpcore-6.1.11.jar C:\Users\qwertyuiop\.m2\repository\org\apache\tika\tika-parser-xmp-commons\2.3.0-azs\tika-parser-xmp-commons-2.3.0-azs.jar C:\Users\qwertyuiop\.m2\repository\org\apache\pdfbox\jempbox\1.8.16\jempbox-1.8.16.jar C:\Users\qwertyuiop\.m2\repository\org\apache\pdfbox\xmpbox\2.0.25\xmpbox-2.0.25.jar C:\Users\qwertyuiop\.m2\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar C:\Users\qwertyuiop\.m2\repository\com\github\jai-imageio\jai-imageio-core\1.4.0\jai-imageio-core-1.4.0.jar C:\Users\qwertyuiop\.m2\repository\org\apache\pdfbox\jbig2-imageio\3.0.4\jbig2-imageio-3.0.4.jar C:\Users\qwertyuiop\.m2\repository\com\github\jai-imageio\jai-imageio-jpeg2000\1.4.0\jai-imageio-jpeg2000-1.4.0.jar C:\Users\qwertyuiop\.m2\repository\org\apache\tika\tika-core\2.3.0-azs\tika-core-2.3.0-azs.jar C:\Users\qwertyuiop\.m2\repository\org\slf4j\slf4j-api\1.7.35\slf4j-api-1.7.35.jar C:\Users\qwertyuiop\.m2\repository\commons-io\commons-io\2.11.0\commons-io-2.11.0.jar C:\Users\qwertyuiop\.m2\repository\org\junit\jupiter\junit-jupiter-api\5.8.2\junit-jupiter-api-5.8.2.jar C:\Users\qwertyuiop\.m2\repository\org\opentest4j\opentest4j\1.2.0\opentest4j-1.2.0.jar C:\Users\qwertyuiop\.m2\repository\org\junit\platform\junit-platform-commons\1.8.2\junit-platform-commons-1.8.2.jar C:\Users\qwertyuiop\.m2\repository\org\apiguardian\apiguardian-api\1.1.2\apiguardian-api-1.1.2.jar C:\Users\qwertyuiop\.m2\repository\org\junit\jupiter\junit-jupiter-engine\5.8.2\junit-jupiter-engine-5.8.2.jar C:\Users\qwertyuiop\.m2\repository\org\junit\platform\junit-platform-engine\1.8.2\junit-platform-engine-1.8.2.jar C:\Users\qwertyuiop\.m2\repository\org\apache\tika\tika-core\2.3.0-azs\tika-core-2.3.0-azs-tests.jar C:\Users\qwertyuiop\.m2\repository\org\apache\maven\surefire\surefire-junit-platform\3.0.0
[jira] [Updated] (SUREFIRE-2080) plugin not correctly escaping paths with spaces on Windows
[ https://issues.apache.org/jira/browse/SUREFIRE-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Allison updated SUREFIRE-2080: -- Description: Environment: {noformat} Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: C:\apache\apache-maven-3.8.5-bin\apache-maven-3.8.5 Java version: 1.8.0_322, vendor: Temurin, runtime: C:\Users\qwertyuiop\.jdks\temurin-1.8.0_322\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" {noformat} When surefire forks a process, it is not putting double quotes around the -Djava.library.path. {noformat} -Djava.library.path=C:\Users\qwertyuiop\Intel lij\tika-2.3.0\tika-parsers\tika-parsers-standard\tika-parsers-standard-modules\tika-parser-ocr-module\..\..\..\..\tika-parent\lib {noformat} should be: {noformat} -Djava.library.path=\\"C:\Users\qwertyuiop\Intel lij\tika-2.3.0\tika-parsers\tika-parsers-standard\tika-parsers-standard-modules\tika-parser-ocr-module\..\..\..\..\tika-parent\lib\\" {noformat} relevant parts of debug log {noformat} [INFO] [INFO] --- [INFO] T E S T S [INFO] --- [DEBUG] Determined Maven Process ID 23984 [DEBUG] Fork Channel [1] connection string 'pipe://1' for the implementation class org.apache.maven.plugin.surefire.extensions.LegacyForkChannel [DEBUG] boot classpath: C:\Users\qwertyuiop\.m2\repository\org\apache\maven\surefire\surefire-booter\3.0.0-M6\surefire-booter-3.0.0-M6.jar C:\Users\qwertyuiop\.m2\repository\org\apache\maven\surefire\surefire-api\3.0.0-M6\surefire-api-3.0.0-M6.jar ... C:\Users\qwertyuiop\.m2\repository\org\apache\maven\surefire\common-java5\3.0.0-M6\common-java5-3.0.0-M6.jar C:\Users\qwertyuiop\.m2\repository\org\junit\platform\junit-platform-launcher\1.8.2\junit-platform-launcher-1.8.2.jar [DEBUG] boot(compact) classpath: surefire-booter-3.0.0-M6.jar ... common-java5-3.0.0-M6.jar junit-platform-launcher-1.8.2.jar [DEBUG] Forking command line: cmd.exe /X /C "C:\Users\qwertyuiop\.jdks\temurin-1.8.0_322\jre\bin\java -Djava.library.path=C:\Users\qwertyuiop\Intel lij\tika-2.3.0\tika-parsers\tika-parsers-standard\tika-parsers-standard-modules\tika-parser-ocr-module\..\..\..\..\tika-parent\lib -jar C:\Users\qwertyuiop\AppData\Local\Temp\surefire4418642757462327849\surefirebooter8349798871024649967.jar C:\Users\qwertyuiop\AppData\Local\Temp\surefire4418642757462327849 2022-04-27T11-23-51_092-jvmRun1 surefire4635556381728461740tmp surefire_07657113776812865966tmp" [DEBUG] Fork Channel [1] connected to the client. Error: Could not find or load main class lij\tika-2.3.0\tika-parsers\tika-parsers-standard\tika-parsers-standard-modules\tika-parser-ocr-module\..\..\..\..\tika-parent\lib [DEBUG] Closing the fork 1 after not saying Good Bye. {noformat} was: Environment: {noformat} Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: C:\apache\apache-maven-3.8.5-bin\apache-maven-3.8.5 Java version: 1.8.0_322, vendor: Temurin, runtime: C:\Users\qwertyuiop\.jdks\temurin-1.8.0_322\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" {noformat} When surefire forks a process, it is not putting double quotes around the -Djava.library.path. {noformat} -Djava.library.path=C:\Users\qwertyuiop\Intel lij\tika-2.3.0\tika-parsers\tika-parsers-standard\tika-parsers-standard-modules\tika-parser-ocr-module\..\..\..\..\tika-parent\lib {noformat} should be: {noformat} -Djava.library.path=\\"C:\Users\qwertyuiop\Intel lij\tika-2.3.0\tika-parsers\tika-parsers-standard\tika-parsers-standard-modules\tika-parser-ocr-module\..\..\..\..\tika-parent\lib\\" {noformat} relevant parts of debug log {noformat} [INFO] [INFO] --- [INFO] T E S T S [INFO] --- [DEBUG] Determined Maven Process ID 23984 [DEBUG] Fork Channel [1] connection string 'pipe://1' for the implementation class org.apache.maven.plugin.surefire.extensions.LegacyForkChannel [DEBUG] boot classpath: C:\Users\qwertyuiop\.m2\repository\org\apache\maven\surefire\surefire-booter\3.0.0-M6\surefire-booter-3.0.0-M6.jar C:\Users\qwertyuiop\.m2\repository\org\apache\maven\surefire\surefire-api\3.0.0-M6\surefire-api-3.0.0-M6.jar C:\Users\qwertyuiop\.m2\repository\org\apache\maven\surefire\surefire-logger-api\3.0.0-M6\surefire-logger-api-3.0.0-M6.jar C:\Users\qwertyuiop\.m2\repository\org\apache\maven\surefire\surefire-shared-utils\3.0.0-M6\surefire-shared-utils-3.0.0-M6.jar C:\Users\qwertyuiop\.m2\repository\org\apache\maven\surefire\surefire-extensions-spi\3.0.0-M6\surefire-extensions-spi-3.0.0-M6.jar C:\Users\qwertyuiop\Intel lij\tika-2.3.0\tika-parsers\tika-parsers-standard\
[GitHub] [maven-resources-plugin] patpatpat123 commented on pull request #21: A desperate PR to ask if it is possible to keep this repo relevant by upgrading its (full of CVEs) dependencies please :)
patpatpat123 commented on PR #21: URL: https://github.com/apache/maven-resources-plugin/pull/21#issuecomment-167058 Hello @khmarbaise , Wanted to say thank you for your answer here, as well as your numerous answers on StackOverflow. My goal for this PR is not to be accepted, but rather highlight the current repo is using technologies known and agreed to be EOL. Furthermore, it is also relying on dependencies that are both outdated and vulnerable. Finally, ```final``` was definitely not the point. Can you or anyone here who has agreed to the license and has the Jira account copy paste the pom, or come up with a pom that will put this project in a more secure and up to date place by updating relevant dependencies please? Or questions, are contributors / creators / maintainers or this project fine with its current status? Thank you -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-indexer] cstamas opened a new pull request, #203: Do not replace CLI
cstamas opened a new pull request, #203: URL: https://github.com/apache/maven-indexer/pull/203 For simplicity sake, the shaded CLI executable JAR will have a classifier, instead to replace the main artifact. This implies GAV of CLI will change, so is on hold until next major release. -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Created] (MRESOURCES-285) Upgrade Parent to 36
Slawomir Jaranowski created MRESOURCES-285: -- Summary: Upgrade Parent to 36 Key: MRESOURCES-285 URL: https://issues.apache.org/jira/browse/MRESOURCES-285 Project: Maven Resources Plugin Issue Type: Dependency upgrade Reporter: Slawomir Jaranowski -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Updated] (MRESOURCES-283) Require Java 8
[ https://issues.apache.org/jira/browse/MRESOURCES-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MRESOURCES-283: --- Fix Version/s: 3.3.0 > Require Java 8 > -- > > Key: MRESOURCES-283 > URL: https://issues.apache.org/jira/browse/MRESOURCES-283 > Project: Maven Resources Plugin > Issue Type: Task >Reporter: Sylwester Lachiewicz >Priority: Minor > Fix For: 3.3.0 > > -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Deleted] (MRESOURCES-285) Upgrade Parent to 36
[ https://issues.apache.org/jira/browse/MRESOURCES-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski deleted MRESOURCES-285: --- > Upgrade Parent to 36 > > > Key: MRESOURCES-285 > URL: https://issues.apache.org/jira/browse/MRESOURCES-285 > Project: Maven Resources Plugin > Issue Type: Dependency upgrade >Reporter: Slawomir Jaranowski >Priority: Major > -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Assigned] (MRESOURCES-283) Require Java 8
[ https://issues.apache.org/jira/browse/MRESOURCES-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise reassigned MRESOURCES-283: -- Assignee: Karl Heinz Marbaise > Require Java 8 > -- > > Key: MRESOURCES-283 > URL: https://issues.apache.org/jira/browse/MRESOURCES-283 > Project: Maven Resources Plugin > Issue Type: Task >Reporter: Sylwester Lachiewicz >Assignee: Karl Heinz Marbaise >Priority: Minor > Fix For: 3.3.0 > > -- This message was sent by Atlassian Jira (v8.20.7#820007)
[GitHub] [maven-surefire] Tibor17 commented on pull request #529: [SUREFIRE-2076] BufferOverflowException when encoding message with null runMode
Tibor17 commented on PR #529: URL: https://github.com/apache/maven-surefire/pull/529#issuecomment-251580 Thx for contributing. -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-surefire] Tibor17 merged pull request #529: [SUREFIRE-2076] BufferOverflowException when encoding message with null runMode
Tibor17 merged PR #529: URL: https://github.com/apache/maven-surefire/pull/529 -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Closed] (SUREFIRE-2076) BufferOverflowException when encoding message with null runMode
[ https://issues.apache.org/jira/browse/SUREFIRE-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana closed SUREFIRE-2076. -- Resolution: Fixed https://gitbox.apache.org/repos/asf?p=maven-surefire.git;a=commit;h=71f871751e3395e9d1646a34aa3433039fbfab2a > BufferOverflowException when encoding message with null runMode > --- > > Key: SUREFIRE-2076 > URL: https://issues.apache.org/jira/browse/SUREFIRE-2076 > Project: Maven Surefire > Issue Type: Bug > Components: Maven Surefire Plugin >Affects Versions: 3.0.0-M6 >Reporter: Zoltan Meze >Assignee: Tibor Digana >Priority: Major > Fix For: 3.0.0-M7 > > > Per > [#issuecomment-1099231382|https://github.com/apache/maven-surefire/pull/518#issuecomment-1099231382], > > [#issuecomment-1099706229|https://github.com/apache/maven-surefire/pull/518#issuecomment-1099706229], > > [#pullrequestreview-951134938|https://github.com/apache/maven-surefire/pull/518#pullrequestreview-951134938] > and > [#issuecomment-1108371215|https://github.com/apache/maven-surefire/pull/518#issuecomment-1108371215] > RunMode can be null causing BufferOverflowException when encoding message. > Related to similar issue with null testIds: > [SUREFIRE-2056|https://issues.apache.org/jira/browse/SUREFIRE-2056] > [*AbstractStreamEncoder#encodeHeader*|https://github.com/apache/maven-surefire/blob/959c1e9cabb8d06c72f5ebd7eb6e56e9987eccf8/surefire-api/src/main/java/org/apache/maven/surefire/api/stream/AbstractStreamEncoder.java#L86] > stores runMode in at least 3 bytes: > * 1-byte length > * 1-byte delimiter > * length-bytes runMode > * 1-byte delimiter > In case of null runMode the encoded part becomes *0::* (exactly 3 bytes > length) > The issue is that > [*AbstractStreamEncoder#estimateBufferLength*|https://github.com/apache/maven-surefire/blob/959c1e9cabb8d06c72f5ebd7eb6e56e9987eccf8/surefire-api/src/main/java/org/apache/maven/surefire/api/stream/AbstractStreamEncoder.java#L184] > is not expecting/couting any bytes for runMode part in case of null runMode. > This results in in BufferOverflowException becase the byte size of the > message is underestimated. > Exception thrown: > {code:java} > java.nio.BufferOverflowException > at java.nio.Buffer.nextPutIndex(Buffer.java:547) > at java.nio.HeapByteBuffer.put(HeapByteBuffer.java:172) > at > org.apache.maven.surefire.api.stream.AbstractStreamEncoder.encodeString(AbstractStreamEncoder.java:127) > at > org.apache.maven.surefire.api.stream.AbstractStreamEncoder.encodeStringData(AbstractStreamEncoder.java:171) > at > org.apache.maven.surefire.api.stream.AbstractStreamEncoder.encode(AbstractStreamEncoder.java:157) > at > org.apache.maven.surefire.booter.spi.EventChannelEncoder.encodeMessage(EventChannelEncoder.java:398) > at > org.apache.maven.surefire.booter.spi.EventChannelEncoder.setOutErr(EventChannelEncoder.java:188) > at > org.apache.maven.surefire.booter.spi.EventChannelEncoder.testOutput(EventChannelEncoder.java:183) > at > org.apache.maven.surefire.api.booter.ForkingRunListener.writeTestOutput(ForkingRunListener.java:113) > at > org.apache.maven.surefire.api.booter.ForkingRunListener.writeTestOutput(ForkingRunListener.java:44) > at > org.apache.maven.surefire.common.junit4.JUnit4RunListener.writeTestOutput(JUnit4RunListener.java:235) > at > org.apache.maven.surefire.api.report.ConsoleOutputCapture$ForwardingPrintStream.println(ConsoleOutputCapture.java:144) > {code} -- This message was sent by Atlassian Jira (v8.20.7#820007)
[GitHub] [maven-filtering] dependabot[bot] commented on pull request #27: Bump mockito-core from 2.28.2 to 4.3.1
dependabot[bot] commented on PR #27: URL: https://github.com/apache/maven-filtering/pull/27#issuecomment-284735 Superseded by #32. -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-filtering] dependabot[bot] opened a new pull request, #32: Bump mockito-core from 2.28.2 to 4.5.1
dependabot[bot] opened a new pull request, #32: URL: https://github.com/apache/maven-filtering/pull/32 Bumps [mockito-core](https://github.com/mockito/mockito) from 2.28.2 to 4.5.1. Release notes Sourced from https://github.com/mockito/mockito/releases";>mockito-core's releases. v4.5.1 Changelog generated by https://github.com/shipkit/shipkit-changelog";>Shipkit Changelog Gradle Plugin 4.5.1 2022-04-21 - https://github.com/mockito/mockito/compare/v4.5.0...v4.5.1";>2 commit(s) by Jeremy Landis, dependabot[bot] Fixes https://github-redirect.dependabot.com/mockito/mockito/issues/2623";>#2623: Use zulu distribution and java 11 for release GHA job [(https://github-redirect.dependabot.com/mockito/mockito/issues/2624";>#2624)](https://github-redirect.dependabot.com/mockito/mockito/pull/2624";>mockito/mockito#2624) Missing errorprone module for 4.5.0 in central as release was done with jdk 8 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2623";>#2623)](https://github-redirect.dependabot.com/mockito/mockito/issues/2623";>mockito/mockito#2623) Bump kotlinVersion from 1.6.20 to 1.6.21 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2622";>#2622)](https://github-redirect.dependabot.com/mockito/mockito/pull/2622";>mockito/mockito#2622) Missing net.bytebuddy.utility.GraalImageCode exception If you encounter any issues with missing ByteBuddy classes, make sure you are using ByteBuddy 1.12 or higher. v4.5.0 Changelog generated by https://github.com/shipkit/shipkit-changelog";>Shipkit Changelog Gradle Plugin 4.5.0 2022-04-19 - https://github.com/mockito/mockito/compare/v4.4.0...v4.5.0";>15 commit(s) by Andrei Silviu Dragnea, Rafael Winterhalter, Rick Ossendrijver, dependabot[bot] Bump versions.errorprone from 2.13.0 to 2.13.1 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2621";>#2621)](https://github-redirect.dependabot.com/mockito/mockito/pull/2621";>mockito/mockito#2621) Bump versions.errorprone from 2.12.1 to 2.13.0 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2619";>#2619)](https://github-redirect.dependabot.com/mockito/mockito/pull/2619";>mockito/mockito#2619) Groovy inline [(https://github-redirect.dependabot.com/mockito/mockito/issues/2618";>#2618)](https://github-redirect.dependabot.com/mockito/mockito/pull/2618";>mockito/mockito#2618) Bump actions/setup-java from 2 to 3 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2615";>#2615)](https://github-redirect.dependabot.com/mockito/mockito/pull/2615";>mockito/mockito#2615) Bump versions.bytebuddy from 1.12.8 to 1.12.9 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2614";>#2614)](https://github-redirect.dependabot.com/mockito/mockito/pull/2614";>mockito/mockito#2614) Support subclass mocks on Graal VM. [(https://github-redirect.dependabot.com/mockito/mockito/issues/2613";>#2613)](https://github-redirect.dependabot.com/mockito/mockito/pull/2613";>mockito/mockito#2613) Bump com.diffplug.spotless from 6.4.1 to 6.4.2 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2611";>#2611)](https://github-redirect.dependabot.com/mockito/mockito/pull/2611";>mockito/mockito#2611) Bump kotlinx-coroutines-core from 1.6.0-native-mt to 1.6.1-native-mt [(https://github-redirect.dependabot.com/mockito/mockito/issues/2609";>#2609)](https://github-redirect.dependabot.com/mockito/mockito/pull/2609";>mockito/mockito#2609) Bump versions.errorprone from 2.10.0 to 2.12.1 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2608";>#2608)](https://github-redirect.dependabot.com/mockito/mockito/pull/2608";>mockito/mockito#2608) Bump kotlinVersion from 1.6.10 to 1.6.20 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2607";>#2607)](https://github-redirect.dependabot.com/mockito/mockito/pull/2607";>mockito/mockito#2607) Bump com.diffplug.spotless from 6.4.0 to 6.4.1 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2606";>#2606)](https://github-redirect.dependabot.com/mockito/mockito/pull/2606";>mockito/mockito#2606) Bump com.diffplug.spotless from 6.3.0 to 6.4.0 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2605";>#2605)](https://github-redirect.dependabot.com/mockito/mockito/pull/2605";>mockito/mockito#2605) Bump org.eclipse.osgi from 3.17.100 to 3.17.200 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2597";>#2597)](https://github-redirect.dependabot.com/mockito/mockito/pull/2597";>mockito/mockito#2597) Deprecate ListUtil and Fields classes [(https://github-redirect.dependabot.com/mockito/mockito/issues/2593";>#2593)](https://github-redirect.dependabot.com/mockito/mockito/pull/2593";>mockito/mockito#2593) mockito-errorprone seems not compatible with ErrorProne 2.11.0 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2554";>#2554)](https://github-redirect.dependabot.com/mo
[GitHub] [maven-filtering] dependabot[bot] closed pull request #27: Bump mockito-core from 2.28.2 to 4.3.1
dependabot[bot] closed pull request #27: Bump mockito-core from 2.28.2 to 4.3.1 URL: https://github.com/apache/maven-filtering/pull/27 -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-filtering] dependabot[bot] commented on pull request #30: Bump mockito-core from 2.28.2 to 4.4.0
dependabot[bot] commented on PR #30: URL: https://github.com/apache/maven-filtering/pull/30#issuecomment-284788 Superseded by #32. -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-filtering] dependabot[bot] closed pull request #30: Bump mockito-core from 2.28.2 to 4.4.0
dependabot[bot] closed pull request #30: Bump mockito-core from 2.28.2 to 4.4.0 URL: https://github.com/apache/maven-filtering/pull/30 -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-resources-plugin] slachiewicz merged pull request #22: [MRESOURCES-283] Require Java 8 and upgrade deps
slachiewicz merged PR #22: URL: https://github.com/apache/maven-resources-plugin/pull/22 -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Closed] (MRESOURCES-283) Require Java 8
[ https://issues.apache.org/jira/browse/MRESOURCES-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz closed MRESOURCES-283. --- Resolution: Fixed Done in https://github.com/apache/maven-resources-plugin/commit/ad4b2adfbd106fb3aea0eb8263a84881ac92fa4d > Require Java 8 > -- > > Key: MRESOURCES-283 > URL: https://issues.apache.org/jira/browse/MRESOURCES-283 > Project: Maven Resources Plugin > Issue Type: Task >Reporter: Sylwester Lachiewicz >Assignee: Karl Heinz Marbaise >Priority: Minor > Fix For: 3.3.0 > > -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Commented] (MRESOURCES-283) Require Java 8
[ https://issues.apache.org/jira/browse/MRESOURCES-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528967#comment-17528967 ] Hudson commented on MRESOURCES-283: --- Build succeeded in Jenkins: Maven » Maven TLP » maven-resources-plugin » master #9 See https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-resources-plugin/job/master/9/ > Require Java 8 > -- > > Key: MRESOURCES-283 > URL: https://issues.apache.org/jira/browse/MRESOURCES-283 > Project: Maven Resources Plugin > Issue Type: Task >Reporter: Sylwester Lachiewicz >Assignee: Karl Heinz Marbaise >Priority: Minor > Fix For: 3.3.0 > > -- This message was sent by Atlassian Jira (v8.20.7#820007)
[GitHub] [maven-resources-plugin] slachiewicz opened a new pull request, #23: [MRESOURCES-277] Bump maven-plugins from 34 to 36
slachiewicz opened a new pull request, #23: URL: https://github.com/apache/maven-resources-plugin/pull/23 replaces #7 -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-resources-plugin] slachiewicz closed pull request #7: [MRESOURCES-277] Update plugin (requires Maven 3.2.5+)
slachiewicz closed pull request #7: [MRESOURCES-277] Update plugin (requires Maven 3.2.5+) URL: https://github.com/apache/maven-resources-plugin/pull/7 -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-integration-testing] asfgit closed pull request #141: [MNG-7404] Drop support for prefixless expressions
asfgit closed pull request #141: [MNG-7404] Drop support for prefixless expressions URL: https://github.com/apache/maven-integration-testing/pull/141 -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven] asfgit closed pull request #696: [MNG-7404] Drop prefixless expressions in POM
asfgit closed pull request #696: [MNG-7404] Drop prefixless expressions in POM URL: https://github.com/apache/maven/pull/696 -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Resolved] (MNG-7404) Change from deprecated WARNING to FAIL the build for usage of {X} placeholders rather than ${project.X}
[ https://issues.apache.org/jira/browse/MNG-7404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten Mulders resolved MNG-7404. -- Fix Version/s: 4.0.0-alpha-1 (was: 4.0.x-candidate) Resolution: Fixed Fixed in {{[apache/maven@93196d4|https://github.com/apache/maven/commit/93196d4bb72d3bf434256111f294d5bd1dd09d11]}}. > Change from deprecated WARNING to FAIL the build for usage of {X} > placeholders rather than ${project.X} > --- > > Key: MNG-7404 > URL: https://issues.apache.org/jira/browse/MNG-7404 > Project: Maven > Issue Type: Improvement >Affects Versions: 4.0.0-alpha-1 >Reporter: Maarten Mulders >Assignee: Maarten Mulders >Priority: Minor > Labels: must-be-in-4.0.0-alpha-1 > Fix For: 4.0.0-alpha-1 > > > Currently we produce a {{WARNING}} in case of using {{version}} or alike. > I would suggest to change {{WARNING}} into a failing build in such use cases. > {code} > [WARNING] > [WARNING] Some problems were encountered while building the effective model > for 'com.soebes.examples.j2ee:appasm:pom:1.0-SNAPSHOT' > [WARNING] The expression ${version} is deprecated. Please use > ${project.version} instead. > {code} > WDYT? -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Assigned] (MRELEASE-1079) scm tag is added to child module
[ https://issues.apache.org/jira/browse/MRELEASE-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise reassigned MRELEASE-1079: - Assignee: Karl Heinz Marbaise > scm tag is added to child module > > > Key: MRELEASE-1079 > URL: https://issues.apache.org/jira/browse/MRELEASE-1079 > Project: Maven Release Plugin > Issue Type: Bug > Components: prepare >Affects Versions: 3.0.0-M5 >Reporter: Markus Schäfer >Assignee: Karl Heinz Marbaise >Priority: Critical > > With Version 3.0.0-M5 child modules gets an scm tag during the prepare step > when there is more than one module level. > The Bug seems to be in RewritePomsForReleasePhase. > RewritePomsForDevelopmentPhase removes the scm tag. Only the tagged release > has these scm tags. > > -- This message was sent by Atlassian Jira (v8.20.7#820007)
[GitHub] [maven-resources-plugin] slachiewicz commented on pull request #21: A desperate PR to ask if it is possible to keep this repo relevant by upgrading its (full of CVEs) dependencies please :)
slachiewicz commented on PR #21: URL: https://github.com/apache/maven-resources-plugin/pull/21#issuecomment-376647 Java 8 upgrade done here: https://github.com/apache/maven-resources-plugin/commit/ad4b2adfbd106fb3aea0eb8263a84881ac92fa4d -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-resources-plugin] slachiewicz merged pull request #23: [MRESOURCES-277] Update plugin (requires Maven 3.2.5+) - Java 8
slachiewicz merged PR #23: URL: https://github.com/apache/maven-resources-plugin/pull/23 -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-resources-plugin] dependabot[bot] commented on pull request #10: Bump aether-api from 0.9.0.M2 to 1.1.0
dependabot[bot] commented on PR #10: URL: https://github.com/apache/maven-resources-plugin/pull/10#issuecomment-378615 Looks like org.eclipse.aether:aether-api is no longer a dependency, so this is no longer needed. -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-resources-plugin] dependabot[bot] closed pull request #10: Bump aether-api from 0.9.0.M2 to 1.1.0
dependabot[bot] closed pull request #10: Bump aether-api from 0.9.0.M2 to 1.1.0 URL: https://github.com/apache/maven-resources-plugin/pull/10 -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Closed] (MRESOURCES-277) Update plugin (requires Maven 3.2.5+)
[ https://issues.apache.org/jira/browse/MRESOURCES-277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz closed MRESOURCES-277. --- Resolution: Fixed Done in https://github.com/apache/maven-resources-plugin/commit/2fe1e8c742845b2f2b05c65177eddb2c9c22a65f > Update plugin (requires Maven 3.2.5+) > - > > Key: MRESOURCES-277 > URL: https://issues.apache.org/jira/browse/MRESOURCES-277 > Project: Maven Resources Plugin > Issue Type: Task >Reporter: Tamás Cservenák >Assignee: Tamás Cservenák >Priority: Major > Fix For: 3.3.0 > > > Update plugin: > * requires Maven 3.2.5+ > * maven bits set to provided scope > * update dependencies -- This message was sent by Atlassian Jira (v8.20.7#820007)
[GitHub] [maven-resources-plugin] cstamas commented on pull request #23: [MRESOURCES-277] Update plugin (requires Maven 3.2.5+) - Java 8
cstamas commented on PR #23: URL: https://github.com/apache/maven-resources-plugin/pull/23#issuecomment-384480 Tx -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-resources-plugin] slachiewicz commented on pull request #11: Bump commons-lang3 from 3.8.1 to 3.12.0
slachiewicz commented on PR #11: URL: https://github.com/apache/maven-resources-plugin/pull/11#issuecomment-385839 @dependabot rebase -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-resources-plugin] slachiewicz commented on pull request #12: Bump commons-io from 2.6 to 2.11.0
slachiewicz commented on PR #12: URL: https://github.com/apache/maven-resources-plugin/pull/12#issuecomment-386019 @dependabot rebase -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-resources-plugin] slachiewicz commented on pull request #13: Bump maven-plugin-testing-harness from 3.1.0 to 3.3.0
slachiewicz commented on PR #13: URL: https://github.com/apache/maven-resources-plugin/pull/13#issuecomment-386188 @dependabot rebase -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-resources-plugin] slachiewicz commented on pull request #14: Bump plexus-utils from 3.3.0 to 3.4.1
slachiewicz commented on PR #14: URL: https://github.com/apache/maven-resources-plugin/pull/14#issuecomment-386354 @dependabot rebase -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-resources-plugin] slachiewicz closed pull request #21: A desperate PR to ask if it is possible to keep this repo relevant by upgrading its (full of CVEs) dependencies please :)
slachiewicz closed pull request #21: A desperate PR to ask if it is possible to keep this repo relevant by upgrading its (full of CVEs) dependencies please :) URL: https://github.com/apache/maven-resources-plugin/pull/21 -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-resources-plugin] slachiewicz commented on pull request #21: A desperate PR to ask if it is possible to keep this repo relevant by upgrading its (full of CVEs) dependencies please :)
slachiewicz commented on PR #21: URL: https://github.com/apache/maven-resources-plugin/pull/21#issuecomment-390125 Thank you for pushing us beyond our comfort zone. We try to update dependencies - with over 100 sub-projects it can be difficult. Anyway - thx for the help :) -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-resources-plugin] slachiewicz commented on pull request #18: Bump commons-io from 1.4 to 2.7 in /src/it/user-filters
slachiewicz commented on PR #18: URL: https://github.com/apache/maven-resources-plugin/pull/18#issuecomment-391007 @dependabot rebase -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-resources-plugin] dependabot[bot] closed pull request #11: Bump commons-lang3 from 3.8.1 to 3.12.0
dependabot[bot] closed pull request #11: Bump commons-lang3 from 3.8.1 to 3.12.0 URL: https://github.com/apache/maven-resources-plugin/pull/11 -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-resources-plugin] dependabot[bot] commented on pull request #11: Bump commons-lang3 from 3.8.1 to 3.12.0
dependabot[bot] commented on PR #11: URL: https://github.com/apache/maven-resources-plugin/pull/11#issuecomment-393131 Looks like org.apache.commons:commons-lang3 is up-to-date now, so this is no longer needed. -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-resources-plugin] dependabot[bot] commented on pull request #12: Bump commons-io from 2.6 to 2.11.0
dependabot[bot] commented on PR #12: URL: https://github.com/apache/maven-resources-plugin/pull/12#issuecomment-393323 Looks like commons-io:commons-io is up-to-date now, so this is no longer needed. -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-resources-plugin] dependabot[bot] closed pull request #12: Bump commons-io from 2.6 to 2.11.0
dependabot[bot] closed pull request #12: Bump commons-io from 2.6 to 2.11.0 URL: https://github.com/apache/maven-resources-plugin/pull/12 -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-resources-plugin] dependabot[bot] commented on pull request #13: Bump maven-plugin-testing-harness from 3.1.0 to 3.3.0
dependabot[bot] commented on PR #13: URL: https://github.com/apache/maven-resources-plugin/pull/13#issuecomment-393616 Looks like org.apache.maven.plugin-testing:maven-plugin-testing-harness is up-to-date now, so this is no longer needed. -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-resources-plugin] dependabot[bot] closed pull request #13: Bump maven-plugin-testing-harness from 3.1.0 to 3.3.0
dependabot[bot] closed pull request #13: Bump maven-plugin-testing-harness from 3.1.0 to 3.3.0 URL: https://github.com/apache/maven-resources-plugin/pull/13 -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-resources-plugin] dependabot[bot] commented on pull request #14: Bump plexus-utils from 3.3.0 to 3.4.1
dependabot[bot] commented on PR #14: URL: https://github.com/apache/maven-resources-plugin/pull/14#issuecomment-393657 Looks like org.codehaus.plexus:plexus-utils is up-to-date now, so this is no longer needed. -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-resources-plugin] dependabot[bot] closed pull request #14: Bump plexus-utils from 3.3.0 to 3.4.1
dependabot[bot] closed pull request #14: Bump plexus-utils from 3.3.0 to 3.4.1 URL: https://github.com/apache/maven-resources-plugin/pull/14 -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-resources-plugin] slachiewicz merged pull request #24: [MRESOURCES-282] Bump parent-pom from 34 to 36
slachiewicz merged PR #24: URL: https://github.com/apache/maven-resources-plugin/pull/24 -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Closed] (MRESOURCES-282) Upgrade maven-plugin parent to 36
[ https://issues.apache.org/jira/browse/MRESOURCES-282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz closed MRESOURCES-282. --- Assignee: Sylwester Lachiewicz Resolution: Fixed Done in https://github.com/apache/maven-resources-plugin/commit/38eb65ac023cb9c003764342675eb7876c063baf > Upgrade maven-plugin parent to 36 > - > > Key: MRESOURCES-282 > URL: https://issues.apache.org/jira/browse/MRESOURCES-282 > Project: Maven Resources Plugin > Issue Type: Dependency upgrade >Affects Versions: 3.3.0 >Reporter: Karl Heinz Marbaise >Assignee: Sylwester Lachiewicz >Priority: Minor > Fix For: 3.3.0 > > -- This message was sent by Atlassian Jira (v8.20.7#820007)
[GitHub] [maven-resources-plugin] dependabot[bot] commented on pull request #19: Bump maven-plugins from 34 to 36
dependabot[bot] commented on PR #19: URL: https://github.com/apache/maven-resources-plugin/pull/19#issuecomment-397473 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it. -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-resources-plugin] slachiewicz closed pull request #19: Bump maven-plugins from 34 to 36
slachiewicz closed pull request #19: Bump maven-plugins from 34 to 36 URL: https://github.com/apache/maven-resources-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. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Closed] (MRESOURCES-279) java.io.IOException: Failed to copy full contents from
[ https://issues.apache.org/jira/browse/MRESOURCES-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz closed MRESOURCES-279. --- Fix Version/s: (was: waiting-for-feedback) Resolution: Auto Closed > java.io.IOException: Failed to copy full contents from > -- > > Key: MRESOURCES-279 > URL: https://issues.apache.org/jira/browse/MRESOURCES-279 > Project: Maven Resources Plugin > Issue Type: Bug >Affects Versions: 2.7 > Environment: Linux >Reporter: Sonu Mishra >Priority: Major > Attachments: FileUtilsError.txt > > > Hi, > I am getting an error "java.io.IOException: Failed to copy full contents > from" (randomly) on my system where file copy happens as and when files are > available in the directory. Also the behavior is random so cant reproduce > this. > The files gets corrupted after this error and no other error is encountered. > Is this the known issue ??? > -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Created] (MRESOURCES-286) Upgrade maven-filtering to 3.3.x
Sylwester Lachiewicz created MRESOURCES-286: --- Summary: Upgrade maven-filtering to 3.3.x Key: MRESOURCES-286 URL: https://issues.apache.org/jira/browse/MRESOURCES-286 Project: Maven Resources Plugin Issue Type: Dependency upgrade Reporter: Sylwester Lachiewicz Fix For: 3.3.0 To address issues -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Commented] (MRESOURCES-277) Update plugin (requires Maven 3.2.5+)
[ https://issues.apache.org/jira/browse/MRESOURCES-277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529014#comment-17529014 ] Hudson commented on MRESOURCES-277: --- Build succeeded in Jenkins: Maven » Maven TLP » maven-resources-plugin » master #10 See https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-resources-plugin/job/master/10/ > Update plugin (requires Maven 3.2.5+) > - > > Key: MRESOURCES-277 > URL: https://issues.apache.org/jira/browse/MRESOURCES-277 > Project: Maven Resources Plugin > Issue Type: Task >Reporter: Tamás Cservenák >Assignee: Tamás Cservenák >Priority: Major > Fix For: 3.3.0 > > > Update plugin: > * requires Maven 3.2.5+ > * maven bits set to provided scope > * update dependencies -- This message was sent by Atlassian Jira (v8.20.7#820007)
[GitHub] [maven-filtering] slachiewicz closed pull request #29: Bump mavenVersion from 3.2.5 to 3.8.5
slachiewicz closed pull request #29: Bump mavenVersion from 3.2.5 to 3.8.5 URL: https://github.com/apache/maven-filtering/pull/29 -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-filtering] dependabot[bot] commented on pull request #29: Bump mavenVersion from 3.2.5 to 3.8.5
dependabot[bot] commented on PR #29: URL: https://github.com/apache/maven-filtering/pull/29#issuecomment-403938 OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it. -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Commented] (MRESOURCES-282) Upgrade maven-plugin parent to 36
[ https://issues.apache.org/jira/browse/MRESOURCES-282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529017#comment-17529017 ] Hudson commented on MRESOURCES-282: --- Build succeeded in Jenkins: Maven » Maven TLP » maven-resources-plugin » master #11 See https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-resources-plugin/job/master/11/ > Upgrade maven-plugin parent to 36 > - > > Key: MRESOURCES-282 > URL: https://issues.apache.org/jira/browse/MRESOURCES-282 > Project: Maven Resources Plugin > Issue Type: Dependency upgrade >Affects Versions: 3.3.0 >Reporter: Karl Heinz Marbaise >Assignee: Sylwester Lachiewicz >Priority: Minor > Fix For: 3.3.0 > > -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Commented] (MNG-7404) Change from deprecated WARNING to FAIL the build for usage of {X} placeholders rather than ${project.X}
[ https://issues.apache.org/jira/browse/MNG-7404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529019#comment-17529019 ] Hudson commented on MNG-7404: - Build succeeded in Jenkins: Maven » Maven TLP » maven » master #39 See https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/master/39/ > Change from deprecated WARNING to FAIL the build for usage of {X} > placeholders rather than ${project.X} > --- > > Key: MNG-7404 > URL: https://issues.apache.org/jira/browse/MNG-7404 > Project: Maven > Issue Type: Improvement >Affects Versions: 4.0.0-alpha-1 >Reporter: Maarten Mulders >Assignee: Maarten Mulders >Priority: Minor > Labels: must-be-in-4.0.0-alpha-1 > Fix For: 4.0.0-alpha-1 > > > Currently we produce a {{WARNING}} in case of using {{version}} or alike. > I would suggest to change {{WARNING}} into a failing build in such use cases. > {code} > [WARNING] > [WARNING] Some problems were encountered while building the effective model > for 'com.soebes.examples.j2ee:appasm:pom:1.0-SNAPSHOT' > [WARNING] The expression ${version} is deprecated. Please use > ${project.version} instead. > {code} > WDYT? -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Commented] (MNG-7316) MavenProject.getAttachedArtifacts() regression with 3.8.1
[ https://issues.apache.org/jira/browse/MNG-7316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529021#comment-17529021 ] Michael Osipov commented on MNG-7316: - Note: I plan to push Maven 3.8.6 by 2022-05-08. > MavenProject.getAttachedArtifacts() regression with 3.8.1 > - > > Key: MNG-7316 > URL: https://issues.apache.org/jira/browse/MNG-7316 > Project: Maven > Issue Type: Bug > Components: Core >Affects Versions: 3.8.2, 3.8.3 >Reporter: Gary D. Gregory >Priority: Critical > Fix For: waiting-for-feedback, wontfix-candidate > > > The method {{MavenProject.getAttachedArtifacts()}} as of 3.8.2 breaks > releasing components for us at Apache Commons using our Maven Release plugin > because the list returned is now immutable, we now get an exception when > calling {{remove()}} on the collection returned by the API; see > [https://github.com/apache/commons-release-plugin/blob/master/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java#L137] > This worked fine in 3.8.1, may you please change it back for 3.8.4? > We cannot use Maven 3.8.2 and 3.8.3 to release our components. > ([~michael-o]: Ironically, I discovered this trying to create a release > candidate for Apache Commons CLI.) > The exception in 3.8.3: > {quote}Caused by: java.lang.UnsupportedOperationException > at java.util.Collections$UnmodifiableCollection.remove > (Collections.java:1060) > at > org.apache.commons.release.plugin.mojos.CommonsDistributionDetachmentMojo.execute > (CommonsDistributionDetachmentMojo.java:136) > at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo > (DefaultBuildPluginManager.java:137) > {quote} > -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Commented] (MRESOURCES-284) Support JSON format for parameter filter files
[ https://issues.apache.org/jira/browse/MRESOURCES-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529028#comment-17529028 ] Michael Osipov commented on MRESOURCES-284: --- You can also have one properties file, no? Where is the difference/benefit? > Support JSON format for parameter filter files > -- > > Key: MRESOURCES-284 > URL: https://issues.apache.org/jira/browse/MRESOURCES-284 > Project: Maven Resources Plugin > Issue Type: New Feature > Components: filtering >Affects Versions: 3.2.0 >Reporter: Imad BELMOUJAHID >Priority: Major > Labels: features, pull-request-available > Original Estimate: 96h > Remaining Estimate: 96h > > I wanted to trace a new evolution that I added recently. This concerns the > maven-resources-plugin (3.2.1-SNAPSHOT) and maven-filtering (3.3.0-SNAPSHOT) > plugins. > with this evolution it is now possible to add configuration files with json > format. the second part of the evolution is to have to use a single > configuration json file for all environments (dev, preprod, prod) > Example of use: > > {code:java} > > > org.apache.maven.plugins > maven-resources-plugin > ${maven-resources-plugin.version} > > > compile > > resources > > > dev > > @_*_@ > > > ${project.basedir}/src/main/properties/test.json > > > > src/main/resources > true > > > > > > {code} > dev : four determine the environment if the json file > contains multiple environments. if you want to use multiple files json (one > for each environment), you can remove this parameter and add the full path > from the root node in the ressource file (application.yml). > Example test.json: > > {code:java} > { > "dev" : { > "type" : "toto", > "key2" : "value2", > "key3" : { > "key4" : "value4" > } > }, > "qualif" : { > "type2" : "toto1", > "key5" : "value7", > "key7" : { > "key8" : "value7" > } > } > } {code} > Example ressource file: application.yml > {code:java} > spring: > profiles: @_key3.key4_@ > toto: @_type_@ > tata: @_key2_@ {code} > Example result: > {code:java} > spring: > profiles: value4 > toto: toto > tata: value2 {code} > I will send the PR > thanks -- This message was sent by Atlassian Jira (v8.20.7#820007)
[GitHub] [maven-resources-plugin] michael-o commented on pull request #21: A desperate PR to ask if it is possible to keep this repo relevant by upgrading its (full of CVEs) dependencies please :)
michael-o commented on PR #21: URL: https://github.com/apache/maven-resources-plugin/pull/21#issuecomment-432021 > Thank you for pushing us beyond our comfort zone. We try to update dependencies - with over 100 sub-projects it can be difficult. > > Anyway - thx for the help :) It is rather a PITA. An FTE can do updating depencies all day long... :-( -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Comment Edited] (MNG-7465) Maven interprets java package logs as ["ERROR"]
[ https://issues.apache.org/jira/browse/MNG-7465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528729#comment-17528729 ] Michael Osipov edited comment on MNG-7465 at 4/27/22 8:08 PM: -- You have shown basically nothing which would indicate a bug in Maven. It ia also unclear what the actual issue is without more context.. seek help on SO (StackOverflow) or the users mailing list. was (Author: michael-o): You have shown basically which would indicate a bug in Maven. It ia also unclear what the actual issue is without more context.. seek help on SO ot the users mailing list. > Maven interprets java package logs as ["ERROR"] > --- > > Key: MNG-7465 > URL: https://issues.apache.org/jira/browse/MNG-7465 > Project: Maven > Issue Type: Bug > Components: Logging > Environment: OS - MacOS X >Reporter: Kamalpreet >Priority: Blocker > Attachments: Screenshot 2022-04-26 at 8.19.09 PM.png > > > Currently, I'm using *slf4j* for logging in my package and when I'm importing > the package in a script and run it, then it shows log-level *[ERROR]* that is > unintended (it should not display any log level or [INFO] should be displayed) -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Commented] (MSITE-671) Regression: site:stage no longer functions for MM projects.
[ https://issues.apache.org/jira/browse/MSITE-671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529053#comment-17529053 ] Michael Osipov commented on MSITE-671: -- Is this still a problem? > Regression: site:stage no longer functions for MM projects. > --- > > Key: MSITE-671 > URL: https://issues.apache.org/jira/browse/MSITE-671 > Project: Maven Site Plugin > Issue Type: Bug > Components: site:stage(-deploy) >Affects Versions: 3.2 > Environment: Debian Linux OpenJDK 7 mvn 3.0.4 >Reporter: Fred Cooke >Priority: Major > Fix For: waiting-for-feedback > > > With site 3.0 I could run mvn site:site site:stage from the top of my > multi-module project, and it would accumulate a working site in my chosen > directory exactly as per the instructions here: > https://maven.apache.org/plugins/maven-site-plugin/stage-mojo.html > "Deploys the generated site to a local staging or mock directory based on the > site URL specified in the {{}} section of the POM. > It can be used to test that links between module sites in a multi-module > build works." > I didn't try 3.1, but with 3.2 the links from the parent site to the children > did not function. I didn't investigate further, though I could if required. > More info, this is what I have in my parent/aggregator: > {code:xml} > > > local-viewing > ${project.baseDir}/target/staging/ > > {code} > It was suggested (by Robert) that it may work with this variable used > instead: ${project.executionProject.basedir} however the staging directory is > only relevant at the top level anyway, so I don't see why that should be > necessary. Again, I didn't try it, but can if this is considered intentional > behaviour change, as opposed to a regression. > These issues may (or may not) be related: > http://jira.codehaus.org/browse/MSITE-600 > http://jira.codehaus.org/browse/MSITE-602 > http://jira.codehaus.org/browse/MSITE-649 -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Updated] (MSITE-671) Regression: site:stage no longer functions for MM projects.
[ https://issues.apache.org/jira/browse/MSITE-671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSITE-671: - Fix Version/s: waiting-for-feedback > Regression: site:stage no longer functions for MM projects. > --- > > Key: MSITE-671 > URL: https://issues.apache.org/jira/browse/MSITE-671 > Project: Maven Site Plugin > Issue Type: Bug > Components: site:stage(-deploy) >Affects Versions: 3.2 > Environment: Debian Linux OpenJDK 7 mvn 3.0.4 >Reporter: Fred Cooke >Priority: Major > Fix For: waiting-for-feedback > > > With site 3.0 I could run mvn site:site site:stage from the top of my > multi-module project, and it would accumulate a working site in my chosen > directory exactly as per the instructions here: > https://maven.apache.org/plugins/maven-site-plugin/stage-mojo.html > "Deploys the generated site to a local staging or mock directory based on the > site URL specified in the {{}} section of the POM. > It can be used to test that links between module sites in a multi-module > build works." > I didn't try 3.1, but with 3.2 the links from the parent site to the children > did not function. I didn't investigate further, though I could if required. > More info, this is what I have in my parent/aggregator: > {code:xml} > > > local-viewing > ${project.baseDir}/target/staging/ > > {code} > It was suggested (by Robert) that it may work with this variable used > instead: ${project.executionProject.basedir} however the staging directory is > only relevant at the top level anyway, so I don't see why that should be > necessary. Again, I didn't try it, but can if this is considered intentional > behaviour change, as opposed to a regression. > These issues may (or may not) be related: > http://jira.codehaus.org/browse/MSITE-600 > http://jira.codehaus.org/browse/MSITE-602 > http://jira.codehaus.org/browse/MSITE-649 -- This message was sent by Atlassian Jira (v8.20.7#820007)
[jira] [Updated] (MSITE-866) All releases fail: java.lang.ClassNotFoundException: org.apache.maven.doxia.siterenderer.DocumentContent
[ https://issues.apache.org/jira/browse/MSITE-866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSITE-866: - Fix Version/s: waiting-for-feedback > All releases fail: java.lang.ClassNotFoundException: > org.apache.maven.doxia.siterenderer.DocumentContent > > > Key: MSITE-866 > URL: https://issues.apache.org/jira/browse/MSITE-866 > Project: Maven Site Plugin > Issue Type: Bug > Components: site:run >Affects Versions: 3.9.1 >Reporter: Graham Leggett >Priority: Major > Fix For: waiting-for-feedback > > > Attempts to use the site plugin newer than v3.8 cause the following breakage > when attempts are made to release code using the maven release plugin: > {code} > [INFO] [INFO] > [INFO] [INFO] --- maven-site-plugin:3.3:site (default-site) @ > horizonmarine-httpd2.4-core-horizonmarine.co.za --- > [INFO] [WARNING] Report plugin > org.apache.maven.plugins:maven-project-info-reports-plugin has an empty > version. > [INFO] [WARNING] > [INFO] [WARNING] It is highly recommended to fix these problems because they > threaten the stability of your build. > [INFO] [WARNING] > [INFO] [WARNING] For this reason, future Maven versions might no longer > support building such malformed projects. > [INFO] [INFO] configuring report plugin > org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.0 > [INFO] [WARNING] Error injecting: > org.apache.maven.report.projectinfo.CiManagementReport > [INFO] java.lang.NoClassDefFoundError: > org/apache/maven/doxia/siterenderer/DocumentContent > [INFO] at java.lang.Class.getDeclaredConstructors0 (Native Method) > [INFO] at java.lang.Class.privateGetDeclaredConstructors (Class.java:2671) > [INFO] at java.lang.Class.getDeclaredConstructors (Class.java:2020) > [INFO] at com.google.inject.spi.InjectionPoint.forConstructorOf > (InjectionPoint.java:245) > [INFO] at com.google.inject.internal.ConstructorBindingImpl.create > (ConstructorBindingImpl.java:115) > [INFO] at > com.google.inject.internal.InjectorImpl.createUninitializedBinding > (InjectorImpl.java:706) > [INFO] at com.google.inject.internal.InjectorImpl.createJustInTimeBinding > (InjectorImpl.java:930) > [INFO] at > com.google.inject.internal.InjectorImpl.createJustInTimeBindingRecursive > (InjectorImpl.java:852) > [INFO] at com.google.inject.internal.InjectorImpl.getJustInTimeBinding > (InjectorImpl.java:291) > [INFO] at com.google.inject.internal.InjectorImpl.getBindingOrThrow > (InjectorImpl.java:222) > [INFO] at com.google.inject.internal.InjectorImpl.getProviderOrThrow > (InjectorImpl.java:1040) > [INFO] at com.google.inject.internal.InjectorImpl.getProvider > (InjectorImpl.java:1071) > [INFO] at com.google.inject.internal.InjectorImpl.getProvider > (InjectorImpl.java:1034) > [INFO] at com.google.inject.internal.InjectorImpl.getInstance > (InjectorImpl.java:1086) > [INFO] at org.eclipse.sisu.space.AbstractDeferredClass.get > (AbstractDeferredClass.java:48) > [INFO] at com.google.inject.internal.ProviderInternalFactory.provision > (ProviderInternalFactory.java:85) > [INFO] at > com.google.inject.internal.InternalFactoryToInitializableAdapter.provision > (InternalFactoryToInitializableAdapter.java:57) > [INFO] at com.google.inject.internal.ProviderInternalFactory$1.call > (ProviderInternalFactory.java:66) > [INFO] at > com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision > (ProvisionListenerStackCallback.java:112) > [INFO] at > com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision > (ProvisionListenerStackCallback.java:127) > [INFO] at > com.google.inject.internal.ProvisionListenerStackCallback.provision > (ProvisionListenerStackCallback.java:66) > [INFO] at com.google.inject.internal.ProviderInternalFactory.circularGet > (ProviderInternalFactory.java:61) > [INFO] at > com.google.inject.internal.InternalFactoryToInitializableAdapter.get > (InternalFactoryToInitializableAdapter.java:47) > [INFO] at com.google.inject.internal.InjectorImpl$1.get > (InjectorImpl.java:1050) > [INFO] at org.eclipse.sisu.inject.Guice4$1.get (Guice4.java:162) > [INFO] at org.eclipse.sisu.inject.LazyBeanEntry.getValue > (LazyBeanEntry.java:81) > [INFO] at org.eclipse.sisu.plexus.LazyPlexusBean.getValue > (LazyPlexusBean.java:51) > [INFO] at org.codehaus.plexus.DefaultPlexusContainer.lookup > (DefaultPlexusContainer.java:263) > [INFO] at org.codehaus.plexus.DefaultPlexusContainer.lookup > (DefaultPlexusContainer.java:255) > [INFO] at > org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo > (DefaultMavenPluginManager.java:520) >
[jira] [Commented] (MSITE-866) All releases fail: java.lang.ClassNotFoundException: org.apache.maven.doxia.siterenderer.DocumentContent
[ https://issues.apache.org/jira/browse/MSITE-866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529054#comment-17529054 ] Michael Osipov commented on MSITE-866: -- Is this still a problem with 3.12.0? > All releases fail: java.lang.ClassNotFoundException: > org.apache.maven.doxia.siterenderer.DocumentContent > > > Key: MSITE-866 > URL: https://issues.apache.org/jira/browse/MSITE-866 > Project: Maven Site Plugin > Issue Type: Bug > Components: site:run >Affects Versions: 3.9.1 >Reporter: Graham Leggett >Priority: Major > Fix For: waiting-for-feedback > > > Attempts to use the site plugin newer than v3.8 cause the following breakage > when attempts are made to release code using the maven release plugin: > {code} > [INFO] [INFO] > [INFO] [INFO] --- maven-site-plugin:3.3:site (default-site) @ > horizonmarine-httpd2.4-core-horizonmarine.co.za --- > [INFO] [WARNING] Report plugin > org.apache.maven.plugins:maven-project-info-reports-plugin has an empty > version. > [INFO] [WARNING] > [INFO] [WARNING] It is highly recommended to fix these problems because they > threaten the stability of your build. > [INFO] [WARNING] > [INFO] [WARNING] For this reason, future Maven versions might no longer > support building such malformed projects. > [INFO] [INFO] configuring report plugin > org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.0 > [INFO] [WARNING] Error injecting: > org.apache.maven.report.projectinfo.CiManagementReport > [INFO] java.lang.NoClassDefFoundError: > org/apache/maven/doxia/siterenderer/DocumentContent > [INFO] at java.lang.Class.getDeclaredConstructors0 (Native Method) > [INFO] at java.lang.Class.privateGetDeclaredConstructors (Class.java:2671) > [INFO] at java.lang.Class.getDeclaredConstructors (Class.java:2020) > [INFO] at com.google.inject.spi.InjectionPoint.forConstructorOf > (InjectionPoint.java:245) > [INFO] at com.google.inject.internal.ConstructorBindingImpl.create > (ConstructorBindingImpl.java:115) > [INFO] at > com.google.inject.internal.InjectorImpl.createUninitializedBinding > (InjectorImpl.java:706) > [INFO] at com.google.inject.internal.InjectorImpl.createJustInTimeBinding > (InjectorImpl.java:930) > [INFO] at > com.google.inject.internal.InjectorImpl.createJustInTimeBindingRecursive > (InjectorImpl.java:852) > [INFO] at com.google.inject.internal.InjectorImpl.getJustInTimeBinding > (InjectorImpl.java:291) > [INFO] at com.google.inject.internal.InjectorImpl.getBindingOrThrow > (InjectorImpl.java:222) > [INFO] at com.google.inject.internal.InjectorImpl.getProviderOrThrow > (InjectorImpl.java:1040) > [INFO] at com.google.inject.internal.InjectorImpl.getProvider > (InjectorImpl.java:1071) > [INFO] at com.google.inject.internal.InjectorImpl.getProvider > (InjectorImpl.java:1034) > [INFO] at com.google.inject.internal.InjectorImpl.getInstance > (InjectorImpl.java:1086) > [INFO] at org.eclipse.sisu.space.AbstractDeferredClass.get > (AbstractDeferredClass.java:48) > [INFO] at com.google.inject.internal.ProviderInternalFactory.provision > (ProviderInternalFactory.java:85) > [INFO] at > com.google.inject.internal.InternalFactoryToInitializableAdapter.provision > (InternalFactoryToInitializableAdapter.java:57) > [INFO] at com.google.inject.internal.ProviderInternalFactory$1.call > (ProviderInternalFactory.java:66) > [INFO] at > com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision > (ProvisionListenerStackCallback.java:112) > [INFO] at > com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision > (ProvisionListenerStackCallback.java:127) > [INFO] at > com.google.inject.internal.ProvisionListenerStackCallback.provision > (ProvisionListenerStackCallback.java:66) > [INFO] at com.google.inject.internal.ProviderInternalFactory.circularGet > (ProviderInternalFactory.java:61) > [INFO] at > com.google.inject.internal.InternalFactoryToInitializableAdapter.get > (InternalFactoryToInitializableAdapter.java:47) > [INFO] at com.google.inject.internal.InjectorImpl$1.get > (InjectorImpl.java:1050) > [INFO] at org.eclipse.sisu.inject.Guice4$1.get (Guice4.java:162) > [INFO] at org.eclipse.sisu.inject.LazyBeanEntry.getValue > (LazyBeanEntry.java:81) > [INFO] at org.eclipse.sisu.plexus.LazyPlexusBean.getValue > (LazyPlexusBean.java:51) > [INFO] at org.codehaus.plexus.DefaultPlexusContainer.lookup > (DefaultPlexusContainer.java:263) > [INFO] at org.codehaus.plexus.DefaultPlexusContainer.lookup > (DefaultPlexusContainer.java:255) > [INFO] at > org.apache.maven.plugin.internal.DefaultMavenPluginManager.getC
[jira] [Updated] (MSITE-745) Multimodule projects staged in wrong directory
[ https://issues.apache.org/jira/browse/MSITE-745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSITE-745: - Fix Version/s: waiting-for-feedback > Multimodule projects staged in wrong directory > -- > > Key: MSITE-745 > URL: https://issues.apache.org/jira/browse/MSITE-745 > Project: Maven Site Plugin > Issue Type: Bug > Components: site:stage(-deploy) >Affects Versions: 3.3 >Reporter: Marcin Wisnicki >Priority: Major > Fix For: waiting-for-feedback > > > All child projects are put into subdirectory that is inside subdirectory of > the same name, eg: > given tree of projects: > * R > ** A > ** B > *** B1 > where R and B are aggregate projects as well as parents of their respective > children. > R/pom.xml: > {code} > > > ${project.artifactId}-site > ${project.baseUri} > > > {code} > site:stage should generate: > {code} > R/target/stagging/A/index.html > R/target/stagging/B/index.html > R/target/stagging/B/B1/index.html > {code} > but instead produces: > {code} > R/target/stagging/A/index.html > R/target/stagging/B/B/index.html > R/target/stagging/B/B1/B/B1/index.html > {code} > I'll try to attach example project later. -- This message was sent by Atlassian Jira (v8.20.7#820007)