[GitHub] [maven] psiroky opened a new pull request, #951: Jenkinsfile: pickup results from ITs

2023-01-10 Thread GitBox
psiroky opened a new pull request, #951: URL: https://github.com/apache/maven/pull/951 * trying to make Jenkins pick-up the IT results - currently, if some of the ITs fail, Jenkins won't pick-up the results and the build would be "green" * not 100% sure this is the fix though, I have no w

[GitHub] [maven-integration-testing] psiroky commented on pull request #225: [MNG-7661] Replace deprecated 'verifier.executeGoal()'

2023-01-10 Thread GitBox
psiroky commented on PR #225: URL: https://github.com/apache/maven-integration-testing/pull/225#issuecomment-1378353341 I think I found the cause - see my comment https://github.com/apache/maven/commit/3f336e4f6d63e958bdd96d5e90910a4cbd9ad1db#r95760514. Let me try to create a PR with a fix

[GitHub] [maven-integration-testing] hboutemy commented on pull request #225: [MNG-7661] Replace deprecated 'verifier.executeGoal()'

2023-01-10 Thread GitBox
hboutemy commented on PR #225: URL: https://github.com/apache/maven-integration-testing/pull/225#issuecomment-1378348435 @olamy any idea on the Jenkins job for Core ITs not picking ITs failures? -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [maven-integration-testing] hboutemy commented on pull request #225: [MNG-7661] Replace deprecated 'verifier.executeGoal()'

2023-01-10 Thread GitBox
hboutemy commented on PR #225: URL: https://github.com/apache/maven-integration-testing/pull/225#issuecomment-1378347514 > It seems to me the job is misconfigured since it is still "green" even if some of the tests fail. u... thanks for your hard work -- This is an automate

[jira] [Updated] (DOXIA-685) Replace SinkEventAttributes#BOXED and clearly separate between regular verbatim and verbatim source (code)

2023-01-10 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated DOXIA-685: Description: Currently, verbatim text is inconsistently handled in the Sink API and formats apt, xh

[GitHub] [maven-integration-testing] psiroky commented on pull request #225: [MNG-7661] Replace deprecated 'verifier.executeGoal()'

2023-01-10 Thread GitBox
psiroky commented on PR #225: URL: https://github.com/apache/maven-integration-testing/pull/225#issuecomment-1378332812 Here is a proposed fix https://github.com/apache/maven-integration-testing/pull/227. It seems like the test also failed in the linked Jenkins build. Looking into t

[GitHub] [maven-assembly-plugin] cstamas commented on pull request #12: MASSEMBLY-919: Fix dependency scope handling

2023-01-10 Thread GitBox
cstamas commented on PR #12: URL: https://github.com/apache/maven-assembly-plugin/pull/12#issuecomment-1378331267 Ideally we need an IT (or some test) that reproduces the issue (fails the expectation) and then a PR that fixes it (makes IT pass). @Geker can you provide a reproducer? o

[jira] [Updated] (DOXIA-685) Replace SinkEventAttributes#BOXED and clearly separate between regular verbatim and verbatim source (code)

2023-01-10 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated DOXIA-685: Description: Currently, verbatim text is inconsistently handled in the Sink API and formats apt, xh

[GitHub] [maven-integration-testing] psiroky opened a new pull request, #227: [MNG-7661] Fix verifier 'clean' call in one of the ITs

2023-01-10 Thread GitBox
psiroky opened a new pull request, #227: URL: https://github.com/apache/maven-integration-testing/pull/227 @hboutemy here is the fix for the broken IT. The reason it did not fail during a PR build in this repo (https://github.com/apache/maven-integration-testing/pull/225) is that we a

[jira] [Commented] (DOXIA-685) Replace SinkEventAttributes#BOXED and clearly separate between regular verbatim and verbatim source (code)

2023-01-10 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17657850#comment-17657850 ] Herve Boutemy commented on DOXIA-685: - ??I don't expect that it will be so complicated

[GitHub] [maven-assembly-plugin] Geker commented on pull request #12: MASSEMBLY-919: Fix dependency scope handling

2023-01-10 Thread GitBox
Geker commented on PR #12: URL: https://github.com/apache/maven-assembly-plugin/pull/12#issuecomment-1378320908 any update ? this problem is still exists -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[jira] [Updated] (DOXIA-685) Replace SinkEventAttributes#BOXED and clearly separate between regular verbatim and verbatim source (code)

