[GitHub] [maven-enforcer] slawekjaranowski merged pull request #210: [MENFORCER-431] Clean-up - use List instead of String[]

2022-12-29 Thread GitBox
slawekjaranowski merged PR #210: URL: https://github.com/apache/maven-enforcer/pull/210 -- 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:

[GitHub] [maven] michael-o commented on a diff in pull request #830: [MNG-7571] add Maven API javadoc

2022-12-29 Thread GitBox
michael-o commented on code in PR #830: URL: https://github.com/apache/maven/pull/830#discussion_r1058988520 ## api/maven-api-settings/pom.xml: ## @@ -28,8 +28,8 @@ under the License. maven-api-settings - Maven API Settings - Maven API Settings model. + Maven 4 API -

[GitHub] [maven] michael-o commented on a diff in pull request #830: [MNG-7571] add Maven API javadoc

2022-12-29 Thread GitBox
michael-o commented on code in PR #830: URL: https://github.com/apache/maven/pull/830#discussion_r1058988520 ## api/maven-api-settings/pom.xml: ## @@ -28,8 +28,8 @@ under the License. maven-api-settings - Maven API Settings - Maven API Settings model. + Maven 4 API -

[GitHub] [maven] michael-o commented on a diff in pull request #830: [MNG-7571] add Maven API javadoc

2022-12-29 Thread GitBox
michael-o commented on code in PR #830: URL: https://github.com/apache/maven/pull/830#discussion_r1058988520 ## api/maven-api-settings/pom.xml: ## @@ -28,8 +28,8 @@ under the License. maven-api-settings - Maven API Settings - Maven API Settings model. + Maven 4 API -

[GitHub] [maven] michael-o commented on a diff in pull request #830: [MNG-7571] add Maven API javadoc

2022-12-29 Thread GitBox
michael-o commented on code in PR #830: URL: https://github.com/apache/maven/pull/830#discussion_r1058987275 ## api/maven-api-meta/pom.xml: ## @@ -27,6 +27,7 @@ maven-api-meta - Maven API Meta annotations + Maven 4 API Meta annotations Review Comment: Yes, good

[GitHub] [maven] hboutemy commented on a diff in pull request #830: [MNG-7571] add Maven API javadoc

2022-12-29 Thread GitBox
hboutemy commented on code in PR #830: URL: https://github.com/apache/maven/pull/830#discussion_r1058987151 ## api/maven-api-settings/pom.xml: ## @@ -28,8 +28,8 @@ under the License. maven-api-settings - Maven API Settings - Maven API Settings model. + Maven 4 API -

[GitHub] [maven] michael-o commented on a diff in pull request #830: [MNG-7571] add Maven API javadoc

2022-12-29 Thread GitBox
michael-o commented on code in PR #830: URL: https://github.com/apache/maven/pull/830#discussion_r1058986775 ## api/maven-api-core/src/site/site.xml: ## @@ -0,0 +1,38 @@ + + + + +http://maven.apache.org/DECORATION/1.8.0; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; +

[GitHub] [maven] hboutemy commented on a diff in pull request #830: [MNG-7571] add Maven API javadoc

2022-12-29 Thread GitBox
hboutemy commented on code in PR #830: URL: https://github.com/apache/maven/pull/830#discussion_r1058986535 ## api/maven-api-meta/pom.xml: ## @@ -27,6 +27,7 @@ maven-api-meta - Maven API Meta annotations + Maven 4 API Meta annotations Review Comment: should we

[GitHub] [maven] michael-o commented on a diff in pull request #830: [MNG-7571] add Maven API javadoc

2022-12-29 Thread GitBox
michael-o commented on code in PR #830: URL: https://github.com/apache/maven/pull/830#discussion_r1058986630 ## plexus-utils/pom.xml: ## @@ -28,6 +28,8 @@ under the License. org.apache.maven plexus-utils 4.0.0-alpha-4-SNAPSHOT + Apache Maven Plexus-Utils + Apache

[GitHub] [maven] hboutemy commented on a diff in pull request #830: [MNG-7571] add Maven API javadoc

2022-12-29 Thread GitBox
hboutemy commented on code in PR #830: URL: https://github.com/apache/maven/pull/830#discussion_r1058984209 ## api/maven-api-core/src/site/site.xml: ## @@ -0,0 +1,38 @@ + + + + +http://maven.apache.org/DECORATION/1.8.0; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; +

[GitHub] [maven] hboutemy commented on a diff in pull request #830: [MNG-7571] add Maven API javadoc

2022-12-29 Thread GitBox
hboutemy commented on code in PR #830: URL: https://github.com/apache/maven/pull/830#discussion_r1058983423 ## plexus-utils/pom.xml: ## @@ -28,6 +28,8 @@ under the License. org.apache.maven plexus-utils 4.0.0-alpha-4-SNAPSHOT + Apache Maven Plexus-Utils + Apache

[GitHub] [maven-doxia] michael-o commented on a diff in pull request #128: DOXIA-569 add Markdown output (sink)

2022-12-29 Thread GitBox
michael-o commented on code in PR #128: URL: https://github.com/apache/maven-doxia/pull/128#discussion_r1058981264 ## doxia-modules/doxia-module-markdown/src/main/java/org/apache/maven/doxia/module/markdown/MarkdownMarkup.java: ## @@ -0,0 +1,144 @@ +package

