Re: [PR] [MNG-7960] Version filtering [maven]

2024-01-11 Thread via GitHub
cstamas commented on code in PR #1353: URL: https://github.com/apache/maven/pull/1353#discussion_r1448657055 ## pom.xml: ## @@ -176,7 +176,7 @@ under the License. 1.26 1.0.0 4.0.1 -2.0.0-alpha-5 +2.0.0-alpha-6 Review Comment: There is a separate PR jus

Re: [PR] [MNG-7960] Version filtering [maven]

2024-01-11 Thread via GitHub
gnodet commented on code in PR #1353: URL: https://github.com/apache/maven/pull/1353#discussion_r1448593270 ## pom.xml: ## @@ -176,7 +176,7 @@ under the License. 1.26 1.0.0 4.0.1 -2.0.0-alpha-5 +2.0.0-alpha-6 Review Comment: Should that be in a separat

Re: [PR] [MNG-7960] Version filtering [maven]

2023-12-20 Thread via GitHub
gnodet commented on code in PR #1353: URL: https://github.com/apache/maven/pull/1353#discussion_r1433547141 ## maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java: ## @@ -406,6 +443,75 @@ public SessionBuilder newRepositorySessio

Re: [PR] [MNG-7960] Version filtering [maven]

2023-12-20 Thread via GitHub
cstamas commented on PR #1353: URL: https://github.com/apache/maven/pull/1353#issuecomment-1864308325 This PR depends on new Resolver alpha 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 t

[PR] [MNG-7960] Version filtering [maven]

2023-12-19 Thread via GitHub
cstamas opened a new pull request, #1353: URL: https://github.com/apache/maven/pull/1353 Make Maven more friendly (and tunable) when ranges are being used. There new options are merely affecting range processing, allowing different narrowing strategies. Not fully done: depends on