2023-01-10 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated DOXIA-685: Description: Currently, verbatim text is inconsistently handled in the Sink API and formats apt, xh

[jira] [Closed] (MRESOLVER-313) Artifact file permissions are 0600 and not implicitly set by umask

2023-01-10 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MRESOLVER-313. - Resolution: Fixed > Artifact file permissions are 0600 and not implicitly set by umask

[jira] [Commented] (MRESOLVER-313) Artifact file permissions are 0600 and not implicitly set by umask

2023-01-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17657100#comment-17657100 ] ASF GitHub Bot commented on MRESOLVER-313: -- cstamas merged PR #234: URL: http

[GitHub] [maven-resolver] cstamas merged pull request #234: [MRESOLVER-313] Wrong FS permissions on cached artifacts.

2023-01-10 Thread GitBox
cstamas merged PR #234: URL: https://github.com/apache/maven-resolver/pull/234 -- 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.

[jira] [Updated] (DOXIA-685) Replace SinkEventAttributes#BOXED and clearly separate between regular verbatim and verbatim source (code)

2023-01-10 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated DOXIA-685: Description: Currently, verbatim text is inconsistently handled in the Sink API and formats apt, xh

[jira] [Updated] (DOXIA-685) Replace SinkEventAttributes#BOXED and clearly separate between regular verbatim and verbatim source (code)

2023-01-10 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated DOXIA-685: Description: Currently, verbatim text is inconsistently handled in the Sink API and formats apt, xh

[GitHub] [maven-integration-testing] psiroky commented on pull request #225: [MNG-7661] Replace deprecated 'verifier.executeGoal()'

2023-01-10 Thread GitBox
psiroky commented on PR #225: URL: https://github.com/apache/maven-integration-testing/pull/225#issuecomment-1378305730 Sorry about that. I will take a look asap. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[jira] [Updated] (DOXIA-685) Replace SinkEventAttributes#BOXED and clearly separate between regular verbatim and verbatim source (code)

2023-01-10 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated DOXIA-685: Description: Currently, verbatim text is inconsistently handled in the Sink API and formats apt, xh

[GitHub] [maven-integration-testing] hboutemy commented on pull request #225: [MNG-7661] Replace deprecated 'verifier.executeGoal()'

2023-01-10 Thread GitBox
hboutemy commented on PR #225: URL: https://github.com/apache/maven-integration-testing/pull/225#issuecomment-1378295144 @slawekjaranowski @psiroky it seems the recent changes broke one IT: ``` Error: MavenITmng7112ProjectsWithNonRecursiveTest.testAggregatesCanBeDeselectedNonRecurs

[GitHub] [maven-verifier] dependabot[bot] opened a new pull request, #67: Bump junit-jupiter from 5.9.1 to 5.9.2

2023-01-10 Thread GitBox
dependabot[bot] opened a new pull request, #67: URL: https://github.com/apache/maven-verifier/pull/67 Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.9.1 to 5.9.2. Release notes Sourced from https://github.com/junit-team/junit5/releases";>junit-jupiter's release

[GitHub] [maven-archetype] dependabot[bot] closed pull request #105: Bump xmlunit-matchers from 2.6.4 to 2.9.0

2023-01-10 Thread GitBox
dependabot[bot] closed pull request #105: Bump xmlunit-matchers from 2.6.4 to 2.9.0 URL: https://github.com/apache/maven-archetype/pull/105 -- 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 specif

[GitHub] [maven-archetype] dependabot[bot] commented on pull request #105: Bump xmlunit-matchers from 2.6.4 to 2.9.0

2023-01-10 Thread GitBox
dependabot[bot] commented on PR #105: URL: https://github.com/apache/maven-archetype/pull/105#issuecomment-1378216389 Superseded by #125. -- 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 speci

[GitHub] [maven-archetype] dependabot[bot] opened a new pull request, #125: Bump xmlunit-matchers from 2.6.4 to 2.9.1

2023-01-10 Thread GitBox
dependabot[bot] opened a new pull request, #125: URL: https://github.com/apache/maven-archetype/pull/125 Bumps [xmlunit-matchers](https://github.com/xmlunit/xmlunit) from 2.6.4 to 2.9.1. Release notes Sourced from https://github.com/xmlunit/xmlunit/releases";>xmlunit-matchers's re