[GitHub] [maven-doxia] hboutemy commented on a diff in pull request #128: DOXIA-569 add Markdown output (sink)

2022-12-29 Thread GitBox
hboutemy commented on code in PR #128: URL: https://github.com/apache/maven-doxia/pull/128#discussion_r1058980228 ## doxia-modules/doxia-module-markdown/src/main/java/org/apache/maven/doxia/module/markdown/MarkdownMarkup.java: ## @@ -0,0 +1,144 @@ +package

[GitHub] [maven-doxia] hboutemy commented on a diff in pull request #128: DOXIA-569 add Markdown output (sink)

2022-12-29 Thread GitBox
hboutemy commented on code in PR #128: URL: https://github.com/apache/maven-doxia/pull/128#discussion_r1058979799 ## doxia-core/src/test/java/org/apache/maven/doxia/sink/impl/AbstractSinkTest.java: ## @@ -492,7 +492,7 @@ public void testFooter() * the same result as

[GitHub] [maven-doxia] hboutemy commented on a diff in pull request #128: DOXIA-569 add Markdown output (sink)

2022-12-29 Thread GitBox
hboutemy commented on code in PR #128: URL: https://github.com/apache/maven-doxia/pull/128#discussion_r1058979160 ## doxia-modules/doxia-module-markdown/src/main/java/org/apache/maven/doxia/module/markdown/MarkdownMarkup.java: ## @@ -0,0 +1,147 @@ +package

[GitHub] [maven-doxia] hboutemy commented on pull request #132: [DOXIA-617] support yaml metadata

2022-12-29 Thread GitBox
hboutemy commented on PR #132: URL: https://github.com/apache/maven-doxia/pull/132#issuecomment-1367360734 if we use the parsing API for YAML form of metadata, it means we stop supporting metadata without the `---` delimiters is it really what you all want? -- This is an automated

[GitHub] [maven] slawekjaranowski commented on pull request #940: [MNG-7648] Fix locationTracking in DefaultModelBuildingRequest copy constructor.

2022-12-29 Thread GitBox
slawekjaranowski commented on PR #940: URL: https://github.com/apache/maven/pull/940#issuecomment-1367359702 @pavelhoral please create PR for `maven-3.9.x` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [maven-enforcer] psiroky commented on pull request #210: [MENFORCER-431] Clean-up - use List instead of String[]

2022-12-29 Thread GitBox
psiroky commented on PR #210: URL: https://github.com/apache/maven-enforcer/pull/210#issuecomment-1367342589 The build failed with ``` Error: Failures: Error: TestEvaluateBeanshell.testRuleCanExecuteMultipleThreads:192->assertConcurrent:218 Timeout initializing threads!

[GitHub] [maven-enforcer] psiroky commented on a diff in pull request #205: [MENFORCER-431] Introduce option to skip specific rules via custom property

2022-12-29 Thread GitBox
psiroky commented on code in PR #205: URL: https://github.com/apache/maven-enforcer/pull/205#discussion_r1058960968 ## maven-enforcer-plugin/src/main/java/org/apache/maven/plugins/enforcer/EnforceMojo.java: ## @@ -282,6 +288,22 @@ private Optional

[GitHub] [maven] pavelhoral commented on pull request #940: [MNG-7648] Fix locationTracking in DefaultModelBuildingRequest copy constructor.

2022-12-29 Thread GitBox
pavelhoral commented on PR #940: URL: https://github.com/apache/maven/pull/940#issuecomment-1367330916 > In 3.9.x there is no such issue - looks like `DefaultModelBuildingRequest` constructor is not used but I think that we can cherry pick this commit to be sure that is working as expected

[GitHub] [maven-enforcer] psiroky opened a new pull request, #210: [MENFORCER-431] Clean-up - use List instead of String[]

2022-12-29 Thread GitBox
psiroky opened a new pull request, #210: URL: https://github.com/apache/maven-enforcer/pull/210 Just a small clean-up to avoid dealing with arrays. Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [JIRA

[GitHub] [maven-enforcer] slawekjaranowski commented on a diff in pull request #205: [MENFORCER-431] Introduce option to skip specific rules via custom property

2022-12-29 Thread GitBox
slawekjaranowski commented on code in PR #205: URL: https://github.com/apache/maven-enforcer/pull/205#discussion_r1058959931 ## maven-enforcer-plugin/src/main/java/org/apache/maven/plugins/enforcer/EnforceMojo.java: ## @@ -282,6 +288,22 @@ private Optional

[GitHub] [maven-surefire] andpab commented on a diff in pull request #554: [SUREFIRE-2109] Add suffix derived from current user to Surefire temp directory name and make directory writable for all

2022-12-29 Thread GitBox
andpab commented on code in PR #554: URL: https://github.com/apache/maven-surefire/pull/554#discussion_r1058956056 ## surefire-api/src/main/java/org/apache/maven/surefire/api/util/TempFileManager.java: ## @@ -180,6 +180,8 @@ public synchronized File createTempFile( String

[GitHub] [maven-enforcer] psiroky commented on a diff in pull request #205: [MENFORCER-431] Introduce option to skip specific rules via custom property

2022-12-29 Thread GitBox
psiroky commented on code in PR #205: URL: https://github.com/apache/maven-enforcer/pull/205#discussion_r1058955173 ## maven-enforcer-plugin/src/main/java/org/apache/maven/plugins/enforcer/EnforceMojo.java: ## @@ -282,6 +288,22 @@ private Optional

[GitHub] [maven-enforcer] slawekjaranowski merged pull request #205: [MENFORCER-431] Introduce option to skip specific rules via custom property

2022-12-29 Thread GitBox
slawekjaranowski merged PR #205: URL: https://github.com/apache/maven-enforcer/pull/205 -- 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:

[GitHub] [maven-enforcer] slawekjaranowski commented on a diff in pull request #205: [MENFORCER-431] Introduce option to skip specific rules via custom property

2022-12-29 Thread GitBox
slawekjaranowski commented on code in PR #205: URL: https://github.com/apache/maven-enforcer/pull/205#discussion_r1058946939 ## maven-enforcer-plugin/src/main/java/org/apache/maven/plugins/enforcer/EnforceMojo.java: ## @@ -282,6 +288,22 @@ private Optional

[GitHub] [maven-doxia] bertysentry commented on a diff in pull request #132: [DOXIA-617] support yaml metadata

2022-12-29 Thread GitBox
bertysentry commented on code in PR #132: URL: https://github.com/apache/maven-doxia/pull/132#discussion_r1058930626 ## doxia-modules/doxia-module-markdown/src/test/resources/metadata-yaml.md: ## @@ -0,0 +1,14 @@ +--- +title: A Title & a 'Test' +author: Somebody 'Nickname'

[GitHub] [maven-doxia] bertysentry commented on pull request #132: [DOXIA-617] support yaml metadata

2022-12-29 Thread GitBox
bertysentry commented on PR #132: URL: https://github.com/apache/maven-doxia/pull/132#issuecomment-1367308292 @hboutemy Thank you for taking care of this! While "it works"(tm) as per the tests, the original intent was to remove as much as possible specific code to handle these

[GitHub] [maven] slawekjaranowski commented on pull request #940: [MNG-7648] Fix locationTracking in DefaultModelBuildingRequest copy constructor.

2022-12-29 Thread GitBox
slawekjaranowski commented on PR #940: URL: https://github.com/apache/maven/pull/940#issuecomment-1367306455 @pavelhoral thanks I squashed to one final commit In 3.9.x there is no such issue - looks like `DefaultModelBuildingRequest` constructor is not used but I think

[GitHub] [maven] slawekjaranowski merged pull request #940: [MNG-7648] Fix locationTracking in DefaultModelBuildingRequest copy constructor.

2022-12-29 Thread GitBox
slawekjaranowski merged PR #940: URL: https://github.com/apache/maven/pull/940 -- 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:

[GitHub] [maven-doxia] dependabot[bot] opened a new pull request, #134: Bump flexmarkVersion from 0.62.2 to 0.64.0

2022-12-29 Thread GitBox
dependabot[bot] opened a new pull request, #134: URL: https://github.com/apache/maven-doxia/pull/134 Bumps `flexmarkVersion` from 0.62.2 to 0.64.0. Updates `flexmark` from 0.62.2 to 0.64.0 Commits

[GitHub] [maven-surefire] andpab commented on pull request #571: [SUREFIRE-2121] JUnitException: Failed to parse version of junit:junit: 4.13.2

2022-12-29 Thread GitBox
andpab commented on PR #571: URL: https://github.com/apache/maven-surefire/pull/571#issuecomment-1367265046 As described in my comment in SUREFIRE-2121, this pull request does not address the root cause of the issue which is simply a configuration error. There is no need to update the

[GitHub] [maven-mvnd] marcphilipp commented on issue #759: NullPointerException

2022-12-29 Thread GitBox
marcphilipp commented on issue #759: URL: https://github.com/apache/maven-mvnd/issues/759#issuecomment-1367263736 Yes, the Gradle Enterprise Maven extension is not yet compatible with the Maven Daemon but we're working on it and there should soon be a compatible release. -- This is an

[GitHub] [maven-doxia] michael-o commented on pull request #132: [DOXIA-617] support yaml metadata

2022-12-29 Thread GitBox
michael-o commented on PR #132: URL: https://github.com/apache/maven-doxia/pull/132#issuecomment-1367257971 I think this deserves a comment in the code why we aren't using the extension. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [maven-enforcer] psiroky commented on pull request #205: [MENFORCER-431] Introduce option to skip specific rules via custom property

2022-12-29 Thread GitBox
psiroky commented on PR #205: URL: https://github.com/apache/maven-enforcer/pull/205#issuecomment-1367253679 @slawekjaranowski I believe this should be now ready for review. Please take another look when you get a chance. -- This is an automated message from the Apache Git Service. To

[GitHub] [maven-enforcer] psiroky commented on a diff in pull request #205: [MENFORCER-431] Introduce option to skip specific rules via custom property