[GitHub] [maven-release] dependabot[bot] commented on pull request #129: Bump xmlunit-core from 2.8.2 to 2.9.0

2023-01-10 Thread GitBox
dependabot[bot] commented on PR #129: URL: https://github.com/apache/maven-release/pull/129#issuecomment-1378215825 Superseded by #163. -- 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 specifi

[GitHub] [maven-release] dependabot[bot] closed pull request #129: Bump xmlunit-core from 2.8.2 to 2.9.0

2023-01-10 Thread GitBox
dependabot[bot] closed pull request #129: Bump xmlunit-core from 2.8.2 to 2.9.0 URL: https://github.com/apache/maven-release/pull/129 -- 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 comm

[GitHub] [maven-release] dependabot[bot] opened a new pull request, #163: Bump xmlunit-core from 2.8.2 to 2.9.1

2023-01-10 Thread GitBox
dependabot[bot] opened a new pull request, #163: URL: https://github.com/apache/maven-release/pull/163 Bumps [xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.8.2 to 2.9.1. Release notes Sourced from https://github.com/xmlunit/xmlunit/releases";>xmlunit-core's releases.

[GitHub] [maven-invoker] dependabot[bot] opened a new pull request, #60: Bump junit-bom from 5.9.1 to 5.9.2

2023-01-10 Thread GitBox
dependabot[bot] opened a new pull request, #60: URL: https://github.com/apache/maven-invoker/pull/60 Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.9.1 to 5.9.2. Release notes Sourced from https://github.com/junit-team/junit5/releases";>junit-bom's releases.

[GitHub] [maven-shade-plugin] dependabot[bot] opened a new pull request, #173: Bump xmlunit-legacy from 2.9.0 to 2.9.1

2023-01-10 Thread GitBox
dependabot[bot] opened a new pull request, #173: URL: https://github.com/apache/maven-shade-plugin/pull/173 Bumps [xmlunit-legacy](https://github.com/xmlunit/xmlunit) from 2.9.0 to 2.9.1. Release notes Sourced from https://github.com/xmlunit/xmlunit/releases";>xmlunit-legacy's rel

[GitHub] [maven-doxia-site] dependabot[bot] opened a new pull request, #26: Bump ant from 1.10.12 to 1.10.13

2023-01-10 Thread GitBox
dependabot[bot] opened a new pull request, #26: URL: https://github.com/apache/maven-doxia-site/pull/26 Bumps ant from 1.10.12 to 1.10.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.ant:ant&packa

[GitHub] [maven-script-interpreter] dependabot[bot] opened a new pull request, #90: Bump junit-bom from 5.9.1 to 5.9.2

2023-01-10 Thread GitBox
dependabot[bot] opened a new pull request, #90: URL: https://github.com/apache/maven-script-interpreter/pull/90 Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.9.1 to 5.9.2. Release notes Sourced from https://github.com/junit-team/junit5/releases";>junit-bom's releas

[GitHub] [maven-mvnd] gzm55 commented on pull request #717: Try native image then fallback to pure java version

2023-01-10 Thread GitBox
gzm55 commented on PR #717: URL: https://github.com/apache/maven-mvnd/pull/717#issuecomment-1378116936 > 1. Enhance the existing shell scripts to fall back to native executables (if available and working on the current platform) without renaming them. > 2. Provide install scripts that rep

[GitHub] [maven-wrapper] dependabot[bot] opened a new pull request, #83: Bump junit-bom from 5.9.1 to 5.9.2

2023-01-10 Thread GitBox
dependabot[bot] opened a new pull request, #83: URL: https://github.com/apache/maven-wrapper/pull/83 Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.9.1 to 5.9.2. Release notes Sourced from https://github.com/junit-team/junit5/releases";>junit-bom's releases.

[GitHub] [maven-mvnd] ppalaga commented on pull request #717: Try native image then fallback to pure java version

2023-01-10 Thread GitBox
ppalaga commented on PR #717: URL: https://github.com/apache/maven-mvnd/pull/717#issuecomment-1378032665 I'd dare to vote against making `mvnd` to point at a shell script by default. It is adding indirection and performance penalties on major platforms for which we have proper native execut

[GitHub] [maven-enforcer] slawekjaranowski opened a new pull request, #230: [MENFORCER-458] Move Require*Checksum to new API

2023-01-10 Thread GitBox
slawekjaranowski opened a new pull request, #230: URL: https://github.com/apache/maven-enforcer/pull/230 Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MENFORCER)

[GitHub] [maven-site] dependabot[bot] opened a new pull request, #369: Bump ant from 1.10.12 to 1.10.13

2023-01-10 Thread GitBox
dependabot[bot] opened a new pull request, #369: URL: https://github.com/apache/maven-site/pull/369 Bumps ant from 1.10.12 to 1.10.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.ant:ant&package-m

[GitHub] [maven-enforcer] slawekjaranowski merged pull request #228: [MENFORCER-458] Move RequireFiles* to new API

2023-01-10 Thread GitBox
slawekjaranowski merged PR #228: URL: https://github.com/apache/maven-enforcer/pull/228 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr.

[jira] [Commented] (DOXIA-685) Replace SinkEventAttributes#BOXED and clearly separate between regular verbatim and verbatim source (code)

2023-01-10 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17656996#comment-17656996 ] Slawomir Jaranowski commented on DOXIA-685: --- I don't expect that it will be so c

[jira] [Commented] (DOXIA-685) Replace SinkEventAttributes#BOXED and clearly separate between regular verbatim and verbatim source (code)

2023-01-10 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17656994#comment-17656994 ] Michael Osipov commented on DOXIA-685: -- [~sjaranowski], this is a upstream fix for MP

[jira] [Commented] (DOXIA-685) Replace SinkEventAttributes#BOXED and clearly separate between regular verbatim and verbatim source (code)

2023-01-10 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17656991#comment-17656991 ] Michael Osipov commented on DOXIA-685: -- If you really want to take BOXED and non-BOXE

[jira] [Updated] (DOXIA-685) Replace SinkEventAttributes#BOXED and clearly separate between regular verbatim and verbatim source (code)

2023-01-10 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated DOXIA-685: - Description: Currently, verbatim text is inconsistently handled in the Sink API and formats apt,

[jira] [Updated] (DOXIA-685) Replace SinkEventAttributes#BOXED and clearly separate between regular verbatim and verbatim source (code)

2023-01-10 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated DOXIA-685: - Attachment: screenshot-4.png > Replace SinkEventAttributes#BOXED and clearly separate between regu

[jira] [Updated] (DOXIA-685) Replace SinkEventAttributes#BOXED and clearly separate between regular verbatim and verbatim source (code)

2023-01-10 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated DOXIA-685: - Attachment: screenshot-3.png > Replace SinkEventAttributes#BOXED and clearly separate between regu

[GitHub] [maven-enforcer] slawekjaranowski merged pull request #229: [MENFORCER-443] Bump junit-bom from 5.9.1 to 5.9.2

2023-01-10 Thread GitBox
slawekjaranowski merged PR #229: URL: https://github.com/apache/maven-enforcer/pull/229 -- 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.

[GitHub] [maven-enforcer] slawekjaranowski merged pull request #227: [MENFORCER-458] Move RequireOS to new API

2023-01-10 Thread GitBox
slawekjaranowski merged PR #227: URL: https://github.com/apache/maven-enforcer/pull/227 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr.

[jira] [Closed] (MENFORCER-459) Plugin shouldn't use NullPointerException for non-exceptional code flow

2023-01-10 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MENFORCER-459. - Fix Version/s: 3.2.0 Assignee: Slawomir Jaranowski Resolution:

[GitHub] [maven-enforcer] slawekjaranowski merged pull request #193: [MENFORCER-459] Avoid NullPointerException where there is no plugins

2023-01-10 Thread GitBox
slawekjaranowski merged PR #193: URL: https://github.com/apache/maven-enforcer/pull/193 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr.

[jira] [Commented] (MWRAPPER-88) mvnw is not POSIX compatible

2023-01-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17656967#comment-17656967 ] ASF GitHub Bot commented on MWRAPPER-88: slawekjaranowski commented on PR #79: U

[GitHub] [maven-wrapper] slawekjaranowski commented on pull request #79: [MWRAPPER-88] fix shellcheck findings / POSIX compatiblity