2022-12-29 Thread GitBox
psiroky commented on code in PR #205: URL: https://github.com/apache/maven-enforcer/pull/205#discussion_r1058896974 ## maven-enforcer-plugin/src/main/java/org/apache/maven/plugins/enforcer/EnforceMojo.java: ## @@ -115,6 +120,14 @@ public class EnforceMojo extends AbstractMojo {

[GitHub] [maven-dependency-plugin] pzygielo commented on pull request #277: Remove unused fields

2022-12-29 Thread GitBox
pzygielo commented on PR #277: URL: https://github.com/apache/maven-dependency-plugin/pull/277#issuecomment-1367250325 May I ask for review, please? -- 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

[GitHub] [maven-doxia] hboutemy commented on pull request #132: [DOXIA-617] support yaml metadata

2022-12-29 Thread GitBox
hboutemy commented on PR #132: URL: https://github.com/apache/maven-doxia/pull/132#issuecomment-1367246621 because we have our own metadata management code that already tricks Doxia API based on HTML-rendered Markdown:

[GitHub] [maven-site] pzygielo closed pull request #358: Fix formatting to have XML rendered correctly

2022-12-29 Thread GitBox
pzygielo closed pull request #358: Fix formatting to have XML rendered correctly URL: https://github.com/apache/maven-site/pull/358 -- 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-dependency-plugin] pzygielo opened a new pull request, #277: Remove unused fields

2022-12-29 Thread GitBox
pzygielo opened a new pull request, #277: URL: https://github.com/apache/maven-dependency-plugin/pull/277 - [X] I hereby declare this contribution to be licensed under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) -- This is an

[GitHub] [maven] pavelhoral commented on a diff in pull request #940: [MNG-7648] Fix locationTracking in DefaultModelBuildingRequest copy constructor.

2022-12-29 Thread GitBox
pavelhoral commented on code in PR #940: URL: https://github.com/apache/maven/pull/940#discussion_r1058848533 ## maven-core/src/test/java/org/apache/maven/project/ProjectBuilderTest.java: ## @@ -347,4 +349,32 @@ public void testBuildFromModelSourceResolvesBasedir() throws

[GitHub] [maven] pavelhoral commented on a diff in pull request #940: [MNG-7648] Fix locationTracking in DefaultModelBuildingRequest copy constructor.

2022-12-29 Thread GitBox
pavelhoral commented on code in PR #940: URL: https://github.com/apache/maven/pull/940#discussion_r1058846209 ## maven-core/src/test/java/org/apache/maven/project/ProjectBuilderTest.java: ## @@ -347,4 +349,32 @@ public void testBuildFromModelSourceResolvesBasedir() throws

[GitHub] [maven] slawekjaranowski commented on a diff in pull request #940: [MNG-7648] Fix locationTracking in DefaultModelBuildingRequest copy constructor.

2022-12-29 Thread GitBox
slawekjaranowski commented on code in PR #940: URL: https://github.com/apache/maven/pull/940#discussion_r1058827912 ## maven-core/src/test/java/org/apache/maven/project/ProjectBuilderTest.java: ## @@ -347,4 +349,32 @@ public void testBuildFromModelSourceResolvesBasedir()

[GitHub] [maven-assembly-plugin] dependabot[bot] closed pull request #105: Bump mockito-core from 4.6.1 to 4.10.0

2022-12-28 Thread GitBox
dependabot[bot] closed pull request #105: Bump mockito-core from 4.6.1 to 4.10.0 URL: https://github.com/apache/maven-assembly-plugin/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

[GitHub] [maven-assembly-plugin] dependabot[bot] commented on pull request #105: Bump mockito-core from 4.6.1 to 4.10.0

2022-12-28 Thread GitBox
dependabot[bot] commented on PR #105: URL: https://github.com/apache/maven-assembly-plugin/pull/105#issuecomment-1367074004 Superseded by #106. -- 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

[GitHub] [maven-assembly-plugin] dependabot[bot] opened a new pull request, #106: Bump mockito-core from 4.6.1 to 4.11.0

2022-12-28 Thread GitBox
dependabot[bot] opened a new pull request, #106: URL: https://github.com/apache/maven-assembly-plugin/pull/106 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 4.11.0. Release notes Sourced from https://github.com/mockito/mockito/releases;>mockito-core's

[GitHub] [maven-install-plugin] dependabot[bot] closed pull request #50: Bump mockito-core from 4.8.1 to 4.10.0

2022-12-28 Thread GitBox
dependabot[bot] closed pull request #50: Bump mockito-core from 4.8.1 to 4.10.0 URL: https://github.com/apache/maven-install-plugin/pull/50 -- 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

[GitHub] [maven-install-plugin] dependabot[bot] commented on pull request #50: Bump mockito-core from 4.8.1 to 4.10.0

2022-12-28 Thread GitBox
dependabot[bot] commented on PR #50: URL: https://github.com/apache/maven-install-plugin/pull/50#issuecomment-1367059967 Superseded by #51. -- 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

[GitHub] [maven-install-plugin] dependabot[bot] opened a new pull request, #51: Bump mockito-core from 4.8.1 to 4.11.0

2022-12-28 Thread GitBox
dependabot[bot] opened a new pull request, #51: URL: https://github.com/apache/maven-install-plugin/pull/51 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.8.1 to 4.11.0. Release notes Sourced from https://github.com/mockito/mockito/releases;>mockito-core's

[GitHub] [maven-release] dependabot[bot] closed pull request #161: Bump mockito-core from 2.28.2 to 4.10.0

2022-12-28 Thread GitBox
dependabot[bot] closed pull request #161: Bump mockito-core from 2.28.2 to 4.10.0 URL: https://github.com/apache/maven-release/pull/161 -- 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-release] dependabot[bot] commented on pull request #161: Bump mockito-core from 2.28.2 to 4.10.0

2022-12-28 Thread GitBox
dependabot[bot] commented on PR #161: URL: https://github.com/apache/maven-release/pull/161#issuecomment-1367058947 Superseded by #162. -- 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

[GitHub] [maven-release] dependabot[bot] opened a new pull request, #162: Bump mockito-core from 2.28.2 to 4.11.0

2022-12-28 Thread GitBox
dependabot[bot] opened a new pull request, #162: URL: https://github.com/apache/maven-release/pull/162 Bumps [mockito-core](https://github.com/mockito/mockito) from 2.28.2 to 4.11.0. Release notes Sourced from https://github.com/mockito/mockito/releases;>mockito-core's releases.

[GitHub] [maven-jlink-plugin] dependabot[bot] closed pull request #126: Bump mockito-core from 4.2.0 to 4.10.0

2022-12-28 Thread GitBox
dependabot[bot] closed pull request #126: Bump mockito-core from 4.2.0 to 4.10.0 URL: https://github.com/apache/maven-jlink-plugin/pull/126 -- 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

[GitHub] [maven-jlink-plugin] dependabot[bot] commented on pull request #126: Bump mockito-core from 4.2.0 to 4.10.0

2022-12-28 Thread GitBox
dependabot[bot] commented on PR #126: URL: https://github.com/apache/maven-jlink-plugin/pull/126#issuecomment-1367057018 Superseded by #127. -- 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

[GitHub] [maven-jlink-plugin] dependabot[bot] opened a new pull request, #127: Bump mockito-core from 4.2.0 to 4.11.0

2022-12-28 Thread GitBox
dependabot[bot] opened a new pull request, #127: URL: https://github.com/apache/maven-jlink-plugin/pull/127 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.2.0 to 4.11.0. Release notes Sourced from https://github.com/mockito/mockito/releases;>mockito-core's

[GitHub] [maven-invoker-plugin] dependabot[bot] opened a new pull request, #163: Bump mockito-core from 4.10.0 to 4.11.0

2022-12-28 Thread GitBox
dependabot[bot] opened a new pull request, #163: URL: https://github.com/apache/maven-invoker-plugin/pull/163 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.10.0 to 4.11.0. Release notes Sourced from https://github.com/mockito/mockito/releases;>mockito-core's

[GitHub] [maven-wrapper] dependabot[bot] opened a new pull request, #76: Bump mockito-core from 4.10.0 to 4.11.0

2022-12-28 Thread GitBox
dependabot[bot] opened a new pull request, #76: URL: https://github.com/apache/maven-wrapper/pull/76 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.10.0 to 4.11.0. Release notes Sourced from https://github.com/mockito/mockito/releases;>mockito-core's releases.

[GitHub] [maven-enforcer] slawekjaranowski commented on pull request #205: [MENFORCER-431] Introduce property to skip specific rules

2022-12-28 Thread GitBox
slawekjaranowski commented on PR #205: URL: https://github.com/apache/maven-enforcer/pull/205#issuecomment-1366974598 @psiroky #207 - merged Please look. I will have next changes, so wait for you. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [maven-enforcer] slawekjaranowski merged pull request #207: [MENFORCER-453] Mange rules configuration by plugin

2022-12-28 Thread GitBox
slawekjaranowski merged PR #207: URL: https://github.com/apache/maven-enforcer/pull/207 -- 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:

[GitHub] [maven-doxia-sitetools] dependabot[bot] closed pull request #75: Bump mockito-core from 2.28.2 to 4.10.0

2022-12-28 Thread GitBox
dependabot[bot] closed pull request #75: Bump mockito-core from 2.28.2 to 4.10.0 URL: https://github.com/apache/maven-doxia-sitetools/pull/75 -- 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

[GitHub] [maven-doxia-sitetools] dependabot[bot] commented on pull request #75: Bump mockito-core from 2.28.2 to 4.10.0

2022-12-28 Thread GitBox
dependabot[bot] commented on PR #75: URL: https://github.com/apache/maven-doxia-sitetools/pull/75#issuecomment-1366972896 Superseded by #77. -- 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

[GitHub] [maven-doxia-sitetools] dependabot[bot] opened a new pull request, #77: Bump mockito-core from 2.28.2 to 4.11.0

2022-12-28 Thread GitBox
dependabot[bot] opened a new pull request, #77: URL: https://github.com/apache/maven-doxia-sitetools/pull/77 Bumps [mockito-core](https://github.com/mockito/mockito) from 2.28.2 to 4.11.0. Release notes Sourced from https://github.com/mockito/mockito/releases;>mockito-core's

[GitHub] [maven] guylabs commented on a diff in pull request #866: [MNG-7596] Upgrade to plexus 3.5.0