2023-01-10 Thread GitBox
slawekjaranowski commented on PR #79: URL: https://github.com/apache/maven-wrapper/pull/79#issuecomment-1377841386 > I don't know what you mean here. Did I change something in that regard? It is ok for me in this PR. Simply we have two similar scripts, one in wrapper and one in

[jira] [Commented] (MJARSIGNER-59) increase reliability when contacting timestamp service over unreliable network

2023-01-10 Thread Andrew Peter Marlow (Jira)
[ https://issues.apache.org/jira/browse/MJARSIGNER-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17656746#comment-17656746 ] Andrew Peter Marlow commented on MJARSIGNER-59: --- Is there any chance tha

[jira] [Commented] (MWRAPPER-88) mvnw is not POSIX compatible

2023-01-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17656745#comment-17656745 ] ASF GitHub Bot commented on MWRAPPER-88: bmarwell commented on PR #79: URL: http

[GitHub] [maven-wrapper] bmarwell commented on pull request #79: [MWRAPPER-88] fix shellcheck findings / POSIX compatiblity

2023-01-10 Thread GitBox
bmarwell commented on PR #79: URL: https://github.com/apache/maven-wrapper/pull/79#issuecomment-1377694964 I don't know what you mean here. Did I change something in that regard? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [maven-mvnd] gnodet merged pull request #768: Fix spotless config to include all java files

2023-01-10 Thread GitBox
gnodet merged PR #768: URL: https://github.com/apache/maven-mvnd/pull/768 -- 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.apach

[GitHub] [maven-mvnd] gzm55 commented on pull request #717: Try native image then fallback to pure java version

2023-01-10 Thread GitBox
gzm55 commented on PR #717: URL: https://github.com/apache/maven-mvnd/pull/717#issuecomment-1377600565 > I'd vote for evaluating the performance impact of wrapping `mvnd` binary inside a shell script before merging this. @ppalaga I did some basic profiling, comparing to directly execu

[GitHub] [maven-enforcer] dependabot[bot] opened a new pull request, #229: Bump junit-bom from 5.9.1 to 5.9.2

2023-01-10 Thread GitBox
dependabot[bot] opened a new pull request, #229: URL: https://github.com/apache/maven-enforcer/pull/229 Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.9.1 to 5.9.2. Release notes Sourced from https://github.com/junit-team/junit5/releases";>junit-bom's releases.

[GitHub] [maven-mvnd] ppalaga commented on issue #766: Make mvnd download Maven version specified by Maven Wrapper configuration

2023-01-10 Thread GitBox
ppalaga commented on issue #766: URL: https://github.com/apache/maven-mvnd/issues/766#issuecomment-1377195082 https://github.com/apache/maven-mvnd/issues/143 sums up some reasons why we chose not to support multiple Maven versions back in 2021. I'd open to revisiting this, but it would requ

[GitHub] [maven-doxia] dependabot[bot] opened a new pull request, #137: Bump ant-apache-regexp from 1.10.11 to 1.10.13

2023-01-10 Thread GitBox
dependabot[bot] opened a new pull request, #137: URL: https://github.com/apache/maven-doxia/pull/137 Bumps ant-apache-regexp from 1.10.11 to 1.10.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.an

[GitHub] [maven-doxia] dependabot[bot] closed pull request #120: Bump junitVersion from 5.9.0 to 5.9.1

2023-01-10 Thread GitBox
dependabot[bot] closed pull request #120: Bump junitVersion from 5.9.0 to 5.9.1 URL: https://github.com/apache/maven-doxia/pull/120 -- 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 commen

[GitHub] [maven-doxia] dependabot[bot] commented on pull request #120: Bump junitVersion from 5.9.0 to 5.9.1

2023-01-10 Thread GitBox
dependabot[bot] commented on PR #120: URL: https://github.com/apache/maven-doxia/pull/120#issuecomment-1377154963 Superseded by #136. -- 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

[GitHub] [maven-doxia] dependabot[bot] opened a new pull request, #136: Bump junitVersion from 5.9.0 to 5.9.2

2023-01-10 Thread GitBox
dependabot[bot] opened a new pull request, #136: URL: https://github.com/apache/maven-doxia/pull/136 Bumps `junitVersion` from 5.9.0 to 5.9.2. Updates `junit-jupiter-api` from 5.9.0 to 5.9.2 Release notes Sourced from https://github.com/junit-team/junit5/releases";>junit-jupiter-

[jira] [Created] (MPLUGIN-449) spurious warning when unpacking dependencies on windows.

2023-01-10 Thread James Nord (Jira)
James Nord created MPLUGIN-449: -- Summary: spurious warning when unpacking dependencies on windows. Key: MPLUGIN-449 URL: https://issues.apache.org/jira/browse/MPLUGIN-449 Project: Maven Plugin Tools

[jira] [Updated] (DOXIA-685) Replace SinkEventAttributes#BOXED and clearly separate between regular verbatim and verbatim source (code)

2023-01-10 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated DOXIA-685: - Description: Currently, verbatim text is inconsistently handled in the Sink API and formats apt,

[jira] [Updated] (DOXIA-685) Replace SinkEventAttributes#BOXED and clearly separate between regular verbatim and verbatim source (code)

2023-01-10 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated DOXIA-685: - Description: Currently, verbatim text is inconsistently handled in the Sink API and formats apt,

[jira] [Updated] (DOXIA-685) Replace SinkEventAttributes#BOXED and clearly separate between regular verbatim and verbatim source (code)

2023-01-10 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated DOXIA-685: - Attachment: screenshot-2.png > Replace SinkEventAttributes#BOXED and clearly separate between regu

[jira] [Updated] (DOXIA-685) Replace SinkEventAttributes#BOXED and clearly separate between regular verbatim and verbatim source (code)

2023-01-10 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated DOXIA-685: - Description: Currently, verbatim text is inconsistently handled in the Sink API and formats apt,

[jira] [Updated] (DOXIA-685) Replace SinkEventAttributes#BOXED and clearly separate between regular verbatim and verbatim source (code)

2023-01-10 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated DOXIA-685: - Attachment: screenshot-1.png > Replace SinkEventAttributes#BOXED and clearly separate between regu

[GitHub] [maven] gnodet closed pull request #848: Use the new velocity goal from the modello-maven-plugin

2023-01-10 Thread GitBox
gnodet closed pull request #848: Use the new velocity goal from the modello-maven-plugin URL: https://github.com/apache/maven/pull/848 -- 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 co

[GitHub] [maven] gnodet commented on pull request #848: Use the new velocity goal from the modello-maven-plugin

2023-01-10 Thread GitBox
gnodet commented on PR #848: URL: https://github.com/apache/maven/pull/848#issuecomment-1376989052 Superseded by #944 -- 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 un

[GitHub] [maven-compiler-plugin] psiroky commented on a diff in pull request #166: [MCOMPILER-519] Upgrade maven-invoker-plugin from 3.3.0 to 3.4.0

2023-01-10 Thread GitBox
psiroky commented on code in PR #166: URL: https://github.com/apache/maven-compiler-plugin/pull/166#discussion_r1065532817 ## pom.xml: ## @@ -226,6 +226,7 @@ under the License. org.apache.maven.plugins maven-invoker-plugin +

[GitHub] [maven] gnodet commented on a diff in pull request #950: Use proxies for session scoped beans

2023-01-10 Thread GitBox
gnodet commented on code in PR #950: URL: https://github.com/apache/maven/pull/950#discussion_r1065528079 ## maven-core/src/main/java/org/apache/maven/session/scope/internal/InstanceBuilder.java: ## @@ -0,0 +1,139 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [maven] rmannibucau commented on a diff in pull request #950: Use proxies for session scoped beans

2023-01-10 Thread GitBox
rmannibucau commented on code in PR #950: URL: https://github.com/apache/maven/pull/950#discussion_r1065476794 ## maven-core/pom.xml: ## @@ -144,6 +144,12 @@ under the License. org.slf4j slf4j-api + Review Comment: since we already rely on build tools

[GitHub] [maven] laeubi commented on a diff in pull request #950: Use proxies for session scoped beans

2023-01-10 Thread GitBox
laeubi commented on code in PR #950: URL: https://github.com/apache/maven/pull/950#discussion_r1065459793 ## maven-core/src/main/java/org/apache/maven/session/scope/internal/InstanceBuilder.java: ## @@ -0,0 +1,139 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under