2022-12-28 Thread GitBox
guylabs commented on code in PR #866: URL: https://github.com/apache/maven/pull/866#discussion_r1058637665 ## maven-xml-impl/src/main/java/org/apache/maven/internal/xml/Xpp3Dom.java: ## @@ -180,8 +181,6 @@ public void writeToSerializer(String namespace, XmlSerializer

[GitHub] [maven-dependency-plugin] dependabot[bot] closed pull request #272: Bump mockito-core from 4.9.0 to 4.10.0

2022-12-28 Thread GitBox
dependabot[bot] closed pull request #272: Bump mockito-core from 4.9.0 to 4.10.0 URL: https://github.com/apache/maven-dependency-plugin/pull/272 -- 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

[GitHub] [maven-dependency-plugin] dependabot[bot] commented on pull request #272: Bump mockito-core from 4.9.0 to 4.10.0

2022-12-28 Thread GitBox
dependabot[bot] commented on PR #272: URL: https://github.com/apache/maven-dependency-plugin/pull/272#issuecomment-1366949283 Superseded by #276. -- 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

[GitHub] [maven-dependency-plugin] dependabot[bot] opened a new pull request, #276: Bump mockito-core from 4.9.0 to 4.11.0

2022-12-28 Thread GitBox
dependabot[bot] opened a new pull request, #276: URL: https://github.com/apache/maven-dependency-plugin/pull/276 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.9.0 to 4.11.0. Release notes Sourced from https://github.com/mockito/mockito/releases;>mockito-core's

[GitHub] [maven-wrapper] bmarwell commented on pull request #74: [BUILD] add shellcheck

2022-12-28 Thread GitBox
bmarwell commented on PR #74: URL: https://github.com/apache/maven-wrapper/pull/74#issuecomment-1366919009 @rmannibucau will now fail with: ``` ./maven-wrapper-distribution/src/resources/mvnwDebug:35:68: note: Use $(...) notation instead of legacy backticks `...`. [SC2006]

[GitHub] [maven-surefire] dependabot[bot] closed pull request #583: Bump mockito-core from 2.28.2 to 4.10.0

2022-12-28 Thread GitBox
dependabot[bot] closed pull request #583: Bump mockito-core from 2.28.2 to 4.10.0 URL: https://github.com/apache/maven-surefire/pull/583 -- 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-surefire] dependabot[bot] commented on pull request #583: Bump mockito-core from 2.28.2 to 4.10.0

2022-12-28 Thread GitBox
dependabot[bot] commented on PR #583: URL: https://github.com/apache/maven-surefire/pull/583#issuecomment-1366860041 Superseded by #589. -- 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

[GitHub] [maven-surefire] dependabot[bot] opened a new pull request, #589: Bump mockito-core from 2.28.2 to 4.11.0

2022-12-28 Thread GitBox
dependabot[bot] opened a new pull request, #589: URL: https://github.com/apache/maven-surefire/pull/589 Bumps [mockito-core](https://github.com/mockito/mockito) from 2.28.2 to 4.11.0. Release notes Sourced from https://github.com/mockito/mockito/releases;>mockito-core's releases.

[GitHub] [maven-doxia] michael-o commented on pull request #132: [DOXIA-617] support yaml metadata

2022-12-28 Thread GitBox
michael-o commented on PR #132: URL: https://github.com/apache/maven-doxia/pull/132#issuecomment-1366832340 Why not use https://github.com/vsch/flexmark-java/blob/master/flexmark-ext-yaml-front-matter/src/main/java/com/vladsch/flexmark/ext/yaml/front/matter/YamlFrontMatterExtension.java?

[GitHub] [maven-doxia] hboutemy closed pull request #133: [DOXIA-684] avoid flexmark-all: declare used extensions only

2022-12-28 Thread GitBox
hboutemy closed pull request #133: [DOXIA-684] avoid flexmark-all: declare used extensions only URL: https://github.com/apache/maven-doxia/pull/133 -- 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

[GitHub] [maven-doxia] hboutemy commented on pull request #133: [DOXIA-684] avoid flexmark-all: declare used extensions only

2022-12-28 Thread GitBox
hboutemy commented on PR #133: URL: https://github.com/apache/maven-doxia/pull/133#issuecomment-1366828469 merged in 539428bd17e649c506e4a7a549b8f8b5d1cc3c18 for Doxia 1.x and e6848f9e4b2fdeaa3378183d8b557d55fb476ad6 for Doxia 2 -- This is an automated message from the Apache Git

[GitHub] [maven-doxia] michael-o commented on a diff in pull request #128: DOXIA-569 add Markdown output (sink)

2022-12-28 Thread GitBox
michael-o commented on code in PR #128: URL: https://github.com/apache/maven-doxia/pull/128#discussion_r1058507342 ## doxia-core/src/test/java/org/apache/maven/doxia/sink/impl/AbstractSinkTest.java: ## @@ -492,7 +492,7 @@ public void testFooter() * the same result as

[GitHub] [maven-doxia] michael-o commented on a diff in pull request #133: [DOXIA-684] avoid flexmark-all: declare used extensions only

2022-12-28 Thread GitBox
michael-o commented on code in PR #133: URL: https://github.com/apache/maven-doxia/pull/133#discussion_r1058504876 ## doxia-modules/doxia-module-markdown/pom.xml: ## @@ -51,19 +51,57 @@ under the License. + +0.42.14 Review Comment: If for 1.x then then PR

[GitHub] [maven-doxia] hboutemy commented on a diff in pull request #133: [DOXIA-684] avoid flexmark-all: declare used extensions only

2022-12-28 Thread GitBox
hboutemy commented on code in PR #133: URL: https://github.com/apache/maven-doxia/pull/133#discussion_r1058502995 ## doxia-modules/doxia-module-markdown/pom.xml: ## @@ -51,19 +51,57 @@ under the License. + +0.42.14 Review Comment: done the camelCase,

[GitHub] [maven-doxia] michael-o commented on pull request #133: [DOXIA-684] avoid flexmark-all: declare used extensions only

2022-12-28 Thread GitBox
michael-o commented on PR #133: URL: https://github.com/apache/maven-doxia/pull/133#issuecomment-1366818558 Yet another issue: ``` [INFO] --- maven-dependency-plugin:3.1.1:analyze (default-cli) @ doxia-module-markdown --- [WARNING] Used undeclared dependencies found: [WARNING]

[GitHub] [maven-doxia] michael-o commented on a diff in pull request #133: [DOXIA-684] avoid flexmark-all: declare used extensions only

2022-12-28 Thread GitBox
michael-o commented on code in PR #133: URL: https://github.com/apache/maven-doxia/pull/133#discussion_r1058501071 ## doxia-modules/doxia-module-markdown/pom.xml: ## @@ -51,19 +51,57 @@ under the License. + +0.42.14 Review Comment: master is at

[GitHub] [maven-enforcer] slawekjaranowski merged pull request #209: [MENFORCER-442] Bump mockito.version from 4.10.0 to 4.11.0

2022-12-28 Thread GitBox
slawekjaranowski merged PR #209: URL: https://github.com/apache/maven-enforcer/pull/209 -- 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:

[GitHub] [maven] michael-o commented on a diff in pull request #830: [MNG-7571] add Maven API javadoc

2022-12-28 Thread GitBox
michael-o commented on code in PR #830: URL: https://github.com/apache/maven/pull/830#discussion_r1058487714 ## api/maven-api-meta/pom.xml: ## @@ -27,6 +27,7 @@ maven-api-meta - Maven API Meta annotations + Maven 4 API Meta annotations + Java 5 annotations for Maven

[GitHub] [maven-enforcer] dependabot[bot] commented on pull request #208: Bump aether.version from 1.0.0.v20140518 to 1.1.0

2022-12-28 Thread GitBox
dependabot[bot] commented on PR #208: URL: https://github.com/apache/maven-enforcer/pull/208#issuecomment-1366803042 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

[GitHub] [maven-enforcer] slawekjaranowski closed pull request #208: Bump aether.version from 1.0.0.v20140518 to 1.1.0

2022-12-28 Thread GitBox
slawekjaranowski closed pull request #208: Bump aether.version from 1.0.0.v20140518 to 1.1.0 URL: https://github.com/apache/maven-enforcer/pull/208 -- 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

[GitHub] [maven-filtering] dependabot[bot] closed pull request #60: Bump mockito-core from 4.7.0 to 4.10.0

2022-12-28 Thread GitBox
dependabot[bot] closed pull request #60: Bump mockito-core from 4.7.0 to 4.10.0 URL: https://github.com/apache/maven-filtering/pull/60 -- 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-filtering] dependabot[bot] commented on pull request #60: Bump mockito-core from 4.7.0 to 4.10.0

2022-12-28 Thread GitBox
dependabot[bot] commented on PR #60: URL: https://github.com/apache/maven-filtering/pull/60#issuecomment-1366796969 Superseded by #63. -- 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

[GitHub] [maven-filtering] dependabot[bot] opened a new pull request, #63: Bump mockito-core from 4.7.0 to 4.11.0

2022-12-28 Thread GitBox
dependabot[bot] opened a new pull request, #63: URL: https://github.com/apache/maven-filtering/pull/63 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.7.0 to 4.11.0. Release notes Sourced from https://github.com/mockito/mockito/releases;>mockito-core's releases.

[GitHub] [maven] pavelhoral commented on pull request #940: [MNG-7648] Fix locationTracking in DefaultModelBuildingRequest copy constructor.

2022-12-28 Thread GitBox
pavelhoral commented on PR #940: URL: https://github.com/apache/maven/pull/940#issuecomment-1366796782 I have added the unit test to this PR and I have also fixed `assertNotNull` argument order in the test next to the one I have added. -- This is an automated message from the Apache Git

[GitHub] [maven-surefire] slawekjaranowski merged pull request #568: [SUREFIRE-2117] Include package, outer classes in XML report for @Nested

2022-12-28 Thread GitBox
slawekjaranowski merged PR #568: URL: https://github.com/apache/maven-surefire/pull/568 -- 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:

[GitHub] [maven-enforcer] psiroky commented on pull request #205: [MENFORCER-431] Introduce property to skip specific rules

2022-12-28 Thread GitBox
psiroky commented on PR #205: URL: https://github.com/apache/maven-enforcer/pull/205#issuecomment-1366742601 @slawekjaranowski thanks for the heads-up. That seems to change things quite a bit, so I will probably wait until it gets merged and then re-do my changes on top of that. -- This

[GitHub] [maven-enforcer] dependabot[bot] opened a new pull request, #209: Bump mockito.version from 4.10.0 to 4.11.0

2022-12-28 Thread GitBox
dependabot[bot] opened a new pull request, #209: URL: https://github.com/apache/maven-enforcer/pull/209 Bumps `mockito.version` from 4.10.0 to 4.11.0. Updates `mockito-core` from 4.10.0 to 4.11.0 Release notes Sourced from

[GitHub] [maven-enforcer] dependabot[bot] opened a new pull request, #208: Bump aether.version from 1.0.0.v20140518 to 1.1.0

2022-12-28 Thread GitBox
dependabot[bot] opened a new pull request, #208: URL: https://github.com/apache/maven-enforcer/pull/208 Bumps `aether.version` from 1.0.0.v20140518 to 1.1.0. Updates `aether-api` from 1.0.0.v20140518 to 1.1.0 Updates `aether-util` from 1.0.0.v20140518 to 1.1.0 Dependabot

[GitHub] [maven-enforcer] slawekjaranowski commented on pull request #205: [MENFORCER-431] Introduce property to skip specific rules

2022-12-28 Thread GitBox
slawekjaranowski commented on PR #205: URL: https://github.com/apache/maven-enforcer/pull/205#issuecomment-1366715769 @psiroky please look at #207 - it can impact on your code -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [maven-enforcer] slawekjaranowski opened a new pull request, #207: [MENFORCER-453] Mange rules configuration by plugin

2022-12-28 Thread GitBox
slawekjaranowski opened a new pull request, #207: URL: https://github.com/apache/maven-enforcer/pull/207 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-surefire] andpab commented on a diff in pull request #568: [SUREFIRE-2117] Include package, outer classes in XML report for @Nested

2022-12-28 Thread GitBox
andpab commented on code in PR #568: URL: https://github.com/apache/maven-surefire/pull/568#discussion_r1058370990 ## surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire2117XmlReportingNestedIT.java: ## @@ -0,0 +1,120 @@ +package

[GitHub] [maven-mvnd] marioja commented on issue #592: How to integrate mvnd in jenkins?

2022-12-28 Thread GitBox
marioja commented on issue #592: URL: https://github.com/apache/maven-mvnd/issues/592#issuecomment-1366677908 @gnodet Guillaume, even though mvnd is a command line tools and even though it is not currently integrated in CI builds (which is why @hongchangliu open this ticket) why are you

[GitHub] [maven-compiler-plugin] dependabot[bot] closed pull request #161: Bump mockito-core from 4.8.0 to 4.10.0

2022-12-28 Thread GitBox
dependabot[bot] closed pull request #161: Bump mockito-core from 4.8.0 to 4.10.0 URL: https://github.com/apache/maven-compiler-plugin/pull/161 -- 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

[GitHub] [maven-compiler-plugin] dependabot[bot] commented on pull request #161: Bump mockito-core from 4.8.0 to 4.10.0

2022-12-28 Thread GitBox
dependabot[bot] commented on PR #161: URL: https://github.com/apache/maven-compiler-plugin/pull/161#issuecomment-1366674544 Superseded by #165. -- 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

[GitHub] [maven-compiler-plugin] dependabot[bot] opened a new pull request, #165: Bump mockito-core from 4.8.0 to 4.11.0

2022-12-28 Thread GitBox
dependabot[bot] opened a new pull request, #165: URL: https://github.com/apache/maven-compiler-plugin/pull/165 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.8.0 to 4.11.0. Release notes Sourced from https://github.com/mockito/mockito/releases;>mockito-core's

[GitHub] [maven-surefire] andpab opened a new pull request, #588: [SUREFIRE-2137] Run JUnitPlatform ITs with latest 5.8.x/5.9.x as well

2022-12-28 Thread GitBox
andpab opened a new pull request, #588: URL: https://github.com/apache/maven-surefire/pull/588 - Add 5.8.2 and 5.9.1 to JUnitPlatformIT - Add 5.7.2, 5.8.2 and 5.9.1 to JUnitPlatformEnginesIT - Use most recent 5.6.x and 5.7.x patch versions in both - Remove very old 5.0.3 and 5.1.1

[GitHub] [maven-surefire] andpab commented on a diff in pull request #568: [SUREFIRE-2117] Include package, outer classes in XML report for @Nested

2022-12-28 Thread GitBox
andpab commented on code in PR #568: URL: https://github.com/apache/maven-surefire/pull/568#discussion_r1058333419 ## surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire2117XmlReportingNestedIT.java: ## @@ -0,0 +1,120 @@ +package

[GitHub] [maven-resolver] cstamas commented on pull request #231: [MRESOLVER-308] HTTP transport showdown.

2022-12-28 Thread GitBox
cstamas commented on PR #231: URL: https://github.com/apache/maven-resolver/pull/231#issuecomment-1366610210 As nobody objected, am dropping okhttp transport, so lowering this PR to addition of 2 transports (java11 and Jetty). -- This is an automated message from the Apache Git Service.

<    6   7   8   9   10   11   12   13   14   15   >